mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 06:00:14 +01:00
vk: Reindent struct anv_format
This commit is contained in:
parent
ae29fd1b55
commit
af0ade0d6c
1 changed files with 5 additions and 5 deletions
|
|
@ -772,11 +772,11 @@ int anv_compiler_run(struct anv_compiler *compiler, struct anv_pipeline *pipelin
|
|||
void anv_compiler_free(struct anv_pipeline *pipeline);
|
||||
|
||||
struct anv_format {
|
||||
const char * name;
|
||||
uint16_t format;
|
||||
uint8_t cpp;
|
||||
uint8_t channels;
|
||||
bool has_stencil;
|
||||
const char *name;
|
||||
uint16_t format;
|
||||
uint8_t cpp;
|
||||
uint8_t channels;
|
||||
bool has_stencil;
|
||||
};
|
||||
|
||||
const struct anv_format *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue