Home
last modified time | relevance | path

Searched refs:alphaToOne (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_extended_dynamic_state3.adoc80 * Assuming VkPhysicalDeviceFeatures::alphaToOne is enabled
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfragops.adoc1163 * [[VUID-vkCmdSetAlphaToOneEnableEXT-alphaToOne-07607]]
1164 If the <<features-alphaToOne, pname:alphaToOne>> feature is not enabled,
Dpipelines.adoc1418 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
Dfeatures.adoc511 * [[features-alphaToOne]] pname:alphaToOne specifies whether the
7867 * <<features-alphaToOne, pname:alphaToOne>>, if the
Dshaders.adoc892 * flink:vkCmdSetAlphaToOneEnableEXT, if the <<features-alphaToOne,
893 alphaToOne>> feature is enabled on the device
Dprimsrast.adoc213 If the <<features-alphaToOne, pname:alphaToOne>> feature is not enabled,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_common.adoc1467 If the <<features-alphaToOne, pname:alphaToOne>> feature is enabled, and
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1626 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.alphaToOne ); in operator ()()
Dvulkan_hash.hpp3171 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.alphaToOne ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp627 vkStream->write((VkBool32*)&forMarshaling->alphaToOne, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
694 vkStream->read((VkBool32*)&forUnmarshaling->alphaToOne, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp554 memcpy(*ptr, (VkBool32*)&forMarshaling->alphaToOne, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp690 vkStream->write((VkBool32*)&forMarshaling->alphaToOne, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
757 vkStream->read((VkBool32*)&forUnmarshaling->alphaToOne, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp545 memcpy((VkBool32*)&forUnmarshaling->alphaToOne, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3033 VkBool32 alphaToOne; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc5075 * Clarify behavior of the <<features-alphaToOne, pname:alphaToOne>>