Searched refs:shaderDenormPreserveFloat32 (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 971 CORE_PROPERTY(shaderDenormPreserveFloat32); in vk_get_physical_device_core_1_2_property_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | spirvenv.adoc | 1001 * [[VUID-{refpage}-shaderDenormPreserveFloat32-06297]] 1002 If <<limits-shaderDenormPreserveFloat32, 1003 pname:shaderDenormPreserveFloat32>> is ename:VK_FALSE, then
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4150 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFloatControlsProperties.shaderDenormPreserveFloat32 ); in operator ()() 5452 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.shaderDenormPreserveFloat32 ); in operator ()()
|
D | vulkan_hash.hpp | 7785 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFloatControlsProperties.shaderDenormPreserveFloat32 ); in operator ()() 10694 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.shaderDenormPreserveFloat32 ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6690 vkStream->write((VkBool32*)&forMarshaling->shaderDenormPreserveFloat32, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Properties() 6785 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormPreserveFloat32, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Properties() 7364 vkStream->write((VkBool32*)&forMarshaling->shaderDenormPreserveFloat32, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFloatControlsProperties() 7397 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormPreserveFloat32, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFloatControlsProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4642 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderDenormPreserveFloat32, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Properties() 5080 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderDenormPreserveFloat32, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFloatControlsProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 8091 vkStream->write((VkBool32*)&forMarshaling->shaderDenormPreserveFloat32, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Properties() 8198 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormPreserveFloat32, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Properties() 8931 vkStream->write((VkBool32*)&forMarshaling->shaderDenormPreserveFloat32, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFloatControlsProperties() 8976 vkStream->read((VkBool32*)&forUnmarshaling->shaderDenormPreserveFloat32, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFloatControlsProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 6210 memcpy((VkBool32*)&forUnmarshaling->shaderDenormPreserveFloat32, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Properties() 6852 memcpy((VkBool32*)&forUnmarshaling->shaderDenormPreserveFloat32, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFloatControlsProperties()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 1004 * [[{anchor-prefix}limits-shaderDenormPreserveFloat32]] 1005 pname:shaderDenormPreserveFloat32 is a boolean value indicating whether
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5973 VkBool32 shaderDenormPreserveFloat32; member 6140 VkBool32 shaderDenormPreserveFloat32; member
|