Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dframebuffer.adoc196 * pname:srcColorBlendFactor selects which blend factor is used to
215 * [[VUID-VkPipelineColorBlendAttachmentState-srcColorBlendFactor-00608]]
217 enabled, pname:srcColorBlendFactor must: not be
291 is ename:VK_FALSE, pname:srcColorBlendFactor must: not be
378 slink:VkPipelineColorBlendAttachmentState::pname:srcColorBlendFactor,
403 * pname:srcColorBlendFactor selects which blend factor is used to
420 enabled, pname:srcColorBlendFactor must: not be
478 is ename:VK_FALSE, pname:srcColorBlendFactor must: not be
Dpipelines.adoc5563 pname:srcColorBlendFactor, pname:dstColorBlendFactor,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_extended_dynamic_state3.adoc92 - VkPipelineColorBlendAttachmentState::srcColorBlendFactor
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp241 .srcColorBlendFactor = vkhpp::BlendFactor::eOne, in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp272 .srcColorBlendFactor = VK_BLEND_FACTOR_ONE, in setUpGraphicsPipeline()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c980 .src_color_blend_factor = IS_DYNAMIC(CB_BLEND_EQUATIONS) ? 0 : att->srcColorBlendFactor, in vk_color_blend_state_init()
2756 pColorBlendEquations[i].srcColorBlendFactor); in vk_common_CmdSetColorBlendEquationEXT()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1578 color_attachment[0].srcColorBlendFactor = VK_BLEND_FACTOR_SRC_ALPHA; in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3606 VkBlendFactor srcColorBlendFactor; member
16790 VkBlendFactor srcColorBlendFactor; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp1937 VULKAN_HPP_HASH_COMBINE( seed, colorBlendEquationEXT.srcColorBlendFactor ); in operator ()()
4898 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendAttachmentState.srcColorBlendFactor ); in operator ()()
Dvulkansc_hash.hpp2835 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendAttachmentState.srcColorBlendFactor ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp2701 vkStream->write((VkBlendFactor*)&forMarshaling->srcColorBlendFactor, sizeof(VkBlendFactor)); in marshal_VkPipelineColorBlendAttachmentState()
2716 vkStream->read((VkBlendFactor*)&forUnmarshaling->srcColorBlendFactor, sizeof(VkBlendFactor)); in unmarshal_VkPipelineColorBlendAttachmentState()
Dgoldfish_vk_reserved_marshaling_guest.cpp2045 memcpy(*ptr, (VkBlendFactor*)&forMarshaling->srcColorBlendFactor, sizeof(VkBlendFactor)); in reservedmarshal_VkPipelineColorBlendAttachmentState()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3080 vkStream->write((VkBlendFactor*)&forMarshaling->srcColorBlendFactor, sizeof(VkBlendFactor)); in marshal_VkPipelineColorBlendAttachmentState()
3095 vkStream->read((VkBlendFactor*)&forUnmarshaling->srcColorBlendFactor, sizeof(VkBlendFactor)); in unmarshal_VkPipelineColorBlendAttachmentState()
Dgoldfish_vk_reserved_marshaling.cpp2351 memcpy((VkBlendFactor*)&forUnmarshaling->srcColorBlendFactor, *ptr, sizeof(VkBlendFactor)); in reservedunmarshal_VkPipelineColorBlendAttachmentState()