Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h997 RADV_DYNAMIC_STENCIL_OP = 1ull << 20, enumerator
Dradv_pipeline.c1284 return RADV_DYNAMIC_STENCIL_OP; in radv_dynamic_state_mask()
1632 if (states & RADV_DYNAMIC_STENCIL_OP) { in radv_pipeline_init_dynamic_state()
Dradv_cmd_buffer.c301 if (copy_mask & RADV_DYNAMIC_STENCIL_OP) { in radv_bind_dynamic_state()
304 dest_mask |= RADV_DYNAMIC_STENCIL_OP; in radv_bind_dynamic_state()