Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h74 UTIL_FORMAT_LAYOUT_RGTC = 5, enumerator
299 case UTIL_FORMAT_LAYOUT_RGTC: in util_format_is_compressed()
Du_format.c344 case UTIL_FORMAT_LAYOUT_RGTC: in util_format_fits_8unorm()
/external/mesa3d/src/gallium/auxiliary/util/
Du_transfer_helper.c112 } else if ((util_format_description(format)->layout == UTIL_FORMAT_LAYOUT_RGTC) && in u_transfer_helper_resource_create()
282 util_format_description(prsc->format)->layout == UTIL_FORMAT_LAYOUT_RGTC) { in u_transfer_helper_transfer_map()
Du_format.h74 UTIL_FORMAT_LAYOUT_RGTC = 5, enumerator
474 case UTIL_FORMAT_LAYOUT_RGTC: in util_format_is_compressed()
Du_format.c554 case UTIL_FORMAT_LAYOUT_RGTC: in util_format_fits_8unorm()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_format.c327 else if (util_format_description(format)->layout == UTIL_FORMAT_LAYOUT_RGTC) in fd3_pipe2fetchsize()
346 if (util_format_description(format)->layout == UTIL_FORMAT_LAYOUT_RGTC) in fd3_pipe2nblocksx()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c527 desc->layout == UTIL_FORMAT_LAYOUT_RGTC; in r300_is_blit_supported()
605 layout == UTIL_FORMAT_LAYOUT_RGTC) { in r300_resource_copy_region()
Dr300_texture.c271 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { in r300_translate_texformat()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.c492 if (format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { in virgl_is_format_supported()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c2630 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { in r600_translate_texformat()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2342 else if (format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC || in lp_build_clamp_border_color()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1656 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { in si_translate_texformat()