Searched refs:integerDotProduct8BitSignedAccelerated (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_shader_integer_dot_product.adoc | 78 VkBool32 integerDotProduct8BitSignedAccelerated;
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 5036 …NE( seed, physicalDeviceShaderIntegerDotProductProperties.integerDotProduct8BitSignedAccelerated ); in operator ()() 5542 …_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.integerDotProduct8BitSignedAccelerated ); in operator ()()
|
D | vulkan_hash.hpp | 9967 …NE( seed, physicalDeviceShaderIntegerDotProductProperties.integerDotProduct8BitSignedAccelerated ); in operator ()() 10784 …_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.integerDotProduct8BitSignedAccelerated ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 8645 vkStream->write((VkBool32*)&forMarshaling->integerDotProduct8BitSignedAccelerated, in marshal_VkPhysicalDeviceVulkan13Properties() 8758 vkStream->read((VkBool32*)&forUnmarshaling->integerDotProduct8BitSignedAccelerated, in unmarshal_VkPhysicalDeviceVulkan13Properties() 10471 vkStream->write((VkBool32*)&forMarshaling->integerDotProduct8BitSignedAccelerated, in marshal_VkPhysicalDeviceShaderIntegerDotProductProperties() 10559 vkStream->read((VkBool32*)&forUnmarshaling->integerDotProduct8BitSignedAccelerated, in unmarshal_VkPhysicalDeviceShaderIntegerDotProductProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5929 memcpy(*ptr, (VkBool32*)&forMarshaling->integerDotProduct8BitSignedAccelerated, in reservedmarshal_VkPhysicalDeviceVulkan13Properties() 7069 memcpy(*ptr, (VkBool32*)&forMarshaling->integerDotProduct8BitSignedAccelerated, in reservedmarshal_VkPhysicalDeviceShaderIntegerDotProductProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 10627 vkStream->write((VkBool32*)&forMarshaling->integerDotProduct8BitSignedAccelerated, in marshal_VkPhysicalDeviceVulkan13Properties() 10752 vkStream->read((VkBool32*)&forUnmarshaling->integerDotProduct8BitSignedAccelerated, in unmarshal_VkPhysicalDeviceVulkan13Properties() 13010 vkStream->write((VkBool32*)&forMarshaling->integerDotProduct8BitSignedAccelerated, in marshal_VkPhysicalDeviceShaderIntegerDotProductProperties() 13110 vkStream->read((VkBool32*)&forUnmarshaling->integerDotProduct8BitSignedAccelerated, in unmarshal_VkPhysicalDeviceShaderIntegerDotProductProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 8217 memcpy((VkBool32*)&forUnmarshaling->integerDotProduct8BitSignedAccelerated, *ptr, in reservedunmarshal_VkPhysicalDeviceVulkan13Properties() 10013 memcpy((VkBool32*)&forUnmarshaling->integerDotProduct8BitSignedAccelerated, *ptr, in reservedunmarshal_VkPhysicalDeviceShaderIntegerDotProductProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6834 VkBool32 integerDotProduct8BitSignedAccelerated; member 7258 VkBool32 integerDotProduct8BitSignedAccelerated; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 903 * pname:integerDotProduct8BitSignedAccelerated is a boolean that will be
|