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.h41 extern const mesa_array_format RGBA32_UINT;
Dformat_utils.c36 const mesa_array_format RGBA32_UINT = variable
348 } else if (dst_array_format == RGBA32_UINT && in _mesa_format_convert()
387 } else if (src_array_format == RGBA32_UINT && in _mesa_format_convert()
Dreadpix.c516 rgba_format = RGBA32_UINT; in read_rgba_pixels()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c290 C4(A, R32G32B32A32_UINT, RGBA32_UINT, R, G, B, A, UINT, R32_G32_B32_A32, IR),