Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl202 …lineColorBlendAttachmentState (VkBool32 blendEnable, VkBlendFactor srcColorBlendFactor, VkBlendFac… argument
206 res.srcColorBlendFactor = srcColorBlendFactor;
DvkStructTypes.inl737 VkBlendFactor srcColorBlendFactor; member
DvkStrUtilImpl.inl2383 s << "\tsrcColorBlendFactor = " << value.srcColorBlendFactor << '\n';
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp928 renderState.fragOps.blendRGBState.srcFunc = mapVkBlendFactor(blendState.srcColorBlendFactor); in verifyImage()
1004 …shortName << "color_" << shortBlendFactorNames[blendState.srcColorBlendFactor] << "_" << shortBlen… in getBlendStateName()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp362 attachmentState->srcColorBlendFactor = blend_coeff_to_vk_blend(srcCoeff); in setup_color_blend_state()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp378 vk::VkBlendFactor srcColorBlendFactor = vk::VK_BLEND_FACTOR_SRC_COLOR,
DvktDrawCreateInfoUtil.cpp941 srcColorBlendFactor = _srcColorBlendFactor; in Attachment()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolCreateInfoUtil.hpp378 vk::VkBlendFactor srcColorBlendFactor = vk::VK_BLEND_FACTOR_SRC_COLOR,
DvktQueryPoolCreateInfoUtil.cpp947 srcColorBlendFactor = _srcColorBlendFactor; in Attachment()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCreateInfoUtil.hpp380 vk::VkBlendFactor srcColorBlendFactor = vk::VK_BLEND_FACTOR_SRC_COLOR,
DvktDynamicStateCreateInfoUtil.cpp940 srcColorBlendFactor = _srcColorBlendFactor; in Attachment()
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp325 blend_attachment.srcColorBlendFactor = VK_BLEND_FACTOR_SRC_ALPHA; in create_pipeline()
/external/deqp/external/vulkancts/modules/vulkan/
DvktSynchronization.cpp822 blendAttachment.srcColorBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()
/external/vulkan-validation-layers/layers/
Dparameter_validation.cpp3171 …if (pCreateInfos->pColorBlendState->pAttachments->srcColorBlendFactor < VK_BLEND_FACTOR_BEGIN_RANG… in PreCreateGraphicsPipelines()
3172 … pCreateInfos->pColorBlendState->pAttachments->srcColorBlendFactor > VK_BLEND_FACTOR_END_RANGE) { in PreCreateGraphicsPipelines()
Dcore_validation.cpp3039 … (pAttachments[0].srcColorBlendFactor != pAttachments[i].srcColorBlendFactor) || in verifyPipelineCreateState()
/external/skia/third_party/vulkan/
Dvulkan.h1791 VkBlendFactor srcColorBlendFactor; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1800 VkBlendFactor srcColorBlendFactor; member