Home
last modified time | relevance | path

Searched refs:stencil_op_to_vk_stencil_op (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp174 static VkStencilOp stencil_op_to_vk_stencil_op(GrStencilOp op) { in stencil_op_to_vk_stencil_op() function
238 stencilInfo->front.failOp = stencil_op_to_vk_stencil_op(front.fFailOp); in setup_depth_stencil_state()
239 stencilInfo->front.passOp = stencil_op_to_vk_stencil_op(front.fPassOp); in setup_depth_stencil_state()
251 stencilInfo->back.failOp = stencil_op_to_vk_stencil_op(back.fFailOp); in setup_depth_stencil_state()
252 stencilInfo->back.passOp = stencil_op_to_vk_stencil_op(back.fPassOp); in setup_depth_stencil_state()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp178 static VkStencilOp stencil_op_to_vk_stencil_op(GrStencilOp op) { in stencil_op_to_vk_stencil_op() function
242 stencilInfo->front.failOp = stencil_op_to_vk_stencil_op(front.fFailOp); in setup_depth_stencil_state()
243 stencilInfo->front.passOp = stencil_op_to_vk_stencil_op(front.fPassOp); in setup_depth_stencil_state()
255 stencilInfo->back.failOp = stencil_op_to_vk_stencil_op(back.fFailOp); in setup_depth_stencil_state()
256 stencilInfo->back.passOp = stencil_op_to_vk_stencil_op(back.fPassOp); in setup_depth_stencil_state()