Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/referencerenderer/
H A DrrRenderState.hpp166 BLENDFUNC_DST_COLOR, enumerator
H A DrrFragmentOperations.cpp384 …case BLENDFUNC_DST_COLOR: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, dst.swizzle(0,1,2)) b… in executeBlendFactorComputeRGB()
435 case BLENDFUNC_DST_COLOR: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, dst.w()) break; \ in executeBlendFactorComputeA()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp299 case GL_DST_COLOR: return rr::BLENDFUNC_DST_COLOR; in mapGLBlendFunc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp45 case VK_BLEND_FACTOR_DST_COLOR: return rr::BLENDFUNC_DST_COLOR; in mapVkBlendFactor()