Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp1167 … const ColorWriteEnables &colorWriteEnables, float blendComp, bool dynamic) const;
1172 const float blendComp) const;
1430 … const ColorWriteEnables &colorWriteEnables, float blendComp, in setupAndBuildPipeline() argument
1522 …{blendComp, blendComp, blendComp, blendComp} // float blen… in setupAndBuildPipeline()
1541 … const Vec4 &background, const float blendComp) const in verifyAttachment()
1549 …const Vec4 expected = colorWriteEnables[attachmentIndex] ? maskColor(source * blendComp) : backgro… in verifyAttachment()
1579 const float blendComp = 0.5f; in iterate() local
1599 writeEnables, blendComp, dynamicColorWriteEnable); in iterate()
1640 … verifyAttachment(a, (i + 1), colorBuffer->getAccess(), writeEnables, background, blendComp); in iterate()