Searched refs:mapVkBlendOp (Results 1 – 3 of 3) sorted by relevance
269 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
791 renderState.fragOps.blendRGBState.equation = mapVkBlendOp(blendState.colorBlendOp); in verifyImage()794 renderState.fragOps.blendAState.equation = mapVkBlendOp(blendState.alphaBlendOp); in verifyImage()
66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp) in mapVkBlendOp() function