Home
last modified time | relevance | path

Searched refs:shaderInt64 (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc837 * [[features-shaderInt64]] pname:shaderInt64 specifies whether 64-bit
7511 * <<features-shaderInt64, pname:shaderInt64>>, if the
7563 * <<features-shaderInt64, pname:shaderInt64>> and
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1649 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderInt64 ); in operator ()()
Dvulkan_hash.hpp3194 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderInt64 ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp657 vkStream->write((VkBool32*)&forMarshaling->shaderInt64, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
725 vkStream->read((VkBool32*)&forUnmarshaling->shaderInt64, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp605 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderInt64, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc4144 * Require support for pname:shaderInt64 in the <<features-requirements,
7238 * Clarify that shaderFloat64 and shaderInt64 enable all storage classes,
7241 <<features-shaderInt64>>, and <<features-shaderInt16>> descriptions and
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp720 vkStream->write((VkBool32*)&forMarshaling->shaderInt64, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
788 vkStream->read((VkBool32*)&forUnmarshaling->shaderInt64, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp598 memcpy((VkBool32*)&forUnmarshaling->shaderInt64, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3056 VkBool32 shaderInt64; member