Searched refs:RADV_DYNAMIC_STENCIL_COMPARE_MASK (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_private.h849 RADV_DYNAMIC_STENCIL_COMPARE_MASK = 1 << 6, enumerator in enum:radv_dynamic_state_bits
H A Dradv_pipeline.c1266 return RADV_DYNAMIC_STENCIL_COMPARE_MASK;
1296 states &= ~(RADV_DYNAMIC_STENCIL_COMPARE_MASK |
1399 if (states & RADV_DYNAMIC_STENCIL_COMPARE_MASK) {
H A Dradv_cmd_buffer.c160 if (copy_mask & RADV_DYNAMIC_STENCIL_COMPARE_MASK) {
165 dest_mask |= RADV_DYNAMIC_STENCIL_COMPARE_MASK;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c1256 return RADV_DYNAMIC_STENCIL_COMPARE_MASK;
1355 states &= ~(RADV_DYNAMIC_STENCIL_COMPARE_MASK | RADV_DYNAMIC_STENCIL_WRITE_MASK |
1597 if (states & RADV_DYNAMIC_STENCIL_COMPARE_MASK) {
H A Dradv_private.h984 RADV_DYNAMIC_STENCIL_COMPARE_MASK = 1ull << 6, enumerator in enum:radv_dynamic_state_bits
H A Dradv_cmd_buffer.c191 if (copy_mask & RADV_DYNAMIC_STENCIL_COMPARE_MASK) {
195 dest_mask |= RADV_DYNAMIC_STENCIL_COMPARE_MASK;

Completed in 42 milliseconds