/external/swiftshader/src/Vulkan/ |
D | VkPipeline.cpp | 362 … (attachment.srcAlphaBlendFactor != attachment.srcColorBlendFactor); in GraphicsPipeline() 368 context.sourceBlendFactorState = attachment.srcColorBlendFactor; in GraphicsPipeline()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 202 …lineColorBlendAttachmentState (VkBool32 blendEnable, VkBlendFactor srcColorBlendFactor, VkBlendFac… argument 206 res.srcColorBlendFactor = srcColorBlendFactor;
|
D | vkStructTypes.inl | 737 VkBlendFactor srcColorBlendFactor; member
|
D | vkVulkan_c.inl | 2221 VkBlendFactor srcColorBlendFactor; member
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 789 renderState.fragOps.blendRGBState.srcFunc = mapVkBlendFactor(blendState.srcColorBlendFactor); in verifyImage() 912 …shortName << "color_" << shortBlendFactorNames[blendState.srcColorBlendFactor] << "_" << shortBlen… in getBlendStateName()
|
D | vktPipelineImageSamplingInstance.cpp | 635 …colorBlendAttachmentStates[imgNdx].srcColorBlendFactor = VK_BLEND_FACTOR_ONE; // VkBlendFa… in ImageSamplingInstance()
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_pipeline.c | 932 .SourceBlendFactor = vk_to_gen_blend[a->srcColorBlendFactor], 944 if (a->srcColorBlendFactor != a->srcAlphaBlendFactor || 1472 (is_dual_src_blend_factor(bstate->srcColorBlendFactor) ||
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 383 vk::VkBlendFactor srcColorBlendFactor = vk::VK_BLEND_FACTOR_SRC_COLOR,
|
D | vktDrawCreateInfoUtil.cpp | 955 srcColorBlendFactor = _srcColorBlendFactor; in Attachment()
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipeline.cpp | 441 attachmentState->srcColorBlendFactor = blend_coeff_to_vk_blend(srcCoeff); in setup_color_blend_state()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 445 attachmentState->srcColorBlendFactor = blend_coeff_to_vk_blend(srcCoeff); in setup_color_blend_state()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 866 m_colorBlendAttachmentState.srcColorBlendFactor = VK_BLEND_FACTOR_ONE; in addPipelineInfo()
|
D | vktSynchronizationSmokeTests.cpp | 801 blendAttachment.srcColorBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 1343 if ((pPipeline->attachments[i].srcColorBlendFactor == VK_BLEND_FACTOR_SRC1_COLOR) || in ValidatePipelineUnlocked() 1344 … (pPipeline->attachments[i].srcColorBlendFactor == VK_BLEND_FACTOR_ONE_MINUS_SRC1_COLOR) || in ValidatePipelineUnlocked() 1345 (pPipeline->attachments[i].srcColorBlendFactor == VK_BLEND_FACTOR_SRC1_ALPHA) || in ValidatePipelineUnlocked() 1346 … (pPipeline->attachments[i].srcColorBlendFactor == VK_BLEND_FACTOR_ONE_MINUS_SRC1_ALPHA)) { in ValidatePipelineUnlocked() 1354 pipelineIndex, i, pPipeline->attachments[i].srcColorBlendFactor); in ValidatePipelineUnlocked() 5068 … ((pPipe->attachments[i].srcColorBlendFactor >= VK_BLEND_FACTOR_CONSTANT_COLOR) && in SetPipelineState() 5069 … (pPipe->attachments[i].srcColorBlendFactor <= VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_ALPHA))) { in SetPipelineState()
|
D | parameter_validation_utils.cpp | 1599 … pCreateInfos[i].pColorBlendState->pAttachments[attachmentIndex].srcColorBlendFactor, in manual_PreCallValidateCreateGraphicsPipelines()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 554 VkBlendFactor srcRGB = att->srcColorBlendFactor; in radv_pipeline_init_blend_state()
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 2148 VkBlendFactor srcColorBlendFactor; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2318 VkBlendFactor srcColorBlendFactor; member
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2318 VkBlendFactor srcColorBlendFactor; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 2483 VkBlendFactor srcColorBlendFactor; member
|
D | vulkan.hpp | 29839 , srcColorBlendFactor( srcColorBlendFactor_ ) in PipelineColorBlendAttachmentState() 29867 srcColorBlendFactor = srcColorBlendFactor_; in setSrcColorBlendFactor() 29920 && ( srcColorBlendFactor == rhs.srcColorBlendFactor ) in operator ==() 29935 BlendFactor srcColorBlendFactor; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 2436 VkBlendFactor srcColorBlendFactor; member
|
D | vulkan.hpp | 23798 , srcColorBlendFactor( srcColorBlendFactor_ ) in PipelineColorBlendAttachmentState() 23826 srcColorBlendFactor = srcColorBlendFactor_; in setSrcColorBlendFactor() 23879 && ( srcColorBlendFactor == rhs.srcColorBlendFactor ) in operator ==() 23894 BlendFactor srcColorBlendFactor; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 2218 VkBlendFactor srcColorBlendFactor; member
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 19698 helper.cb_attachments_.srcColorBlendFactor = VK_BLEND_FACTOR_SRC1_COLOR; // bad! in TEST_F() 19710 helper.cb_attachments_.srcColorBlendFactor = VK_BLEND_FACTOR_SRC_COLOR; in TEST_F() 19722 helper.cb_attachments_.srcColorBlendFactor = VK_BLEND_FACTOR_SRC_COLOR; in TEST_F() 19734 helper.cb_attachments_.srcColorBlendFactor = VK_BLEND_FACTOR_SRC_COLOR; in TEST_F()
|