Searched refs:shaderIntegerDotProduct (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_shader_integer_dot_product.adoc | 61 VkBool32 shaderIntegerDotProduct; 65 `shaderIntegerDotProduct` is the core feature enabling this extension's functionality.
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 790 CORE_FEATURE(shaderIntegerDotProduct); in vk_get_physical_device_core_1_3_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 5842 * [[{anchor-prefix}features-shaderIntegerDotProduct]] 5843 pname:shaderIntegerDotProduct specifies whether shader modules can: 7665 * <<features-shaderIntegerDotProduct, pname:shaderIntegerDotProduct>> if
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 5023 …AN_HPP_HASH_COMBINE( seed, physicalDeviceShaderIntegerDotProductFeatures.shaderIntegerDotProduct ); in operator ()() 5518 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.shaderIntegerDotProduct ); in operator ()()
|
D | vulkan_hash.hpp | 9954 …AN_HPP_HASH_COMBINE( seed, physicalDeviceShaderIntegerDotProductFeatures.shaderIntegerDotProduct ); in operator ()() 10760 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.shaderIntegerDotProduct ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 8586 vkStream->write((VkBool32*)&forMarshaling->shaderIntegerDotProduct, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features() 8614 vkStream->read((VkBool32*)&forUnmarshaling->shaderIntegerDotProduct, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features() 10445 vkStream->write((VkBool32*)&forMarshaling->shaderIntegerDotProduct, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderIntegerDotProductFeatures() 10457 vkStream->read((VkBool32*)&forUnmarshaling->shaderIntegerDotProduct, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderIntegerDotProductFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5885 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderIntegerDotProduct, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan13Features() 7051 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderIntegerDotProduct, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceShaderIntegerDotProductFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 10557 vkStream->write((VkBool32*)&forMarshaling->shaderIntegerDotProduct, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features() 10596 vkStream->read((VkBool32*)&forUnmarshaling->shaderIntegerDotProduct, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features() 12972 vkStream->write((VkBool32*)&forMarshaling->shaderIntegerDotProduct, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderIntegerDotProductFeatures() 12996 vkStream->read((VkBool32*)&forUnmarshaling->shaderIntegerDotProduct, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderIntegerDotProductFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 8158 memcpy((VkBool32*)&forUnmarshaling->shaderIntegerDotProduct, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan13Features() 9981 memcpy((VkBool32*)&forUnmarshaling->shaderIntegerDotProduct, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceShaderIntegerDotProductFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6816 VkBool32 shaderIntegerDotProduct; member 7251 VkBool32 shaderIntegerDotProduct; member
|