Home
last modified time | relevance | path

Searched refs:UTIL_FORMAT_LAYOUT_RGTC (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h70 UTIL_FORMAT_LAYOUT_RGTC = 5, enumerator
449 case UTIL_FORMAT_LAYOUT_RGTC: in util_format_is_compressed()
Du_format.c482 case UTIL_FORMAT_LAYOUT_RGTC: in util_format_fits_8unorm()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c443 desc->layout == UTIL_FORMAT_LAYOUT_RGTC; in r300_is_blit_supported()
516 layout == UTIL_FORMAT_LAYOUT_RGTC) { in r300_resource_copy_region()
Dr300_texture.c212 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { in r300_translate_texformat()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c924 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { in r600_translate_texformat()