Searched refs:colorBlendOp (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_extended_dynamic_state3.adoc | 94 - VkPipelineColorBlendAttachmentState::colorBlendOp 131 - VkPipelineColorBlendAttachmentState::colorBlendOp
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | framebuffer.adoc | 200 * pname:colorBlendOp selects which blend operation is used to calculate 244 * [[VUID-VkPipelineColorBlendAttachmentState-colorBlendOp-01406]] 245 If either of pname:colorBlendOp or pname:alphaBlendOp is an 247 pname:colorBlendOp must: equal pname:alphaBlendOp 251 is ename:VK_FALSE and pname:colorBlendOp is an 253 pname:colorBlendOp must: be the same for all attachments 263 is ename:VK_FALSE, then pname:colorBlendOp must: not be 280 * [[VUID-VkPipelineColorBlendAttachmentState-colorBlendOp-01410]] 281 If pname:colorBlendOp or pname:alphaBlendOp is an 380 slink:VkPipelineColorBlendAttachmentState::pname:colorBlendOp, [all …]
|
D | pipelines.adoc | 5564 pname:colorBlendOp, pname:srcAlphaBlendFactor, 5608 pname:colorBlendOp state in slink:VkPipelineColorBlendAttachmentState,
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 243 .colorBlendOp = vkhpp::BlendOp::eAdd, in CanHandlePrecisionQualifierWithYuvSampler()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 274 .colorBlendOp = VK_BLEND_OP_ADD, in setUpGraphicsPipeline()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_graphics_state.c | 985 .color_blend_op = IS_DYNAMIC(CB_BLEND_EQUATIONS) ? 0 : att->colorBlendOp, in vk_color_blend_state_init() 2764 pColorBlendEquations[i].colorBlendOp); in vk_common_CmdSetColorBlendEquationEXT()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 248 .colorBlendOp = vkhpp::BlendOp::eAdd, in createPipeline()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1580 color_attachment[0].colorBlendOp = VK_BLEND_OP_ADD; in setup_swapchain_data_pipeline()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3608 VkBlendOp colorBlendOp; member 16792 VkBlendOp colorBlendOp; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 1939 VULKAN_HPP_HASH_COMBINE( seed, colorBlendEquationEXT.colorBlendOp ); in operator ()() 4900 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendAttachmentState.colorBlendOp ); in operator ()()
|
D | vulkansc_hash.hpp | 2837 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendAttachmentState.colorBlendOp ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 2703 vkStream->write((VkBlendOp*)&forMarshaling->colorBlendOp, sizeof(VkBlendOp)); in marshal_VkPipelineColorBlendAttachmentState() 2718 vkStream->read((VkBlendOp*)&forUnmarshaling->colorBlendOp, sizeof(VkBlendOp)); in unmarshal_VkPipelineColorBlendAttachmentState()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2049 memcpy(*ptr, (VkBlendOp*)&forMarshaling->colorBlendOp, sizeof(VkBlendOp)); in reservedmarshal_VkPipelineColorBlendAttachmentState()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3082 vkStream->write((VkBlendOp*)&forMarshaling->colorBlendOp, sizeof(VkBlendOp)); in marshal_VkPipelineColorBlendAttachmentState() 3097 vkStream->read((VkBlendOp*)&forUnmarshaling->colorBlendOp, sizeof(VkBlendOp)); in unmarshal_VkPipelineColorBlendAttachmentState()
|
D | goldfish_vk_reserved_marshaling.cpp | 2355 memcpy((VkBlendOp*)&forUnmarshaling->colorBlendOp, *ptr, sizeof(VkBlendOp)); in reservedunmarshal_VkPipelineColorBlendAttachmentState()
|