Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c970 CORE_PROPERTY(shaderDenormFlushToZeroFloat32); in vk_get_physical_device_core_1_2_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1013 * [[VUID-{refpage}-shaderDenormFlushToZeroFloat32-06300]]
1014 If <<limits-shaderDenormFlushToZeroFloat32,
1015 pname:shaderDenormFlushToZeroFloat32>> is ename:VK_FALSE, then
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4153 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat32 ); in operator ()()
5455 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.shaderDenormFlushToZeroFloat32 ); in operator ()()
Dvulkan_hash.hpp7788 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat32 ); in operator ()()
10697 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.shaderDenormFlushToZeroFloat32 ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6693 vkStream->write((VkBool32*)&forMarshaling->shaderDenormFlushToZeroFloat32, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Properties()
6788 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormFlushToZeroFloat32, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Properties()
7367 vkStream->write((VkBool32*)&forMarshaling->shaderDenormFlushToZeroFloat32, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFloatControlsProperties()
7400 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormFlushToZeroFloat32, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFloatControlsProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp4648 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderDenormFlushToZeroFloat32, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Properties()
5086 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderDenormFlushToZeroFloat32, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFloatControlsProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp8094 vkStream->write((VkBool32*)&forMarshaling->shaderDenormFlushToZeroFloat32, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Properties()
8201 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormFlushToZeroFloat32, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Properties()
8934 vkStream->write((VkBool32*)&forMarshaling->shaderDenormFlushToZeroFloat32, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFloatControlsProperties()
8979 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormFlushToZeroFloat32, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFloatControlsProperties()
Dgoldfish_vk_reserved_marshaling.cpp6216 memcpy((VkBool32*)&forUnmarshaling->shaderDenormFlushToZeroFloat32, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Properties()
6858 memcpy((VkBool32*)&forUnmarshaling->shaderDenormFlushToZeroFloat32, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFloatControlsProperties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc1020 * [[{anchor-prefix}limits-shaderDenormFlushToZeroFloat32]]
1021 pname:shaderDenormFlushToZeroFloat32 is a boolean value indicating
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5976 VkBool32 shaderDenormFlushToZeroFloat32; member
6143 VkBool32 shaderDenormFlushToZeroFloat32; member