Home
last modified time | relevance | path

Searched refs:BLENDEQUATION_ADD (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderState.hpp130 BLENDEQUATION_ADD = 0, enumerator
214 : equation (BLENDEQUATION_ADD) in BlendState()
H A DrrFragmentOperations.cpp478 case BLENDEQUATION_ADD: SAMPLE_REGISTER_BLENDED_COLOR(blendedRGB, srcColor.swizzle(0,1,2)*sample.blendSrcFactorRGB + dstColor.swizzle(0,1,2)*sample.blendDstFactorRGB) break; in executeBlend()
489 case BLENDEQUATION_ADD: SAMPLE_REGISTER_BLENDED_COLOR(blendedA, srcColor.w()*sample.blendSrcFactorA + dstColor.w()*sample.blendDstFactorA) break; in executeBlend()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp255 case GL_FUNC_ADD: return rr::BLENDEQUATION_ADD; in mapGLBlendEquation()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp70 case VK_BLEND_OP_ADD: return rr::BLENDEQUATION_ADD; in mapVkBlendOp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp70 case VK_BLEND_OP_ADD: return rr::BLENDEQUATION_ADD; in mapVkBlendOp()
/third_party/vk-gl-cts/modules/egl/
H A DteglRenderTests.cpp300 state.fragOps.blendRGBState.equation = rr::BLENDEQUATION_ADD; in toReferenceRenderState()
307 state.fragOps.blendRGBState.equation = rr::BLENDEQUATION_ADD; in toReferenceRenderState()

Completed in 7 milliseconds