Home
last modified time | relevance | path

Searched refs:mesa_array_format (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
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.h98 typedef uint32_t mesa_array_format; typedef
121 * An enum useful to encode/decode information stored in a mesa_array_format
154 * Various helpers to access the data encoded in a mesa_array_format
157 _mesa_array_format_is_signed(mesa_array_format f) in _mesa_array_format_is_signed()
163 _mesa_array_format_is_float(mesa_array_format f) in _mesa_array_format_is_float()
169 _mesa_array_format_is_normalized(mesa_array_format f) in _mesa_array_format_is_normalized()
175 _mesa_array_format_get_base_format(mesa_array_format f) in _mesa_array_format_get_base_format()
182 _mesa_array_format_get_datatype(mesa_array_format f) in _mesa_array_format_get_datatype()
195 _mesa_array_format_get_type_size(mesa_array_format f) in _mesa_array_format_get_type_size()
201 _mesa_array_format_get_num_channels(mesa_array_format
[all...]
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()
317 * This functions accepts a mesa_format or a mesa_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 =
262 * or a mesa_array_format represented as an uint32_t.
266 * or a mesa_array_format represented as an uint32_t.
284 mesa_array_format src_array_format, dst_array_format; in _mesa_format_convert()
/third_party/mesa3d/src/mesa/main/tests/
H A Dmesa_formats.cpp160 f = _mesa_format_from_array_format((mesa_array_format)f); in fffat_wrap()

Completed in 6 milliseconds