Home | History | Annotate | Download | only in vulkan

Lines Matching defs:VK_COMPARE_OP_NEVER

573     VK_COMPARE_OP_NEVER = 0,
581 VK_COMPARE_OP_BEGIN_RANGE = VK_COMPARE_OP_NEVER,
583 VK_COMPARE_OP_RANGE_SIZE = (VK_COMPARE_OP_ALWAYS - VK_COMPARE_OP_NEVER + 1),