Home
last modified time | relevance | path

Searched refs:emit_zs (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c134 emit_zs(struct fd_ringbuffer *ring, struct pipe_surface *zsbuf, in emit_zs() function
424 emit_zs(ring, pfb->zsbuf, batch->gmem_state);
576 // emit_zs(ring, pfb->zsbuf, NULL); in fd5_emit_tile_mem2gmem()
617 emit_zs(ring, pfb->zsbuf, gmem); in fd5_emit_tile_renderprep()
776 emit_zs(ring, pfb->zsbuf, NULL);
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c157 emit_zs(struct fd_ringbuffer *ring, struct pipe_surface *zsbuf, in emit_zs() function
834 emit_zs(ring, pfb->zsbuf, batch->gmem_state);
1614 emit_zs(ring, pfb->zsbuf, NULL);
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c817 bi_skip_atest(bi_context *ctx, bool emit_zs) in bi_skip_atest() argument
819 return (ctx->inputs->is_blit && !emit_zs) || ctx->inputs->is_blend; in bi_skip_atest()
843 bool emit_zs = writeout & (PAN_WRITEOUT_Z | PAN_WRITEOUT_S); in bi_emit_fragment_out() local
870 if (!b->shader->emitted_atest && !bi_skip_atest(b->shader, emit_zs)) { in bi_emit_fragment_out()
886 if (emit_zs) { in bi_emit_fragment_out()

Completed in 11 milliseconds