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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_private.h997 RADV_DYNAMIC_STENCIL_TEST_ENABLE = 1ull << 19, enumerator in enum:radv_dynamic_state_bits
H A Dradv_pipeline.c1282 return RADV_DYNAMIC_STENCIL_TEST_ENABLE;
1628 if (states & RADV_DYNAMIC_STENCIL_TEST_ENABLE) {
H A Dradv_cmd_buffer.c294 if (copy_mask & RADV_DYNAMIC_STENCIL_TEST_ENABLE) {
297 dest_mask |= RADV_DYNAMIC_STENCIL_TEST_ENABLE;

Completed in 27 milliseconds