Searched refs:shaderInt16 (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_AMD_gpu_shader_int16.adoc | 34 slink:VkPhysicalDeviceFeatures::pname:shaderInt16 and
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 845 * [[features-shaderInt16]] pname:shaderInt16 specifies whether 16-bit
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1650 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderInt16 ); in operator ()()
|
D | vulkan_hash.hpp | 3195 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderInt16 ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 658 vkStream->write((VkBool32*)&forMarshaling->shaderInt16, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 726 vkStream->read((VkBool32*)&forUnmarshaling->shaderInt16, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 607 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderInt16, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 721 vkStream->write((VkBool32*)&forMarshaling->shaderInt16, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 789 vkStream->read((VkBool32*)&forUnmarshaling->shaderInt16, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 600 memcpy((VkBool32*)&forUnmarshaling->shaderInt16, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3057 VkBool32 shaderInt16; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 7239 while shaderFloat16, shaderInt8, and shaderInt16 only enable 7241 <<features-shaderInt64>>, and <<features-shaderInt16>> descriptions and
|