Home
last modified time | relevance | path

Searched refs:mesa_array_format (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dformats.h99 typedef uint32_t mesa_array_format; typedef
158 _mesa_array_format_is_signed(mesa_array_format f) in _mesa_array_format_is_signed()
164 _mesa_array_format_is_float(mesa_array_format f) in _mesa_array_format_is_float()
170 _mesa_array_format_is_normalized(mesa_array_format f) in _mesa_array_format_is_normalized()
176 _mesa_array_format_get_base_format(mesa_array_format f) in _mesa_array_format_get_base_format()
183 _mesa_array_format_get_datatype(mesa_array_format f) in _mesa_array_format_get_datatype()
196 _mesa_array_format_get_type_size(mesa_array_format f) in _mesa_array_format_get_type_size()
202 _mesa_array_format_get_num_channels(mesa_array_format f) in _mesa_array_format_get_num_channels()
208 _mesa_array_format_get_swizzle(mesa_array_format f, uint8_t *swizzle) in _mesa_array_format_get_swizzle()
217 _mesa_array_format_set_swizzle(mesa_array_format *f, in _mesa_array_format_set_swizzle()
[all …]
H A Dformat_utils.h41 extern const mesa_array_format RGBA32_FLOAT;
42 extern const mesa_array_format RGBA8_UBYTE;
43 extern const mesa_array_format RGBA32_UINT;
44 extern const mesa_array_format RGBA32_INT;
H A Dformats.c78 mesa_array_format ArrayFormat;
239 get_base_format_for_array_format(mesa_array_format format) in get_base_format_for_array_format()
398 mesa_array_format
399 _mesa_array_format_flip_channels(mesa_array_format format) in _mesa_array_format_flip_channels()
470 mesa_array_format array_format; in format_array_format_table_init()
H A Dformat_utils.c33 const mesa_array_format RGBA32_FLOAT =
37 const mesa_array_format RGBA8_UBYTE =
41 const mesa_array_format BGRA8_UBYTE =
45 const mesa_array_format RGBA32_UINT =
49 const mesa_array_format RGBA32_INT =
284 mesa_array_format src_array_format, dst_array_format; in _mesa_format_convert()
/aosp_15_r20/external/mesa3d/src/mesa/main/tests/
H A Dmesa_formats.cpp157 f = _mesa_format_from_array_format((mesa_array_format)f); in fffat_wrap()
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv51596[email protected],mesa: Let _mesa_get_format_base_format also handle mesa_array_format.