Home
last modified time | relevance | path

Searched refs:blendEnable (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_extended_dynamic_state3.adoc88 - VkPipelineColorBlendAttachmentState::blendEnable
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp240 .blendEnable = VK_FALSE, in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta.c470 .blendEnable = false, in vk_meta_create_graphics_pipeline()
Dvk_graphics_state.c979 .blend_enable = IS_DYNAMIC(CB_BLEND_ENABLES) || att->blendEnable, in vk_color_blend_state_init()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dframebuffer.adoc192 * pname:blendEnable controls whether blending is enabled for the
308 [open,refpage='vkCmdSetColorBlendEnableEXT',desc='Specify the pname:blendEnable for each attachment…
310 To <<pipelines-dynamic-state, dynamically set>> pname:blendEnable, call:
335 slink:VkPipelineColorBlendAttachmentState::pname:blendEnable values used to
Dpipelines.adoc2008 pname:blendEnable member of the corresponding element of the
3312 pname:blendEnable member of the corresponding element of the
4474 pname:blendEnable is not dynamic, the pname:blendEnable member of each
4540 includes an external format resolve attachment, and pname:blendEnable is
4541 not dynamic, the pname:blendEnable member of each element of
5292 pname:blendEnable set to ename:VK_TRUE and any of the blend functions
5559 pname:blendEnable state in slink:VkPipelineColorBlendAttachmentState
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp271 .blendEnable = VK_TRUE, in setUpGraphicsPipeline()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1577 color_attachment[0].blendEnable = VK_TRUE; in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py890 blendEnable = printer.write_int("blendEnable", 4, indent, signed=False, big_endian=False)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_common.adoc677 * [[VUID-{refpage}-blendEnable-04727]]
682 pname:blendEnable member of the corresponding element of the
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2834 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendAttachmentState.blendEnable ); in operator ()()
Dvulkan_hash.hpp4897 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendAttachmentState.blendEnable ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp2700 vkStream->write((VkBool32*)&forMarshaling->blendEnable, sizeof(VkBool32)); in marshal_VkPipelineColorBlendAttachmentState()
2715 vkStream->read((VkBool32*)&forUnmarshaling->blendEnable, sizeof(VkBool32)); in unmarshal_VkPipelineColorBlendAttachmentState()
Dgoldfish_vk_reserved_marshaling_guest.cpp2043 memcpy(*ptr, (VkBool32*)&forMarshaling->blendEnable, sizeof(VkBool32)); in reservedmarshal_VkPipelineColorBlendAttachmentState()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3079 vkStream->write((VkBool32*)&forMarshaling->blendEnable, sizeof(VkBool32)); in marshal_VkPipelineColorBlendAttachmentState()
3094 vkStream->read((VkBool32*)&forUnmarshaling->blendEnable, sizeof(VkBool32)); in unmarshal_VkPipelineColorBlendAttachmentState()
Dgoldfish_vk_reserved_marshaling.cpp2349 memcpy((VkBool32*)&forUnmarshaling->blendEnable, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPipelineColorBlendAttachmentState()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3605 VkBool32 blendEnable; member