Searched refs:UTIL_FORMAT_COLORSPACE_ZS (Results 1 - 25 of 51) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_screen.c455 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS)
469 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.h129 UTIL_FORMAT_COLORSPACE_ZS = 3 enumerator in enum:util_format_colorspace
537 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
544 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
617 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
687 case UTIL_FORMAT_COLORSPACE_ZS:
H A Du_format.c648 if (src_format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS ||
649 dst_format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_screen.c446 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS)
460 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_screen.c419 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS)
433 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.h133 UTIL_FORMAT_COLORSPACE_ZS = 3 enumerator in enum:util_format_colorspace
547 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
554 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
627 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
697 case UTIL_FORMAT_COLORSPACE_ZS:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c85 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
431 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) &&
704 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
H A Dlp_bld_format_aos.c78 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
609 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_pixelformat.c142 assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 0) == depth->bits.depth);
143 assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 1) == depth->bits.stencil);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_surface.c100 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS)
104 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS)
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_pixelformat.c148 assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 0) == depth->bits.depth);
149 assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 1) == depth->bits.stencil);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_manager.c350 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 0)) {
355 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 1)) {
406 UTIL_FORMAT_COLORSPACE_ZS, 0);
409 UTIL_FORMAT_COLORSPACE_ZS, 1);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_manager.c354 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 0)) {
359 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 1)) {
408 UTIL_FORMAT_COLORSPACE_ZS, 0);
411 UTIL_FORMAT_COLORSPACE_ZS, 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_surface.c96 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS)
100 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c380 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
H A Dlp_bld_depth.c304 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
353 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
881 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
H A Dlp_screen.c544 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c380 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
H A Dlp_bld_depth.c305 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
354 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
892 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c87 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
433 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) &&
706 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
H A Dlp_bld_format_aos.c78 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
611 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_screen.cpp122 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS)
138 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_screen.c669 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS)
690 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_screen.cpp123 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS)
139 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_screen.c703 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS)
722 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)

Completed in 29 milliseconds

123