| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_screen.c | 455 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 D | u_format.h | 129 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 D | u_format.c | 648 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 D | sp_screen.c | 446 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 D | sp_screen.c | 419 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 D | u_format.h | 133 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 D | lp_bld_format_soa.c | 85 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 D | lp_bld_format_aos.c | 78 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 D | stw_pixelformat.c | 142 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 D | i915_surface.c | 100 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 D | stw_pixelformat.c | 148 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 D | st_manager.c | 350 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 D | st_manager.c | 354 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 D | i915_surface.c | 96 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 D | lp_test_format.c | 380 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
|
| H A D | lp_bld_depth.c | 304 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 D | lp_screen.c | 544 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test_format.c | 380 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
|
| H A D | lp_bld_depth.c | 305 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 D | lp_bld_format_soa.c | 87 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 D | lp_bld_format_aos.c | 78 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 D | swr_screen.cpp | 122 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 D | virgl_screen.c | 669 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 D | swr_screen.cpp | 123 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 D | virgl_screen.c | 703 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) 722 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
|