Home
last modified time | relevance | path

Searched refs:RGBA32_UINT (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dformat_utils.h42 extern const mesa_array_format RGBA32_UINT;
Dformat_utils.c45 const mesa_array_format RGBA32_UINT = variable
364 } else if (dst_array_format == RGBA32_UINT && in _mesa_format_convert()
403 } else if (src_array_format == RGBA32_UINT && in _mesa_format_convert()
Dreadpix.c518 rgba_format = RGBA32_UINT; in read_rgba_pixels()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c292 C4(A, R32G32B32A32_UINT, RGBA32_UINT, R, G, B, A, UINT, R32_G32_B32_A32, IR),