Searched refs:shaderInt64 (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 837 * [[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/ |
D | vulkansc_hash.hpp | 1649 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderInt64 ); in operator ()()
|
D | vulkan_hash.hpp | 3194 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderInt64 ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 657 vkStream->write((VkBool32*)&forMarshaling->shaderInt64, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 725 vkStream->read((VkBool32*)&forUnmarshaling->shaderInt64, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 605 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderInt64, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 4144 * 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/ |
D | goldfish_vk_marshaling.cpp | 720 vkStream->write((VkBool32*)&forMarshaling->shaderInt64, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 788 vkStream->read((VkBool32*)&forUnmarshaling->shaderInt64, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 598 memcpy((VkBool32*)&forUnmarshaling->shaderInt64, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3056 VkBool32 shaderInt64; member
|