Home
last modified time | relevance | path

Searched refs:shaderDenormPreserveFloat64 (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c976 CORE_PROPERTY(shaderDenormPreserveFloat64); in vk_get_physical_device_core_1_2_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1005 * [[VUID-{refpage}-shaderDenormPreserveFloat64-06298]]
1006 If <<limits-shaderDenormPreserveFloat64,
1007 pname:shaderDenormPreserveFloat64>> is ename:VK_FALSE, then
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4151 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFloatControlsProperties.shaderDenormPreserveFloat64 ); in operator ()()
5453 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.shaderDenormPreserveFloat64 ); in operator ()()
Dvulkan_hash.hpp7786 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFloatControlsProperties.shaderDenormPreserveFloat64 ); in operator ()()
10695 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.shaderDenormPreserveFloat64 ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6691 vkStream->write((VkBool32*)&forMarshaling->shaderDenormPreserveFloat64, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Properties()
6786 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormPreserveFloat64, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Properties()
7365 vkStream->write((VkBool32*)&forMarshaling->shaderDenormPreserveFloat64, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFloatControlsProperties()
7398 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormPreserveFloat64, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFloatControlsProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp4644 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderDenormPreserveFloat64, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Properties()
5082 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderDenormPreserveFloat64, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFloatControlsProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp8092 vkStream->write((VkBool32*)&forMarshaling->shaderDenormPreserveFloat64, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Properties()
8199 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormPreserveFloat64, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Properties()
8932 vkStream->write((VkBool32*)&forMarshaling->shaderDenormPreserveFloat64, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFloatControlsProperties()
8977 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormPreserveFloat64, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFloatControlsProperties()
Dgoldfish_vk_reserved_marshaling.cpp6212 memcpy((VkBool32*)&forUnmarshaling->shaderDenormPreserveFloat64, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Properties()
6854 memcpy((VkBool32*)&forUnmarshaling->shaderDenormPreserveFloat64, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFloatControlsProperties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc1009 * [[{anchor-prefix}limits-shaderDenormPreserveFloat64]]
1010 pname:shaderDenormPreserveFloat64 is a boolean value indicating whether
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5974 VkBool32 shaderDenormPreserveFloat64; member
6141 VkBool32 shaderDenormPreserveFloat64; member