Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dframebuffer.adoc198 * pname:dstColorBlendFactor selects which blend factor is used to
222 * [[VUID-VkPipelineColorBlendAttachmentState-dstColorBlendFactor-00609]]
224 enabled, pname:dstColorBlendFactor must: not be
297 is ename:VK_FALSE, pname:dstColorBlendFactor must: not be
379 slink:VkPipelineColorBlendAttachmentState::pname:dstColorBlendFactor,
405 * pname:dstColorBlendFactor selects which blend factor is used to
427 enabled, pname:dstColorBlendFactor must: not be
484 is ename:VK_FALSE, pname:dstColorBlendFactor must: not be
Dpipelines.adoc5563 pname:srcColorBlendFactor, pname:dstColorBlendFactor,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_extended_dynamic_state3.adoc93 - VkPipelineColorBlendAttachmentState::dstColorBlendFactor
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp242 .dstColorBlendFactor = vkhpp::BlendFactor::eOneMinusSrcAlpha, in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp273 .dstColorBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA, in setUpGraphicsPipeline()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c981 .dst_color_blend_factor = IS_DYNAMIC(CB_BLEND_EQUATIONS) ? 0 : att->dstColorBlendFactor, in vk_color_blend_state_init()
2760 pColorBlendEquations[i].dstColorBlendFactor); in vk_common_CmdSetColorBlendEquationEXT()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1579 color_attachment[0].dstColorBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA; in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3607 VkBlendFactor dstColorBlendFactor; member
16791 VkBlendFactor dstColorBlendFactor; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp1938 VULKAN_HPP_HASH_COMBINE( seed, colorBlendEquationEXT.dstColorBlendFactor ); in operator ()()
4899 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendAttachmentState.dstColorBlendFactor ); in operator ()()
Dvulkansc_hash.hpp2836 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendAttachmentState.dstColorBlendFactor ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp2702 vkStream->write((VkBlendFactor*)&forMarshaling->dstColorBlendFactor, sizeof(VkBlendFactor)); in marshal_VkPipelineColorBlendAttachmentState()
2717 vkStream->read((VkBlendFactor*)&forUnmarshaling->dstColorBlendFactor, sizeof(VkBlendFactor)); in unmarshal_VkPipelineColorBlendAttachmentState()
Dgoldfish_vk_reserved_marshaling_guest.cpp2047 memcpy(*ptr, (VkBlendFactor*)&forMarshaling->dstColorBlendFactor, sizeof(VkBlendFactor)); in reservedmarshal_VkPipelineColorBlendAttachmentState()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3081 vkStream->write((VkBlendFactor*)&forMarshaling->dstColorBlendFactor, sizeof(VkBlendFactor)); in marshal_VkPipelineColorBlendAttachmentState()
3096 vkStream->read((VkBlendFactor*)&forUnmarshaling->dstColorBlendFactor, sizeof(VkBlendFactor)); in unmarshal_VkPipelineColorBlendAttachmentState()
Dgoldfish_vk_reserved_marshaling.cpp2353 memcpy((VkBlendFactor*)&forUnmarshaling->dstColorBlendFactor, *ptr, sizeof(VkBlendFactor)); in reservedunmarshal_VkPipelineColorBlendAttachmentState()