Home
last modified time | relevance | path

Searched defs:fail_op (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_meta.h75 VkStencilOp fail_op; member
82 VkStencilOp fail_op; member
Dradv_private.h1174 VkStencilOp fail_op; member
1181 VkStencilOp fail_op; member
/external/rust/crates/vulkano/src/pipeline/
Ddepth_stencil.rs93 pub fail_op: StencilOp, field
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext_test.cc266 auto fail_op = ImmediateOpPtr(context()->CreateOperation()); in TEST_F() local
/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h235 unsigned fail_op:3; /**< PIPE_STENCIL_OP_x */ member
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h319 unsigned fail_op:3; /**< PIPE_STENCIL_OP_x */ member
/external/mesa3d/src/intel/vulkan/
Danv_private.h2748 VkStencilOp fail_op; member
2754 VkStencilOp fail_op; member
/external/rust/crates/ash/src/vk/
Ddefinitions.rs5922 pub fail_op: StencilOp, field
5955 pub fn fail_op(mut self, fail_op: StencilOp) -> Self { in fail_op() method