Searched refs:blendAState (Results 1 - 14 of 14) sorted by relevance

/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.cpp198 state.blendAState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquationsES2), DE_ARRAY_END(blendEquationsES2));
199 state.blendAState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs));
200 state.blendAState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncsDstES2), DE_ARRAY_END(blendFuncsDstES2));
208 state.blendAState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquations), DE_ARRAY_END(blendEquations));
209 state.blendAState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs));
210 state.blendAState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs));
H A DglsInteractionTestUtil.hpp95 BlendState blendAState; member in struct:deqp::gls::InteractionTestUtil::RenderState
H A DglsFragOpInteractionCase.cpp264 ctx.blendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation);
265 ctx.blendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAState.dstFunc);
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.hpp141 void executeBlendFactorComputeA (const tcu::Vec4& blendColor, const BlendState& blendAState);
142 void executeBlend (const BlendState& blendRGBState, const BlendState& blendAState);
H A DrrRenderState.hpp244 BlendState blendAState; member in struct:rr::FragmentOperationState
276 , blendAState ()
H A DrrFragmentOperations.cpp356 void FragmentProcessor::executeBlendFactorComputeA (const Vec4& blendColor, const BlendState& blendAState) argument
375 switch (blendAState.FUNC_NAME) \
407 void FragmentProcessor::executeBlend (const BlendState& blendRGBState, const BlendState& blendAState) argument
433 switch (blendAState.equation)
889 executeBlendFactorComputeA(state.blendColor, state.blendAState);
892 executeBlend(state.blendRGBState, state.blendAState);
/external/deqp/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp124 translateBlendState(src.blendAState, dst.blendAState);
193 wrapper.glBlendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation);
194 wrapper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAState.dstFunc);
H A Des2fBlendTests.cpp240 referenceState.blendAState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationAlpha);
241 referenceState.blendAState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncAlpha);
242 referenceState.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncAlpha);
/external/deqp/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.cpp124 translateBlendState(src.blendAState, dst.blendAState);
193 wrapper.glBlendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation);
194 wrapper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAState.dstFunc);
H A Des3fBlendTests.cpp288 referenceState.blendAState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationAlpha);
289 referenceState.blendAState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncAlpha);
290 referenceState.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncAlpha);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp931 renderState.fragOps.blendAState.srcFunc = mapVkBlendFactor(blendState.srcAlphaBlendFactor);
932 renderState.fragOps.blendAState.dstFunc = mapVkBlendFactor(blendState.dstAlphaBlendFactor);
933 renderState.fragOps.blendAState.equation = mapVkBlendOp(blendState.alphaBlendOp);
/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp602 fragOps.blendAState.equation = equation;
611 fragOps.blendAState.equation = mapGLBlendEquation(state.blendEq->get<SeparateBlendEq>().alpha);
625 fragOps.blendAState.srcFunc = srcFunction;
626 fragOps.blendAState.dstFunc = dstFunction;
635 fragOps.blendAState.srcFunc = mapGLBlendFunc(state.blendFunc->get<SeparateBlendFunc>().alpha.src);
636 fragOps.blendAState.dstFunc = mapGLBlendFunc(state.blendFunc->get<SeparateBlendFunc>().alpha.dst);
/external/deqp/modules/egl/
H A DteglRenderTests.cpp295 state.fragOps.blendAState = state.fragOps.blendRGBState;
302 state.fragOps.blendAState = state.fragOps.blendRGBState;
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp4330 state.fragOps.blendAState.equation = sglr::rr_util::mapGLBlendEquation(m_blendModeAlpha);
4331 state.fragOps.blendAState.srcFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorSrcAlpha);
4332 state.fragOps.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorDstAlpha);

Completed in 627 milliseconds