Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc829 * [[features-shaderFloat64]] pname:shaderFloat64 specifies whether 64-bit
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1648 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderFloat64 ); in operator ()()
Dvulkan_hash.hpp3193 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderFloat64 ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp656 vkStream->write((VkBool32*)&forMarshaling->shaderFloat64, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
724 vkStream->read((VkBool32*)&forUnmarshaling->shaderFloat64, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp603 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderFloat64, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp719 vkStream->write((VkBool32*)&forMarshaling->shaderFloat64, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
787 vkStream->read((VkBool32*)&forUnmarshaling->shaderFloat64, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp596 memcpy((VkBool32*)&forUnmarshaling->shaderFloat64, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3055 VkBool32 shaderFloat64; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc7238 * Clarify that shaderFloat64 and shaderInt64 enable all storage classes,
7240 non-interface storage classes. in the <<features-shaderFloat64>>,