Searched refs:zbuf (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Ddepthstencil.h138 simdscalar zbuf; local in function:DepthStencilTest
155 zbuf = _simd_load_ps((const float*)pDepthBase);
161 depthResult = _simd_cmple_ps(interpZ, zbuf);
164 depthResult = _simd_cmplt_ps(interpZ, zbuf);
167 depthResult = _simd_cmpgt_ps(interpZ, zbuf);
170 depthResult = _simd_cmpge_ps(interpZ, zbuf);
173 depthResult = _simd_cmpeq_ps(interpZ, zbuf);
176 depthResult = _simd_cmpneq_ps(interpZ, zbuf);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_clear.c86 struct pipe_surface *zbuf = i915->framebuffer.zsbuf; local in function:i915_clear_emit
89 depth_tex = i915_texture(zbuf->texture);
107 struct pipe_surface *zbuf = i915->framebuffer.zsbuf; local in function:i915_clear_emit
110 depth_tex = i915_texture(zbuf->texture);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_clear.c85 struct pipe_surface *zbuf = i915->framebuffer.zsbuf; local in function:i915_clear_emit
88 depth_tex = i915_texture(zbuf->texture);
107 struct pipe_surface *zbuf = i915->framebuffer.zsbuf; local in function:i915_clear_emit
110 depth_tex = i915_texture(zbuf->texture);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
H A Dagx_pipe.c491 struct agx_resource *zbuf = ctx->batch->zsbuf ? local in function:agx_flush
494 if (zbuf)
495 BITSET_SET(zbuf->data_valid, 0);

Completed in 6 milliseconds