Home
last modified time | relevance | path

Searched refs:shaderIntegerDotProduct (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_shader_integer_dot_product.adoc61 VkBool32 shaderIntegerDotProduct;
65 `shaderIntegerDotProduct` is the core feature enabling this extension's functionality.
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c790 CORE_FEATURE(shaderIntegerDotProduct); in vk_get_physical_device_core_1_3_feature_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc5842 * [[{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/
Dvulkansc_hash.hpp5023 …AN_HPP_HASH_COMBINE( seed, physicalDeviceShaderIntegerDotProductFeatures.shaderIntegerDotProduct ); in operator ()()
5518 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.shaderIntegerDotProduct ); in operator ()()
Dvulkan_hash.hpp9954 …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/
Dgoldfish_vk_marshaling_guest.cpp8586 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp5885 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/
Dgoldfish_vk_marshaling.cpp10557 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()
Dgoldfish_vk_reserved_marshaling.cpp8158 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/
Dvulkan_core.h6816 VkBool32 shaderIntegerDotProduct; member
7251 VkBool32 shaderIntegerDotProduct; member