Searched refs:dualSrcBlend (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | framebuffer.adoc | 216 If the <<features-dualSrcBlend, pname:dualSrcBlend>> feature is not 223 If the <<features-dualSrcBlend, pname:dualSrcBlend>> feature is not 230 If the <<features-dualSrcBlend, pname:dualSrcBlend>> feature is not 237 If the <<features-dualSrcBlend, pname:dualSrcBlend>> feature is not 418 * [[VUID-VkColorBlendEquationEXT-dualSrcBlend-07357]] 419 If the <<features-dualSrcBlend, pname:dualSrcBlend>> feature is not 425 * [[VUID-VkColorBlendEquationEXT-dualSrcBlend-07358]] 426 If the <<features-dualSrcBlend, pname:dualSrcBlend>> feature is not 432 * [[VUID-VkColorBlendEquationEXT-dualSrcBlend-07359]] 433 If the <<features-dualSrcBlend, pname:dualSrcBlend>> feature is not [all …]
|
D | limits.adoc | 465 See <<framebuffer-dsb>> and <<features-dualSrcBlend, 466 pname:dualSrcBlend>>. 4492 | code:uint32_t | pname:maxFragmentDualSrcAttachments | pname:dualSrcBlend
|
D | features.adoc | 438 * [[features-dualSrcBlend]] pname:dualSrcBlend specifies whether blend
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1616 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.dualSrcBlend ); in operator ()()
|
D | vulkan_hash.hpp | 3161 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.dualSrcBlend ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 617 vkStream->write((VkBool32*)&forMarshaling->dualSrcBlend, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 684 vkStream->read((VkBool32*)&forUnmarshaling->dualSrcBlend, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 534 memcpy(*ptr, (VkBool32*)&forMarshaling->dualSrcBlend, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 680 vkStream->write((VkBool32*)&forMarshaling->dualSrcBlend, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 747 vkStream->read((VkBool32*)&forUnmarshaling->dualSrcBlend, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 525 memcpy((VkBool32*)&forUnmarshaling->dualSrcBlend, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3023 VkBool32 dualSrcBlend; member
|