Home
last modified time | relevance | path

Searched refs:BLENDFUNC_ONE_MINUS_SRC_ALPHA (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderState.hpp169 BLENDFUNC_ONE_MINUS_SRC_ALPHA, enumerator
H A DrrFragmentOperations.cpp387 case BLENDFUNC_ONE_MINUS_SRC_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, Vec3(1.0f - src.w())) break; \ in executeBlendFactorComputeRGB()
438 case BLENDFUNC_ONE_MINUS_SRC_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, 1.0f - src.w()) break; \ in executeBlendFactorComputeA()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp302 case GL_ONE_MINUS_SRC_ALPHA: return rr::BLENDFUNC_ONE_MINUS_SRC_ALPHA; in mapGLBlendFunc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp48 case VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA: return rr::BLENDFUNC_ONE_MINUS_SRC_ALPHA; in mapVkBlendFactor()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp48 case VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA: return rr::BLENDFUNC_ONE_MINUS_SRC_ALPHA; in mapVkBlendFactor()
/third_party/vk-gl-cts/modules/egl/
H A DteglRenderTests.cpp306 state.fragOps.blendRGBState.dstFunc = rr::BLENDFUNC_ONE_MINUS_SRC_ALPHA; in toReferenceRenderState()

Completed in 7 milliseconds