Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl202 …tor srcColorBlendFactor, VkBlendFactor dstColorBlendFactor, VkBlendOp colorBlendOp, VkBlendFactor … argument
208 res.colorBlendOp = colorBlendOp;
DvkStructTypes.inl739 VkBlendOp colorBlendOp; member
DvkStrUtilImpl.inl2385 s << "\tcolorBlendOp = " << value.colorBlendOp << '\n';
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp930 renderState.fragOps.blendRGBState.equation = mapVkBlendOp(blendState.colorBlendOp); in verifyImage()
1004 …rtBlendFactorNames[blendState.dstColorBlendFactor] << "_" << blendOpNames[blendState.colorBlendOp]; in getBlendStateName()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp364 attachmentState->colorBlendOp = blend_equation_to_vk_blend_op(equation); in setup_color_blend_state()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp380 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
DvktDrawCreateInfoUtil.cpp943 colorBlendOp = _colorBlendOp; in Attachment()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolCreateInfoUtil.hpp380 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
DvktQueryPoolCreateInfoUtil.cpp949 colorBlendOp = _colorBlendOp; in Attachment()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCreateInfoUtil.hpp382 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
DvktDynamicStateCreateInfoUtil.cpp942 colorBlendOp = _colorBlendOp; in Attachment()
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp327 blend_attachment.colorBlendOp = VK_BLEND_OP_ADD; in create_pipeline()
/external/deqp/external/vulkancts/modules/vulkan/
DvktSynchronization.cpp826 blendAttachment.colorBlendOp = VK_BLEND_OP_ADD; in generateWork()
/external/vulkan-validation-layers/layers/
Dparameter_validation.cpp3185 … if (pCreateInfos->pColorBlendState->pAttachments->colorBlendOp < VK_BLEND_OP_BEGIN_RANGE || in PreCreateGraphicsPipelines()
3186 … pCreateInfos->pColorBlendState->pAttachments->colorBlendOp > VK_BLEND_OP_END_RANGE) { in PreCreateGraphicsPipelines()
Dcore_validation.cpp3041 (pAttachments[0].colorBlendOp != pAttachments[i].colorBlendOp) || in verifyPipelineCreateState()
/external/skia/third_party/vulkan/
Dvulkan.h1793 VkBlendOp colorBlendOp; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1802 VkBlendOp colorBlendOp; member