Home
last modified time | relevance | path

Searched refs:BLENDFUNC_ONE_MINUS_DST_ALPHA (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrRenderState.hpp171 BLENDFUNC_ONE_MINUS_DST_ALPHA, enumerator
DrrFragmentOperations.cpp389 …case BLENDFUNC_ONE_MINUS_DST_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, Vec3(1.0f - dst.w(… in executeBlendFactorComputeRGB()
440 …case BLENDFUNC_ONE_MINUS_DST_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, 1.0f - dst.w()) … in executeBlendFactorComputeA()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp304 case GL_ONE_MINUS_DST_ALPHA: return rr::BLENDFUNC_ONE_MINUS_DST_ALPHA; in mapGLBlendFunc()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp50 case VK_BLEND_FACTOR_ONE_MINUS_DST_ALPHA: return rr::BLENDFUNC_ONE_MINUS_DST_ALPHA; in mapVkBlendFactor()