Searched refs:shaderDenormFlushToZeroFloat32 (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 970 CORE_PROPERTY(shaderDenormFlushToZeroFloat32); in vk_get_physical_device_core_1_2_property_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | spirvenv.adoc | 1013 * [[VUID-{refpage}-shaderDenormFlushToZeroFloat32-06300]] 1014 If <<limits-shaderDenormFlushToZeroFloat32, 1015 pname:shaderDenormFlushToZeroFloat32>> is ename:VK_FALSE, then
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4153 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat32 ); in operator ()() 5455 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.shaderDenormFlushToZeroFloat32 ); in operator ()()
|
D | vulkan_hash.hpp | 7788 …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/ |
D | goldfish_vk_marshaling_guest.cpp | 6693 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4648 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/ |
D | goldfish_vk_marshaling.cpp | 8094 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 6216 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/ |
D | limits.adoc | 1020 * [[{anchor-prefix}limits-shaderDenormFlushToZeroFloat32]] 1021 pname:shaderDenormFlushToZeroFloat32 is a boolean value indicating
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5976 VkBool32 shaderDenormFlushToZeroFloat32; member 6143 VkBool32 shaderDenormFlushToZeroFloat32; member
|