/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 194 …state.blendRGBState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquationsES2), DE_ARRAY_EN… in computeRandomRenderState() 195 …state.blendRGBState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blend… in computeRandomRenderState() 196 …state.blendRGBState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncsDstES2), DE_ARRAY_END… in computeRandomRenderState() 204 …state.blendRGBState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquations), DE_ARRAY_END(b… in computeRandomRenderState() 205 …state.blendRGBState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blend… in computeRandomRenderState() 206 …state.blendRGBState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blend… in computeRandomRenderState()
|
D | glsInteractionTestUtil.hpp | 94 BlendState blendRGBState; member
|
D | glsFragOpInteractionCase.cpp | 264 ctx.blendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation); in setRenderState() 265 …ctx.blendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.… in setRenderState()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRandomFragmentOpTests.cpp | 123 translateBlendState(src.blendRGBState, dst.blendRGBState); in translateState() 193 wrapper.glBlendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation); in setGLState() 194 …wrapper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendA… in setGLState()
|
D | es3fBlendTests.cpp | 285 referenceState.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationRGB); in iterate() 286 referenceState.blendRGBState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncRGB); in iterate() 287 referenceState.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB); in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fRandomFragmentOpTests.cpp | 123 translateBlendState(src.blendRGBState, dst.blendRGBState); in translateState() 193 wrapper.glBlendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation); in setGLState() 194 …wrapper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendA… in setGLState()
|
D | es2fBlendTests.cpp | 237 referenceState.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationRGB); in iterate() 238 referenceState.blendRGBState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncRGB); in iterate() 239 referenceState.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB); in iterate()
|
/external/deqp/framework/referencerenderer/ |
D | rrFragmentOperations.hpp | 141 void executeBlendFactorComputeRGB (const tcu::Vec4& blendColor, const BlendState& blendRGBState); 143 void executeBlend (const BlendState& blendRGBState, const BlendState& blendAState);
|
D | rrRenderState.hpp | 258 BlendState blendRGBState; member 294 , blendRGBState () in FragmentOperationState()
|
D | rrFragmentOperations.cpp | 359 …ntProcessor::executeBlendFactorComputeRGB (const Vec4& blendColor, const BlendState& blendRGBState) in executeBlendFactorComputeRGB() argument 378 switch (blendRGBState.FUNC_NAME) \ in executeBlendFactorComputeRGB() 461 void FragmentProcessor::executeBlend (const BlendState& blendRGBState, const BlendState& blendAStat… in executeBlend() argument 476 switch (blendRGBState.equation) in executeBlend() 946 executeBlendFactorComputeRGB(state.blendColor, state.blendRGBState); in render() 950 executeBlend(state.blendRGBState, state.blendAState); in render()
|
/external/deqp/modules/egl/ |
D | teglRenderTests.cpp | 298 state.fragOps.blendRGBState.srcFunc = rr::BLENDFUNC_ONE; in toReferenceRenderState() 299 state.fragOps.blendRGBState.dstFunc = rr::BLENDFUNC_ONE; in toReferenceRenderState() 300 state.fragOps.blendRGBState.equation = rr::BLENDEQUATION_ADD; in toReferenceRenderState() 301 state.fragOps.blendAState = state.fragOps.blendRGBState; in toReferenceRenderState() 305 state.fragOps.blendRGBState.srcFunc = rr::BLENDFUNC_SRC_ALPHA; in toReferenceRenderState() 306 state.fragOps.blendRGBState.dstFunc = rr::BLENDFUNC_ONE_MINUS_SRC_ALPHA; in toReferenceRenderState() 307 state.fragOps.blendRGBState.equation = rr::BLENDEQUATION_ADD; in toReferenceRenderState() 308 state.fragOps.blendAState = state.fragOps.blendRGBState; in toReferenceRenderState()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 789 renderState.fragOps.blendRGBState.srcFunc = mapVkBlendFactor(blendState.srcColorBlendFactor); in verifyImage() 790 renderState.fragOps.blendRGBState.dstFunc = mapVkBlendFactor(blendState.dstColorBlendFactor); in verifyImage() 791 renderState.fragOps.blendRGBState.equation = mapVkBlendOp(blendState.colorBlendOp); in verifyImage()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 601 fragOps.blendRGBState.equation = equation; in setBlendState() 610 fragOps.blendRGBState.equation = mapGLBlendEquation(state.blendEq->get<SeparateBlendEq>().rgb); in setBlendState() 622 fragOps.blendRGBState.srcFunc = srcFunction; in setBlendState() 623 fragOps.blendRGBState.dstFunc = dstFunction; in setBlendState() 632 … fragOps.blendRGBState.srcFunc = mapGLBlendFunc(state.blendFunc->get<SeparateBlendFunc>().rgb.src); in setBlendState() 633 … fragOps.blendRGBState.dstFunc = mapGLBlendFunc(state.blendFunc->get<SeparateBlendFunc>().rgb.dst); in setBlendState()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4327 state.fragOps.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(m_blendModeRGB); in drawWithReference() 4328 state.fragOps.blendRGBState.srcFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorSrcRGB); in drawWithReference() 4329 state.fragOps.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorDstRGB); in drawWithReference()
|