Searched refs:RGBA32_UINT (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | format_utils.h | 41 extern const mesa_array_format RGBA32_UINT;
|
D | format_utils.c | 36 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()
|
D | readpix.c | 516 rgba_format = RGBA32_UINT; in read_rgba_pixels()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_formats.c | 290 C4(A, R32G32B32A32_UINT, RGBA32_UINT, R, G, B, A, UINT, R32_G32_B32_A32, IR),
|