Home
last modified time | relevance | path

Searched refs:dualSrcBlend (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dframebuffer.adoc216 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 …]
Dlimits.adoc465 See <<framebuffer-dsb>> and <<features-dualSrcBlend,
466 pname:dualSrcBlend>>.
4492 | code:uint32_t | pname:maxFragmentDualSrcAttachments | pname:dualSrcBlend
Dfeatures.adoc438 * [[features-dualSrcBlend]] pname:dualSrcBlend specifies whether blend
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1616 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.dualSrcBlend ); in operator ()()
Dvulkan_hash.hpp3161 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.dualSrcBlend ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp617 vkStream->write((VkBool32*)&forMarshaling->dualSrcBlend, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
684 vkStream->read((VkBool32*)&forUnmarshaling->dualSrcBlend, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp534 memcpy(*ptr, (VkBool32*)&forMarshaling->dualSrcBlend, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp680 vkStream->write((VkBool32*)&forMarshaling->dualSrcBlend, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
747 vkStream->read((VkBool32*)&forUnmarshaling->dualSrcBlend, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp525 memcpy((VkBool32*)&forUnmarshaling->dualSrcBlend, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3023 VkBool32 dualSrcBlend; member