Home
last modified time | relevance | path

Searched refs:mapVkBlendOp (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.hpp269 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
DvktPipelineBlendTests.cpp791 renderState.fragOps.blendRGBState.equation = mapVkBlendOp(blendState.colorBlendOp); in verifyImage()
794 renderState.fragOps.blendAState.equation = mapVkBlendOp(blendState.alphaBlendOp); in verifyImage()
DvktPipelineReferenceRenderer.cpp66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp) in mapVkBlendOp() function