Home
last modified time | relevance | path

Searched defs:util_format_description (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/util/
H A Du_format.h154 struct util_format_description struct
156 enum pipe_format format;
158 const char *name;
163 const char *short_name;
168 struct util_format_block block;
170 enum util_format_layout layout;
175 unsigned nr_channels:3;
180 unsigned is_array:1;
189 unsigned is_bitmask:1;
194 unsigned is_mixed:1;
[all …]
/aosp_15_r20/external/mesa3d/src/util/format/
H A Du_format.h144 struct util_format_description struct
146 enum pipe_format format;
148 const char *name;
153 const char *short_name;
158 struct util_format_block block;
160 enum util_format_layout layout;
165 unsigned nr_channels:3;
170 unsigned is_array:1;
179 unsigned is_bitmask:1;
184 unsigned is_mixed:1;
[all …]
/aosp_15_r20/external/mesa3d/src/nouveau/nil/
H A Dformat.rs38 fn description(&self) -> &'static util_format_description { in description()
/aosp_15_r20/external/virglrenderer/prebuilt-intermediates/src/
H A Du_format_table.c11018 util_format_description(enum pipe_format format) in util_format_description() function