Searched refs:srcColorBlendFactor (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | framebuffer.adoc | 196 * 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
|
D | pipelines.adoc | 5563 pname:srcColorBlendFactor, pname:dstColorBlendFactor,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_extended_dynamic_state3.adoc | 92 - VkPipelineColorBlendAttachmentState::srcColorBlendFactor
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 241 .srcColorBlendFactor = vkhpp::BlendFactor::eOne, in CanHandlePrecisionQualifierWithYuvSampler()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 272 .srcColorBlendFactor = VK_BLEND_FACTOR_ONE, in setUpGraphicsPipeline()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_graphics_state.c | 980 .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/ |
D | overlay.cpp | 1578 color_attachment[0].srcColorBlendFactor = VK_BLEND_FACTOR_SRC_ALPHA; in setup_swapchain_data_pipeline()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3606 VkBlendFactor srcColorBlendFactor; member 16790 VkBlendFactor srcColorBlendFactor; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 1937 VULKAN_HPP_HASH_COMBINE( seed, colorBlendEquationEXT.srcColorBlendFactor ); in operator ()() 4898 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendAttachmentState.srcColorBlendFactor ); in operator ()()
|
D | vulkansc_hash.hpp | 2835 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendAttachmentState.srcColorBlendFactor ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 2701 vkStream->write((VkBlendFactor*)&forMarshaling->srcColorBlendFactor, sizeof(VkBlendFactor)); in marshal_VkPipelineColorBlendAttachmentState() 2716 vkStream->read((VkBlendFactor*)&forUnmarshaling->srcColorBlendFactor, sizeof(VkBlendFactor)); in unmarshal_VkPipelineColorBlendAttachmentState()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2045 memcpy(*ptr, (VkBlendFactor*)&forMarshaling->srcColorBlendFactor, sizeof(VkBlendFactor)); in reservedmarshal_VkPipelineColorBlendAttachmentState()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3080 vkStream->write((VkBlendFactor*)&forMarshaling->srcColorBlendFactor, sizeof(VkBlendFactor)); in marshal_VkPipelineColorBlendAttachmentState() 3095 vkStream->read((VkBlendFactor*)&forUnmarshaling->srcColorBlendFactor, sizeof(VkBlendFactor)); in unmarshal_VkPipelineColorBlendAttachmentState()
|
D | goldfish_vk_reserved_marshaling.cpp | 2351 memcpy((VkBlendFactor*)&forUnmarshaling->srcColorBlendFactor, *ptr, sizeof(VkBlendFactor)); in reservedunmarshal_VkPipelineColorBlendAttachmentState()
|