| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_blit.h | 145 if (mask & PIPE_MASK_Z) 153 if (mask & PIPE_MASK_Z) 157 if (mask & (PIPE_MASK_R | PIPE_MASK_Z)) color_mask |= 0x0001; 176 if (info->mask & PIPE_MASK_Z) mask |= 0x00ffffff; 182 if (info->mask & PIPE_MASK_Z) mask |= 0xffffff00;
|
| H A D | nv50_surface.c | 1046 case PIPE_MASK_Z: return NV50_BLIT_MODE_Z24X8; 1055 case PIPE_MASK_Z: return NV50_BLIT_MODE_X8Z24; 1064 case PIPE_MASK_Z: return NV50_BLIT_MODE_PASS;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_blit.h | 145 if (mask & PIPE_MASK_Z) 153 if (mask & PIPE_MASK_Z) 157 if (mask & (PIPE_MASK_R | PIPE_MASK_Z)) color_mask |= 0x0001; 176 if (info->mask & PIPE_MASK_Z) mask |= 0x00ffffff; 182 if (info->mask & PIPE_MASK_Z) mask |= 0xffffff00;
|
| H A D | nv50_surface.c | 1066 case PIPE_MASK_Z: return NV50_BLIT_MODE_Z24X8; 1075 case PIPE_MASK_Z: return NV50_BLIT_MODE_X8Z24; 1084 case PIPE_MASK_Z: return NV50_BLIT_MODE_PASS;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_blit.c | 122 if (planes & PIPE_MASK_Z) 198 planes |= PIPE_MASK_Z; 225 if (planes & PIPE_MASK_Z) 265 if (planes & PIPE_MASK_Z) 290 sctx, texture, PIPE_MASK_Z | PIPE_MASK_S, 300 sctx, texture, PIPE_MASK_Z, 326 if (required_planes & PIPE_MASK_Z) { 331 inplace_planes |= PIPE_MASK_Z; 333 copy_planes |= PIPE_MASK_Z; 366 copy_planes = PIPE_MASK_Z | PIPE_MASK_ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_gen_mipmap.c | 100 blit.mask = is_zs ? PIPE_MASK_Z : PIPE_MASK_RGBA;
|
| H A D | u_blit.c | 420 blit_depth = is_depth && (writemask & PIPE_MASK_Z);
|
| H A D | u_format.h | 653 return PIPE_MASK_Z;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_gen_mipmap.c | 100 blit.mask = is_zs ? PIPE_MASK_Z : PIPE_MASK_RGBA;
|
| H A D | u_simple_shaders.c | 402 if (zs_mask & PIPE_MASK_Z) { 419 stencil_sampler = ureg_DECL_sampler(ureg, zs_mask & PIPE_MASK_Z ? 1 : 0); 420 ureg_DECL_sampler_view(ureg, zs_mask & PIPE_MASK_Z ? 1 : 0, tex_target,
|
| H A D | u_inlines.h | 841 dst_has |= PIPE_MASK_Z;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_blit.c | 125 if (planes & PIPE_MASK_Z) 202 if (planes & PIPE_MASK_Z) 241 if (planes & PIPE_MASK_Z) 263 si_blit_decompress_zs_planes_in_place(sctx, texture, PIPE_MASK_Z | PIPE_MASK_S, both, 271 si_blit_decompress_zs_planes_in_place(sctx, texture, PIPE_MASK_Z, levels_z, first_layer, 291 if (required_planes & PIPE_MASK_Z) { 296 inplace_planes |= PIPE_MASK_Z; 298 copy_planes |= PIPE_MASK_Z; 330 copy_planes = PIPE_MASK_Z | PIPE_MASK_S; 332 if (copy_planes & PIPE_MASK_Z) { [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_blit.cpp | 68 info->mask != PIPE_MASK_Z) { 308 static_assert(PIPE_MASK_S == 0x20 && PIPE_MASK_Z == 0x10, "unexpected ZS format mask"); 583 if (info->mask & PIPE_MASK_Z) { 585 new_info.mask = PIPE_MASK_Z; 803 if (info->mask & PIPE_MASK_Z) { 806 new_info.mask = PIPE_MASK_Z; 864 if (info->mask & PIPE_MASK_Z) { 866 new_info.mask = PIPE_MASK_Z; 883 if (info->mask & PIPE_MASK_Z) { 886 new_info.mask = PIPE_MASK_Z; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_blit.c | 264 blit.mask |= PIPE_MASK_Z; 284 blit.mask = PIPE_MASK_Z;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_blit.c | 271 blit.mask |= PIPE_MASK_Z; 291 blit.mask = PIPE_MASK_Z;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_blitter.c | 583 if (info->mask & PIPE_MASK_Z) { 608 debug_assert(info->mask == PIPE_MASK_Z); 646 case PIPE_MASK_Z:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_blitter.c | 1025 if (info->mask & PIPE_MASK_Z) { 1051 debug_assert(info->mask == PIPE_MASK_Z); 1060 if (info->mask & PIPE_MASK_Z)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_defines.h | 110 #define PIPE_MASK_Z 0x10 macro
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_defines.h | 110 #define PIPE_MASK_Z 0x10 macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_blit.c | 842 if (!(info.mask & PIPE_MASK_Z)) { 849 if (info.mask & PIPE_MASK_Z) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_blit.c | 362 } else if (pipe_mask == PIPE_MASK_Z) { 414 depth_blit.mask = PIPE_MASK_Z;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_blit.c | 444 bool is_depth_blit = info->mask & PIPE_MASK_Z; 549 info->mask &= ~PIPE_MASK_Z;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_blit.c | 844 if (!(info.mask & PIPE_MASK_Z)) { 851 if (info.mask & PIPE_MASK_Z) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_blit.c | 440 main_mask = PIPE_MASK_Z;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_blit.c | 333 } else if (pipe_mask == PIPE_MASK_Z) {
|