Home
last modified time | relevance | path

Searched refs:RADV_CMD_DIRTY_DYNAMIC_STENCIL_OP (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta.c207 RADV_CMD_DIRTY_DYNAMIC_STENCIL_TEST_ENABLE | RADV_CMD_DIRTY_DYNAMIC_STENCIL_OP | in radv_meta_restore()
Dradv_cmd_buffer.c1353 RADV_CMD_DIRTY_DYNAMIC_STENCIL_TEST_ENABLE | RADV_CMD_DIRTY_DYNAMIC_STENCIL_OP; in radv_emit_graphics_pipeline()
1356 cmd_buffer->state.dirty |= RADV_CMD_DIRTY_DYNAMIC_STENCIL_OP; in radv_emit_graphics_pipeline()
3041 RADV_CMD_DIRTY_DYNAMIC_STENCIL_TEST_ENABLE | RADV_CMD_DIRTY_DYNAMIC_STENCIL_OP)) in radv_cmd_buffer_flush_dynamic_state()
3044 if (states & RADV_CMD_DIRTY_DYNAMIC_STENCIL_OP) in radv_cmd_buffer_flush_dynamic_state()
5345 state->dirty |= RADV_CMD_DIRTY_DYNAMIC_STENCIL_OP; in radv_CmdSetStencilOpEXT()
Dradv_private.h1033 RADV_CMD_DIRTY_DYNAMIC_STENCIL_OP = 1ull << 20, enumerator