Searched refs:alphaToOne (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_extended_dynamic_state3.adoc | 80 * Assuming VkPhysicalDeviceFeatures::alphaToOne is enabled
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fragops.adoc | 1163 * [[VUID-vkCmdSetAlphaToOneEnableEXT-alphaToOne-07607]] 1164 If the <<features-alphaToOne, pname:alphaToOne>> feature is not enabled,
|
D | pipelines.adoc | 1418 and either <<features-alphaToOne,alphaToOne>> is disabled on the device 2084 not set, or <<features-alphaToOne,alphaToOne>> is enabled on the device 3459 not set, or <<features-alphaToOne,alphaToOne>> is enabled on the device 3875 not set, or <<features-alphaToOne,alphaToOne>> is enabled on the device
|
D | features.adoc | 511 * [[features-alphaToOne]] pname:alphaToOne specifies whether the 7867 * <<features-alphaToOne, pname:alphaToOne>>, if the
|
D | shaders.adoc | 892 * flink:vkCmdSetAlphaToOneEnableEXT, if the <<features-alphaToOne, 893 alphaToOne>> feature is enabled on the device
|
D | primsrast.adoc | 213 If the <<features-alphaToOne, pname:alphaToOne>> feature is not enabled,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_common.adoc | 1467 If the <<features-alphaToOne, pname:alphaToOne>> feature is enabled, and
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1626 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.alphaToOne ); in operator ()()
|
D | vulkan_hash.hpp | 3171 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.alphaToOne ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 627 vkStream->write((VkBool32*)&forMarshaling->alphaToOne, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 694 vkStream->read((VkBool32*)&forUnmarshaling->alphaToOne, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 554 memcpy(*ptr, (VkBool32*)&forMarshaling->alphaToOne, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 690 vkStream->write((VkBool32*)&forMarshaling->alphaToOne, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 757 vkStream->read((VkBool32*)&forUnmarshaling->alphaToOne, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 545 memcpy((VkBool32*)&forUnmarshaling->alphaToOne, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3033 VkBool32 alphaToOne; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 5075 * Clarify behavior of the <<features-alphaToOne, pname:alphaToOne>>
|