Searched refs:VK_STENCIL_OP_KEEP (Results 1 – 8 of 8) sorted by relevance
845 face->op.fail = VK_STENCIL_OP_KEEP; in optimize_stencil_face()852 face->op.pass = VK_STENCIL_OP_KEEP; in optimize_stencil_face()860 face->op.depth_fail = VK_STENCIL_OP_KEEP; in optimize_stencil_face()866 face->op.pass = VK_STENCIL_OP_KEEP; in optimize_stencil_face()867 face->op.fail = VK_STENCIL_OP_KEEP; in optimize_stencil_face()868 face->op.depth_fail = VK_STENCIL_OP_KEEP; in optimize_stencil_face()871 return face->op.fail != VK_STENCIL_OP_KEEP || in optimize_stencil_face()872 face->op.depth_fail != VK_STENCIL_OP_KEEP || in optimize_stencil_face()873 face->op.pass != VK_STENCIL_OP_KEEP; in optimize_stencil_face()
1970 eKeep = VK_STENCIL_OP_KEEP,
3904 case VK_STENCIL_OP_KEEP: in string_VkStencilOp()
3134 eKeep = VK_STENCIL_OP_KEEP,
1796 * ename:VK_STENCIL_OP_KEEP keeps the current value.
139 <<fragops-stencil, all stencil ops>> must: be ename:VK_STENCIL_OP_KEEP
2028 VK_STENCIL_OP_KEEP = 0, enumerator
1428 * Do not require ename:VK_STENCIL_OP_KEEP in