Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_meta.c178 RADV_CMD_DIRTY_DYNAMIC_STENCIL_OP; in radv_meta_restore()
Dradv_cmd_buffer.c1298 RADV_CMD_DIRTY_DYNAMIC_STENCIL_OP; in radv_emit_graphics_pipeline()
1301 cmd_buffer->state.dirty |= RADV_CMD_DIRTY_DYNAMIC_STENCIL_OP; in radv_emit_graphics_pipeline()
1526 if (states & RADV_CMD_DIRTY_DYNAMIC_STENCIL_OP) { in radv_emit_depth_control()
2536 RADV_CMD_DIRTY_DYNAMIC_STENCIL_OP)) in radv_cmd_buffer_flush_dynamic_state()
2539 if (states & RADV_CMD_DIRTY_DYNAMIC_STENCIL_OP) in radv_cmd_buffer_flush_dynamic_state()
4715 state->dirty |= RADV_CMD_DIRTY_DYNAMIC_STENCIL_OP; in radv_CmdSetStencilOpEXT()
Dradv_private.h1039 RADV_CMD_DIRTY_DYNAMIC_STENCIL_OP = 1 << 20, enumerator