Searched refs:shaderDenormFlushToZeroFloat64 (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 975 CORE_PROPERTY(shaderDenormFlushToZeroFloat64); in vk_get_physical_device_core_1_2_property_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | spirvenv.adoc | 1017 * [[VUID-{refpage}-shaderDenormFlushToZeroFloat64-06301]] 1018 If <<limits-shaderDenormFlushToZeroFloat64, 1019 pname:shaderDenormFlushToZeroFloat64>> is ename:VK_FALSE, then
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4154 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat64 ); in operator ()() 5456 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.shaderDenormFlushToZeroFloat64 ); in operator ()()
|
D | vulkan_hash.hpp | 7789 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat64 ); in operator ()() 10698 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.shaderDenormFlushToZeroFloat64 ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6694 vkStream->write((VkBool32*)&forMarshaling->shaderDenormFlushToZeroFloat64, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Properties() 6789 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormFlushToZeroFloat64, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Properties() 7368 vkStream->write((VkBool32*)&forMarshaling->shaderDenormFlushToZeroFloat64, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFloatControlsProperties() 7401 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormFlushToZeroFloat64, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFloatControlsProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4650 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderDenormFlushToZeroFloat64, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Properties() 5088 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderDenormFlushToZeroFloat64, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFloatControlsProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 8095 vkStream->write((VkBool32*)&forMarshaling->shaderDenormFlushToZeroFloat64, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Properties() 8202 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormFlushToZeroFloat64, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Properties() 8935 vkStream->write((VkBool32*)&forMarshaling->shaderDenormFlushToZeroFloat64, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFloatControlsProperties() 8980 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormFlushToZeroFloat64, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFloatControlsProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 6218 memcpy((VkBool32*)&forUnmarshaling->shaderDenormFlushToZeroFloat64, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Properties() 6860 memcpy((VkBool32*)&forUnmarshaling->shaderDenormFlushToZeroFloat64, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFloatControlsProperties()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 1026 * [[{anchor-prefix}limits-shaderDenormFlushToZeroFloat64]] 1027 pname:shaderDenormFlushToZeroFloat64 is a boolean value indicating
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5977 VkBool32 shaderDenormFlushToZeroFloat64; member 6144 VkBool32 shaderDenormFlushToZeroFloat64; member
|