Searched refs:shaderDenormFlushToZeroFloat16 (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 965 CORE_PROPERTY(shaderDenormFlushToZeroFloat16); in vk_get_physical_device_core_1_2_property_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | spirvenv.adoc | 1009 * [[VUID-{refpage}-shaderDenormFlushToZeroFloat16-06299]] 1010 If <<limits-shaderDenormFlushToZeroFloat16, 1011 pname:shaderDenormFlushToZeroFloat16>> is ename:VK_FALSE, then
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4152 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat16 ); in operator ()() 5454 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.shaderDenormFlushToZeroFloat16 ); in operator ()()
|
D | vulkan_hash.hpp | 7787 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat16 ); in operator ()() 10696 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.shaderDenormFlushToZeroFloat16 ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6692 vkStream->write((VkBool32*)&forMarshaling->shaderDenormFlushToZeroFloat16, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Properties() 6787 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormFlushToZeroFloat16, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Properties() 7366 vkStream->write((VkBool32*)&forMarshaling->shaderDenormFlushToZeroFloat16, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFloatControlsProperties() 7399 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormFlushToZeroFloat16, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFloatControlsProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4646 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderDenormFlushToZeroFloat16, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Properties() 5084 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderDenormFlushToZeroFloat16, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFloatControlsProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 8093 vkStream->write((VkBool32*)&forMarshaling->shaderDenormFlushToZeroFloat16, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Properties() 8200 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormFlushToZeroFloat16, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Properties() 8933 vkStream->write((VkBool32*)&forMarshaling->shaderDenormFlushToZeroFloat16, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFloatControlsProperties() 8978 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormFlushToZeroFloat16, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFloatControlsProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 6214 memcpy((VkBool32*)&forUnmarshaling->shaderDenormFlushToZeroFloat16, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Properties() 6856 memcpy((VkBool32*)&forUnmarshaling->shaderDenormFlushToZeroFloat16, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFloatControlsProperties()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 1014 * [[{anchor-prefix}limits-shaderDenormFlushToZeroFloat16]] 1015 pname:shaderDenormFlushToZeroFloat16 is a boolean value indicating
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5975 VkBool32 shaderDenormFlushToZeroFloat16; member 6142 VkBool32 shaderDenormFlushToZeroFloat16; member
|