Home
last modified time | relevance | path

Searched refs:dstColorBlendFactor (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/src/Vulkan/
DVkPipeline.cpp361 … (attachment.dstAlphaBlendFactor != attachment.dstColorBlendFactor) || in GraphicsPipeline()
366 context.destBlendFactorState = attachment.dstColorBlendFactor; in GraphicsPipeline()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl202 …ol32 blendEnable, VkBlendFactor srcColorBlendFactor, VkBlendFactor dstColorBlendFactor, VkBlendOp … argument
207 res.dstColorBlendFactor = dstColorBlendFactor;
DvkStructTypes.inl738 VkBlendFactor dstColorBlendFactor; member
DvkVulkan_c.inl2222 VkBlendFactor dstColorBlendFactor; member
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp790 renderState.fragOps.blendRGBState.dstFunc = mapVkBlendFactor(blendState.dstColorBlendFactor); in verifyImage()
912 …te.srcColorBlendFactor] << "_" << shortBlendFactorNames[blendState.dstColorBlendFactor] << "_" << … in getBlendStateName()
DvktPipelineImageSamplingInstance.cpp636 …colorBlendAttachmentStates[imgNdx].dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendF… in ImageSamplingInstance()
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c933 .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/
DvktDrawCreateInfoUtil.hpp384 vk::VkBlendFactor dstColorBlendFactor = vk::VK_BLEND_FACTOR_DST_COLOR,
DvktDrawCreateInfoUtil.cpp956 dstColorBlendFactor = _dstColorBlendFactor; in Attachment()
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp442 attachmentState->dstColorBlendFactor = blend_coeff_to_vk_blend(dstCoeff); in setup_color_blend_state()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp446 attachmentState->dstColorBlendFactor = blend_coeff_to_vk_blend(dstCoeff); in setup_color_blend_state()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp867 m_colorBlendAttachmentState.dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; in addPipelineInfo()
DvktSynchronizationSmokeTests.cpp803 blendAttachment.dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1357 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()
Dparameter_validation_utils.cpp1607 … pCreateInfos[i].pColorBlendState->pAttachments[attachmentIndex].dstColorBlendFactor, in manual_PreCallValidateCreateGraphicsPipelines()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c555 VkBlendFactor dstRGB = att->dstColorBlendFactor; in radv_pipeline_init_blend_state()
/external/mesa3d/include/vulkan/
Dvulkan.h2149 VkBlendFactor dstColorBlendFactor; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2319 VkBlendFactor dstColorBlendFactor; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2319 VkBlendFactor dstColorBlendFactor; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2484 VkBlendFactor dstColorBlendFactor; member
Dvulkan.hpp29840 , dstColorBlendFactor( dstColorBlendFactor_ ) in PipelineColorBlendAttachmentState()
29873 dstColorBlendFactor = dstColorBlendFactor_; in setDstColorBlendFactor()
29921 && ( dstColorBlendFactor == rhs.dstColorBlendFactor ) in operator ==()
29936 BlendFactor dstColorBlendFactor; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h2437 VkBlendFactor dstColorBlendFactor; member
Dvulkan.hpp23799 , 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/
Dvulkan.h.in2219 VkBlendFactor dstColorBlendFactor; member
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp19699 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()

12