Home
last modified time | relevance | path

Searched refs:colorBlendOp (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_extended_dynamic_state3.adoc94 - VkPipelineColorBlendAttachmentState::colorBlendOp
131 - VkPipelineColorBlendAttachmentState::colorBlendOp
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dframebuffer.adoc200 * 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 …]
Dpipelines.adoc5564 pname:colorBlendOp, pname:srcAlphaBlendFactor,
5608 pname:colorBlendOp state in slink:VkPipelineColorBlendAttachmentState,
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp243 .colorBlendOp = vkhpp::BlendOp::eAdd, in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp274 .colorBlendOp = VK_BLEND_OP_ADD, in setUpGraphicsPipeline()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c985 .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/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp248 .colorBlendOp = vkhpp::BlendOp::eAdd, in createPipeline()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1580 color_attachment[0].colorBlendOp = VK_BLEND_OP_ADD; in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3608 VkBlendOp colorBlendOp; member
16792 VkBlendOp colorBlendOp; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp1939 VULKAN_HPP_HASH_COMBINE( seed, colorBlendEquationEXT.colorBlendOp ); in operator ()()
4900 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendAttachmentState.colorBlendOp ); in operator ()()
Dvulkansc_hash.hpp2837 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendAttachmentState.colorBlendOp ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp2703 vkStream->write((VkBlendOp*)&forMarshaling->colorBlendOp, sizeof(VkBlendOp)); in marshal_VkPipelineColorBlendAttachmentState()
2718 vkStream->read((VkBlendOp*)&forUnmarshaling->colorBlendOp, sizeof(VkBlendOp)); in unmarshal_VkPipelineColorBlendAttachmentState()
Dgoldfish_vk_reserved_marshaling_guest.cpp2049 memcpy(*ptr, (VkBlendOp*)&forMarshaling->colorBlendOp, sizeof(VkBlendOp)); in reservedmarshal_VkPipelineColorBlendAttachmentState()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3082 vkStream->write((VkBlendOp*)&forMarshaling->colorBlendOp, sizeof(VkBlendOp)); in marshal_VkPipelineColorBlendAttachmentState()
3097 vkStream->read((VkBlendOp*)&forUnmarshaling->colorBlendOp, sizeof(VkBlendOp)); in unmarshal_VkPipelineColorBlendAttachmentState()
Dgoldfish_vk_reserved_marshaling.cpp2355 memcpy((VkBlendOp*)&forUnmarshaling->colorBlendOp, *ptr, sizeof(VkBlendOp)); in reservedunmarshal_VkPipelineColorBlendAttachmentState()