| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_defines.h | 112 #define PIPE_MASK_ZS 0x30 macro 113 #define PIPE_MASK_RGBAZS (PIPE_MASK_RGBA|PIPE_MASK_ZS)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_defines.h | 112 #define PIPE_MASK_ZS 0x30 macro 113 #define PIPE_MASK_RGBAZS (PIPE_MASK_RGBA|PIPE_MASK_ZS)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_inlines.h | 837 if (info->mask & PIPE_MASK_ZS) { 844 if (dst_has & ~(info->mask & PIPE_MASK_ZS))
|
| H A D | u_blitter.c | 1161 *shader = util_make_fs_blit_zs(pipe, PIPE_MASK_ZS, tgsi_tex,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_blitter.c | 616 debug_assert(info->mask == PIPE_MASK_ZS); 673 info->mask != PIPE_MASK_ZS) { 707 if (info->mask & (PIPE_MASK_ZS)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_surface.c | 1044 switch (mask & PIPE_MASK_ZS) { 1045 case PIPE_MASK_ZS: return NV50_BLIT_MODE_Z24S8; 1053 switch (mask & PIPE_MASK_ZS) { 1054 case PIPE_MASK_ZS: return NV50_BLIT_MODE_S8Z24; 1062 switch (mask & PIPE_MASK_ZS) { 1063 case PIPE_MASK_ZS: return NV50_BLIT_MODE_ZS; 1680 if (!(info->mask & PIPE_MASK_ZS))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_surface.c | 1064 switch (mask & PIPE_MASK_ZS) { 1065 case PIPE_MASK_ZS: return NV50_BLIT_MODE_Z24S8; 1073 switch (mask & PIPE_MASK_ZS) { 1074 case PIPE_MASK_ZS: return NV50_BLIT_MODE_S8Z24; 1082 switch (mask & PIPE_MASK_ZS) { 1083 case PIPE_MASK_ZS: return NV50_BLIT_MODE_ZS; 1715 if (!(info->mask & PIPE_MASK_ZS))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_blit.c | 428 assert((writemask & PIPE_MASK_ZS) == 0);
|
| H A D | u_format.h | 651 return PIPE_MASK_ZS;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_blit.c | 459 unsigned aspect_mask = info->mask & (PIPE_MASK_R | PIPE_MASK_ZS);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_blitter.c | 907 debug_assert(!(info->mask & PIPE_MASK_ZS)); 1184 if (info->mask & PIPE_MASK_ZS)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_blit.c | 336 /* For depth+stencil formats, copy with mask != PIPE_MASK_ZS is not 340 blit_info->mask != (PIPE_MASK_ZS))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_blit.c | 542 unsigned aspect_mask = info->mask & (PIPE_MASK_R | PIPE_MASK_ZS);
|
| H A D | crocus_resolve.c | 183 info.mask = util_format_is_depth_or_stencil(surf->base.texture->format) ? PIPE_MASK_ZS : PIPE_MASK_RGBA;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_blit.c | 328 /* For depth+stencil formats, copy with mask != PIPE_MASK_ZS is not 332 blit_info->mask != (PIPE_MASK_ZS))
|
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format.h | 661 return PIPE_MASK_ZS;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state.c | 2580 if (si_htile_enabled(tex, level, PIPE_MASK_ZS)) { 2643 if (si_htile_enabled(tex, level, PIPE_MASK_ZS)) { 2948 if (vi_tc_compat_htile_enabled(zstex, surf->base.u.tex.level, PIPE_MASK_ZS)) 3282 vi_tc_compat_htile_enabled(tex, zb->base.u.tex.level, PIPE_MASK_ZS)) { 3346 if (si_htile_enabled(tex, zb->base.u.tex.level, PIPE_MASK_ZS)) {
|
| H A D | si_clear.c | 768 si_htile_enabled(zstex, zsbuf->u.tex.level, PIPE_MASK_ZS)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_blit.cpp | 188 if (util_format_is_depth_or_stencil(info->src.format) && !(info->mask & PIPE_MASK_ZS)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_execute.c | 1629 info.mask = PIPE_MASK_ZS; 2355 info.mask = util_format_is_depth_or_stencil(info.src.format) ? PIPE_MASK_ZS : PIPE_MASK_RGBA; 2993 info.mask = util_format_is_depth_or_stencil(info.src.format) ? PIPE_MASK_ZS : PIPE_MASK_RGBA;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 1683 blit.mask |= PIPE_MASK_ZS;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_surface.c | 1588 if (!(info->mask & PIPE_MASK_ZS))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_surface.c | 1620 if (!(info->mask & PIPE_MASK_ZS))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_state.c | 1344 blit.mask = PIPE_MASK_ZS;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_texture.c | 775 return PIPE_MASK_ZS;
|