/external/swiftshader/src/Vulkan/ |
D | VkPipeline.cpp | 361 … (attachment.dstAlphaBlendFactor != attachment.dstColorBlendFactor) || in GraphicsPipeline() 366 context.destBlendFactorState = attachment.dstColorBlendFactor; in GraphicsPipeline()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 202 …ol32 blendEnable, VkBlendFactor srcColorBlendFactor, VkBlendFactor dstColorBlendFactor, VkBlendOp … argument 207 res.dstColorBlendFactor = dstColorBlendFactor;
|
D | vkStructTypes.inl | 738 VkBlendFactor dstColorBlendFactor; member
|
D | vkVulkan_c.inl | 2222 VkBlendFactor dstColorBlendFactor; member
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 790 renderState.fragOps.blendRGBState.dstFunc = mapVkBlendFactor(blendState.dstColorBlendFactor); in verifyImage() 912 …te.srcColorBlendFactor] << "_" << shortBlendFactorNames[blendState.dstColorBlendFactor] << "_" << … in getBlendStateName()
|
D | vktPipelineImageSamplingInstance.cpp | 636 …colorBlendAttachmentStates[imgNdx].dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendF… in ImageSamplingInstance()
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_pipeline.c | 933 .DestinationBlendFactor = vk_to_gen_blend[a->dstColorBlendFactor], 945 a->dstColorBlendFactor != a->dstAlphaBlendFactor || 1473 is_dual_src_blend_factor(bstate->dstColorBlendFactor) ||
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 384 vk::VkBlendFactor dstColorBlendFactor = vk::VK_BLEND_FACTOR_DST_COLOR,
|
D | vktDrawCreateInfoUtil.cpp | 956 dstColorBlendFactor = _dstColorBlendFactor; in Attachment()
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipeline.cpp | 442 attachmentState->dstColorBlendFactor = blend_coeff_to_vk_blend(dstCoeff); in setup_color_blend_state()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 446 attachmentState->dstColorBlendFactor = blend_coeff_to_vk_blend(dstCoeff); in setup_color_blend_state()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 867 m_colorBlendAttachmentState.dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; in addPipelineInfo()
|
D | vktSynchronizationSmokeTests.cpp | 803 blendAttachment.dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 1357 if ((pPipeline->attachments[i].dstColorBlendFactor == VK_BLEND_FACTOR_SRC1_COLOR) || in ValidatePipelineUnlocked() 1358 … (pPipeline->attachments[i].dstColorBlendFactor == VK_BLEND_FACTOR_ONE_MINUS_SRC1_COLOR) || in ValidatePipelineUnlocked() 1359 (pPipeline->attachments[i].dstColorBlendFactor == VK_BLEND_FACTOR_SRC1_ALPHA) || in ValidatePipelineUnlocked() 1360 … (pPipeline->attachments[i].dstColorBlendFactor == VK_BLEND_FACTOR_ONE_MINUS_SRC1_ALPHA)) { in ValidatePipelineUnlocked() 1368 pipelineIndex, i, pPipeline->attachments[i].dstColorBlendFactor); in ValidatePipelineUnlocked() 5064 … ((pPipe->attachments[i].dstColorBlendFactor >= VK_BLEND_FACTOR_CONSTANT_COLOR) && in SetPipelineState() 5065 … (pPipe->attachments[i].dstColorBlendFactor <= VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_ALPHA)) || in SetPipelineState()
|
D | parameter_validation_utils.cpp | 1607 … pCreateInfos[i].pColorBlendState->pAttachments[attachmentIndex].dstColorBlendFactor, in manual_PreCallValidateCreateGraphicsPipelines()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 555 VkBlendFactor dstRGB = att->dstColorBlendFactor; in radv_pipeline_init_blend_state()
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 2149 VkBlendFactor dstColorBlendFactor; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2319 VkBlendFactor dstColorBlendFactor; member
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2319 VkBlendFactor dstColorBlendFactor; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 2484 VkBlendFactor dstColorBlendFactor; member
|
D | vulkan.hpp | 29840 , dstColorBlendFactor( dstColorBlendFactor_ ) in PipelineColorBlendAttachmentState() 29873 dstColorBlendFactor = dstColorBlendFactor_; in setDstColorBlendFactor() 29921 && ( dstColorBlendFactor == rhs.dstColorBlendFactor ) in operator ==() 29936 BlendFactor dstColorBlendFactor; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 2437 VkBlendFactor dstColorBlendFactor; member
|
D | vulkan.hpp | 23799 , dstColorBlendFactor( dstColorBlendFactor_ ) in PipelineColorBlendAttachmentState() 23832 dstColorBlendFactor = dstColorBlendFactor_; in setDstColorBlendFactor() 23880 && ( dstColorBlendFactor == rhs.dstColorBlendFactor ) in operator ==() 23895 BlendFactor dstColorBlendFactor; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 2219 VkBlendFactor dstColorBlendFactor; member
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 19699 helper.cb_attachments_.dstColorBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_COLOR; in TEST_F() 19711 helper.cb_attachments_.dstColorBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC1_COLOR; // bad in TEST_F() 19723 helper.cb_attachments_.dstColorBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_COLOR; in TEST_F() 19735 helper.cb_attachments_.dstColorBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_COLOR; in TEST_F()
|