Searched refs:shaderDenormPreserveFloat16 (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 966 CORE_PROPERTY(shaderDenormPreserveFloat16); in vk_get_physical_device_core_1_2_property_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | spirvenv.adoc | 997 * [[VUID-{refpage}-shaderDenormPreserveFloat16-06296]] 998 If <<limits-shaderDenormPreserveFloat16, 999 pname:shaderDenormPreserveFloat16>> is ename:VK_FALSE, then
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4149 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFloatControlsProperties.shaderDenormPreserveFloat16 ); in operator ()() 5451 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.shaderDenormPreserveFloat16 ); in operator ()()
|
D | vulkan_hash.hpp | 7784 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFloatControlsProperties.shaderDenormPreserveFloat16 ); in operator ()() 10693 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.shaderDenormPreserveFloat16 ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6689 vkStream->write((VkBool32*)&forMarshaling->shaderDenormPreserveFloat16, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Properties() 6784 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormPreserveFloat16, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Properties() 7363 vkStream->write((VkBool32*)&forMarshaling->shaderDenormPreserveFloat16, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFloatControlsProperties() 7396 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormPreserveFloat16, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFloatControlsProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4640 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderDenormPreserveFloat16, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Properties() 5078 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderDenormPreserveFloat16, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFloatControlsProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 8090 vkStream->write((VkBool32*)&forMarshaling->shaderDenormPreserveFloat16, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Properties() 8197 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormPreserveFloat16, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Properties() 8930 vkStream->write((VkBool32*)&forMarshaling->shaderDenormPreserveFloat16, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFloatControlsProperties() 8975 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormPreserveFloat16, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFloatControlsProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 6208 memcpy((VkBool32*)&forUnmarshaling->shaderDenormPreserveFloat16, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Properties() 6850 memcpy((VkBool32*)&forUnmarshaling->shaderDenormPreserveFloat16, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFloatControlsProperties()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 999 * [[{anchor-prefix}limits-shaderDenormPreserveFloat16]] 1000 pname:shaderDenormPreserveFloat16 is a boolean value indicating whether
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5972 VkBool32 shaderDenormPreserveFloat16; member 6139 VkBool32 shaderDenormPreserveFloat16; member
|