Searched refs:integerDotProduct16BitSignedAccelerated (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 | 84 VkBool32 integerDotProduct16BitSignedAccelerated;
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 5042 …E( seed, physicalDeviceShaderIntegerDotProductProperties.integerDotProduct16BitSignedAccelerated ); in operator ()() 5548 …HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.integerDotProduct16BitSignedAccelerated ); in operator ()()
|
D | vulkan_hash.hpp | 9973 …E( seed, physicalDeviceShaderIntegerDotProductProperties.integerDotProduct16BitSignedAccelerated ); in operator ()() 10790 …HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.integerDotProduct16BitSignedAccelerated ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 8658 vkStream->write((VkBool32*)&forMarshaling->integerDotProduct16BitSignedAccelerated, in marshal_VkPhysicalDeviceVulkan13Properties() 8771 vkStream->read((VkBool32*)&forUnmarshaling->integerDotProduct16BitSignedAccelerated, in unmarshal_VkPhysicalDeviceVulkan13Properties() 10484 vkStream->write((VkBool32*)&forMarshaling->integerDotProduct16BitSignedAccelerated, in marshal_VkPhysicalDeviceShaderIntegerDotProductProperties() 10572 vkStream->read((VkBool32*)&forUnmarshaling->integerDotProduct16BitSignedAccelerated, in unmarshal_VkPhysicalDeviceShaderIntegerDotProductProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5947 memcpy(*ptr, (VkBool32*)&forMarshaling->integerDotProduct16BitSignedAccelerated, in reservedmarshal_VkPhysicalDeviceVulkan13Properties() 7087 memcpy(*ptr, (VkBool32*)&forMarshaling->integerDotProduct16BitSignedAccelerated, in reservedmarshal_VkPhysicalDeviceShaderIntegerDotProductProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 10640 vkStream->write((VkBool32*)&forMarshaling->integerDotProduct16BitSignedAccelerated, in marshal_VkPhysicalDeviceVulkan13Properties() 10765 vkStream->read((VkBool32*)&forUnmarshaling->integerDotProduct16BitSignedAccelerated, in unmarshal_VkPhysicalDeviceVulkan13Properties() 13023 vkStream->write((VkBool32*)&forMarshaling->integerDotProduct16BitSignedAccelerated, in marshal_VkPhysicalDeviceShaderIntegerDotProductProperties() 13123 vkStream->read((VkBool32*)&forUnmarshaling->integerDotProduct16BitSignedAccelerated, in unmarshal_VkPhysicalDeviceShaderIntegerDotProductProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 8235 memcpy((VkBool32*)&forUnmarshaling->integerDotProduct16BitSignedAccelerated, *ptr, in reservedunmarshal_VkPhysicalDeviceVulkan13Properties() 10031 memcpy((VkBool32*)&forUnmarshaling->integerDotProduct16BitSignedAccelerated, *ptr, in reservedunmarshal_VkPhysicalDeviceShaderIntegerDotProductProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6840 VkBool32 integerDotProduct16BitSignedAccelerated; member 7264 VkBool32 integerDotProduct16BitSignedAccelerated; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 931 * pname:integerDotProduct16BitSignedAccelerated is a boolean that will be
|