Searched refs:shaderFloat16 (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_shader_float16_int8.adoc | 33 It introduces two new optional features pname:shaderFloat16 and 48 code:shaderFloat16 and code:shaderInt8 capabilities are optional.
|
D | VK_AMD_gpu_shader_half_float.adoc | 34 slink:VkPhysicalDeviceShaderFloat16Int8FeaturesKHR::pname:shaderFloat16 is
|
D | VK_AMD_gpu_shader_int16.adoc | 35 slink:VkPhysicalDeviceShaderFloat16Int8FeaturesKHR::pname:shaderFloat16 are
|
D | versions.adoc | 249 support for the <<features-shaderFloat16, pname:shaderFloat16>> and 252 slink:VkPhysicalDeviceVulkan12Features::pname:shaderFloat16 and
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 669 CORE_FEATURE(shaderFloat16); in vk_get_physical_device_core_1_2_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 1654 * [[{anchor-prefix}features-shaderFloat16]] pname:shaderFloat16 indicates 7517 * <<features-shaderFloat16, pname:shaderFloat16>> or
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4997 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderFloat16Int8Features.shaderFloat16 ); in operator ()() 5385 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.shaderFloat16 ); in operator ()()
|
D | vulkan_hash.hpp | 9916 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderFloat16Int8Features.shaderFloat16 ); in operator ()() 10627 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.shaderFloat16 ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6508 vkStream->write((VkBool32*)&forMarshaling->shaderFloat16, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 6586 vkStream->read((VkBool32*)&forUnmarshaling->shaderFloat16, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features() 7327 vkStream->write((VkBool32*)&forMarshaling->shaderFloat16, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderFloat16Int8Features() 7340 vkStream->read((VkBool32*)&forUnmarshaling->shaderFloat16, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderFloat16Int8Features()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4490 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderFloat16, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features() 5046 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderFloat16, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceShaderFloat16Int8Features()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 7898 vkStream->write((VkBool32*)&forMarshaling->shaderFloat16, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 7987 vkStream->read((VkBool32*)&forUnmarshaling->shaderFloat16, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features() 8882 vkStream->write((VkBool32*)&forMarshaling->shaderFloat16, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderFloat16Int8Features() 8907 vkStream->read((VkBool32*)&forUnmarshaling->shaderFloat16, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderFloat16Int8Features()
|
D | goldfish_vk_reserved_marshaling.cpp | 6047 memcpy((VkBool32*)&forUnmarshaling->shaderFloat16, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features() 6804 memcpy((VkBool32*)&forUnmarshaling->shaderFloat16, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceShaderFloat16Int8Features()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5911 VkBool32 shaderFloat16; member 6127 VkBool32 shaderFloat16; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 7239 while shaderFloat16, shaderInt8, and shaderInt16 only enable
|