Searched refs:UTIL_FORMAT_LAYOUT_RGTC (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.h74 UTIL_FORMAT_LAYOUT_RGTC = 5, enumerator in enum:util_format_layout
489 case UTIL_FORMAT_LAYOUT_RGTC:
H A Du_transfer_helper.c114 } else if ((util_format_description(format)->layout == UTIL_FORMAT_LAYOUT_RGTC) &&
304 util_format_description(prsc->format)->layout == UTIL_FORMAT_LAYOUT_RGTC) {
H A Du_format.c533 case UTIL_FORMAT_LAYOUT_RGTC:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_format.c331 else if (util_format_description(format)->layout == UTIL_FORMAT_LAYOUT_RGTC)
350 if (util_format_description(format)->layout == UTIL_FORMAT_LAYOUT_RGTC)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_transfer_helper.c114 } else if ((util_format_description(format)->layout == UTIL_FORMAT_LAYOUT_RGTC) &&
303 } else if (util_format_description(prsc->format)->layout == UTIL_FORMAT_LAYOUT_RGTC) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_screen.c658 if ((format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC ||
701 if (format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_blit.c527 desc->layout == UTIL_FORMAT_LAYOUT_RGTC;
605 layout == UTIL_FORMAT_LAYOUT_RGTC) {
H A Dr300_texture.c271 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_screen.c691 if ((format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC ||
738 if (format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_blit.c529 desc->layout == UTIL_FORMAT_LAYOUT_RGTC;
607 layout == UTIL_FORMAT_LAYOUT_RGTC) {
H A Dr300_texture.c272 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) {
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.h75 UTIL_FORMAT_LAYOUT_RGTC, enumerator in enum:util_format_layout
498 case UTIL_FORMAT_LAYOUT_RGTC:
H A Du_format.c581 case UTIL_FORMAT_LAYOUT_RGTC:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_screen.c556 bool is_rgtc = format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC;
H A Dpan_resource.c785 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC)
H A Dpan_cmdstream.c1267 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC && fake_rgtc) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c762 if (format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC) {
H A Dlp_bld_format_soa.c751 format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC ||
H A Dlp_bld_format_s3tc.c2570 assert(format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_formats.c252 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c2342 else if (format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC ||
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state_common.c2754 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state_common.c2834 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c1664 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c1763 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) {

Completed in 65 milliseconds

12