Searched defs:fail_op (Results 1 – 8 of 8) sorted by relevance
75 VkStencilOp fail_op; member82 VkStencilOp fail_op; member
1174 VkStencilOp fail_op; member1181 VkStencilOp fail_op; member
93 pub fail_op: StencilOp, field
266 auto fail_op = ImmediateOpPtr(context()->CreateOperation()); in TEST_F() local
235 unsigned fail_op:3; /**< PIPE_STENCIL_OP_x */ member
319 unsigned fail_op:3; /**< PIPE_STENCIL_OP_x */ member
2748 VkStencilOp fail_op; member2754 VkStencilOp fail_op; member
5922 pub fail_op: StencilOp, field5955 pub fn fail_op(mut self, fail_op: StencilOp) -> Self { in fail_op() method