Searched refs:stencil_op_to_vk_stencil_op (Results 1 – 2 of 2) sorted by relevance
174 static VkStencilOp stencil_op_to_vk_stencil_op(GrStencilOp op) { in stencil_op_to_vk_stencil_op() function238 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()
178 static VkStencilOp stencil_op_to_vk_stencil_op(GrStencilOp op) { in stencil_op_to_vk_stencil_op() function242 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()