Searched refs:blendEnable (Results 1 – 17 of 17) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_extended_dynamic_state3.adoc | 88 - VkPipelineColorBlendAttachmentState::blendEnable
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 240 .blendEnable = VK_FALSE, in CanHandlePrecisionQualifierWithYuvSampler()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta.c | 470 .blendEnable = false, in vk_meta_create_graphics_pipeline()
|
D | vk_graphics_state.c | 979 .blend_enable = IS_DYNAMIC(CB_BLEND_ENABLES) || att->blendEnable, in vk_color_blend_state_init()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | framebuffer.adoc | 192 * 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
|
D | pipelines.adoc | 2008 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/ |
D | CompositorVk.cpp | 271 .blendEnable = VK_TRUE, in setUpGraphicsPipeline()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1577 color_attachment[0].blendEnable = VK_TRUE; in setup_swapchain_data_pipeline()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 890 blendEnable = printer.write_int("blendEnable", 4, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_common.adoc | 677 * [[VUID-{refpage}-blendEnable-04727]] 682 pname:blendEnable member of the corresponding element of the
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 2834 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendAttachmentState.blendEnable ); in operator ()()
|
D | vulkan_hash.hpp | 4897 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendAttachmentState.blendEnable ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 2700 vkStream->write((VkBool32*)&forMarshaling->blendEnable, sizeof(VkBool32)); in marshal_VkPipelineColorBlendAttachmentState() 2715 vkStream->read((VkBool32*)&forUnmarshaling->blendEnable, sizeof(VkBool32)); in unmarshal_VkPipelineColorBlendAttachmentState()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2043 memcpy(*ptr, (VkBool32*)&forMarshaling->blendEnable, sizeof(VkBool32)); in reservedmarshal_VkPipelineColorBlendAttachmentState()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3079 vkStream->write((VkBool32*)&forMarshaling->blendEnable, sizeof(VkBool32)); in marshal_VkPipelineColorBlendAttachmentState() 3094 vkStream->read((VkBool32*)&forUnmarshaling->blendEnable, sizeof(VkBool32)); in unmarshal_VkPipelineColorBlendAttachmentState()
|
D | goldfish_vk_reserved_marshaling.cpp | 2349 memcpy((VkBool32*)&forUnmarshaling->blendEnable, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPipelineColorBlendAttachmentState()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3605 VkBool32 blendEnable; member
|