Home
last modified time | relevance | path

Searched refs:BLORP_BATCH_NO_EMIT_DEPTH_STENCIL (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_blorp.c304 !(blorp_batch->flags & BLORP_BATCH_NO_EMIT_DEPTH_STENCIL)) in iris_blorp_exec_render()
394 * BLORP_BATCH_NO_EMIT_DEPTH_STENCIL is set. in iris_blorp_exec_render()
396 if (blorp_batch->flags & BLORP_BATCH_NO_EMIT_DEPTH_STENCIL) in iris_blorp_exec_render()
/third_party/mesa3d/src/intel/blorp/
H A Dblorp.h78 BLORP_BATCH_NO_EMIT_DEPTH_STENCIL = (1 << 0), enumerator
H A Dblorp_clear.c1080 assert(batch->flags & BLORP_BATCH_NO_EMIT_DEPTH_STENCIL); in blorp_gfx8_hiz_clear_attachments()
1124 assert(batch->flags & BLORP_BATCH_NO_EMIT_DEPTH_STENCIL); in blorp_clear_attachments()
H A Dblorp_genX_exec.h1850 if (batch->flags & BLORP_BATCH_NO_EMIT_DEPTH_STENCIL) { in blorp_emit_gfx8_hiz_op()
2052 if (!(batch->flags & BLORP_BATCH_NO_EMIT_DEPTH_STENCIL)) in blorp_exec_3d()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_blorp_exec.c304 !(batch->flags & BLORP_BATCH_NO_EMIT_DEPTH_STENCIL)) in blorp_exec_on_render()
H A Danv_blorp.c1333 enum blorp_batch_flags flags = BLORP_BATCH_NO_EMIT_DEPTH_STENCIL; in anv_CmdClearAttachments()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blorp.c376 * BLORP_BATCH_NO_EMIT_DEPTH_STENCIL is set. in crocus_blorp_exec()
378 if (blorp_batch->flags & BLORP_BATCH_NO_EMIT_DEPTH_STENCIL) in crocus_blorp_exec()

Completed in 12 milliseconds