Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c975 CORE_PROPERTY(shaderDenormFlushToZeroFloat64); in vk_get_physical_device_core_1_2_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1017 * [[VUID-{refpage}-shaderDenormFlushToZeroFloat64-06301]]
1018 If <<limits-shaderDenormFlushToZeroFloat64,
1019 pname:shaderDenormFlushToZeroFloat64>> is ename:VK_FALSE, then
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4154 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat64 ); in operator ()()
5456 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.shaderDenormFlushToZeroFloat64 ); in operator ()()
Dvulkan_hash.hpp7789 …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/
Dgoldfish_vk_marshaling_guest.cpp6694 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp4650 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/
Dgoldfish_vk_marshaling.cpp8095 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()
Dgoldfish_vk_reserved_marshaling.cpp6218 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/
Dlimits.adoc1026 * [[{anchor-prefix}limits-shaderDenormFlushToZeroFloat64]]
1027 pname:shaderDenormFlushToZeroFloat64 is a boolean value indicating
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5977 VkBool32 shaderDenormFlushToZeroFloat64; member
6144 VkBool32 shaderDenormFlushToZeroFloat64; member