Home
last modified time | relevance | path

Searched refs:storageBuffer8BitAccess (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dversions.adoc173 the SPIR-V <<features-storageBuffer8BitAccess,
174 pname:storageBuffer8BitAccess>> capability in shader modules is optional.
176 slink:VkPhysicalDeviceVulkan12Features::pname:storageBuffer8BitAccess when
Dspirvenv.adoc1359 * [[VUID-{refpage}-storageBuffer8BitAccess-06328]]
1360 If <<features-storageBuffer8BitAccess, pname:storageBuffer8BitAccess>>
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c628 CORE_FEATURE(storageBuffer8BitAccess); in vk_get_physical_device_core_1_2_feature_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc1523 * [[{anchor-prefix}features-storageBuffer8BitAccess]]
1524 pname:storageBuffer8BitAccess indicates whether objects in the
7235 * <<features-storageBuffer8BitAccess, pname:storageBuffer8BitAccess>>, if
7239 * <<features-storageBuffer8BitAccess, pname:storageBuffer8BitAccess>>, if
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3718 VULKAN_HPP_HASH_COMBINE( seed, physicalDevice8BitStorageFeatures.storageBuffer8BitAccess ); in operator ()()
5380 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.storageBuffer8BitAccess ); in operator ()()
Dvulkan_hash.hpp6678 VULKAN_HPP_HASH_COMBINE( seed, physicalDevice8BitStorageFeatures.storageBuffer8BitAccess ); in operator ()()
10622 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.storageBuffer8BitAccess ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6503 vkStream->write((VkBool32*)&forMarshaling->storageBuffer8BitAccess, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
6580 vkStream->read((VkBool32*)&forUnmarshaling->storageBuffer8BitAccess, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
7240 vkStream->write((VkBool32*)&forMarshaling->storageBuffer8BitAccess, sizeof(VkBool32)); in marshal_VkPhysicalDevice8BitStorageFeatures()
7254 vkStream->read((VkBool32*)&forUnmarshaling->storageBuffer8BitAccess, sizeof(VkBool32)); in unmarshal_VkPhysicalDevice8BitStorageFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp4480 memcpy(*ptr, (VkBool32*)&forMarshaling->storageBuffer8BitAccess, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features()
4989 memcpy(*ptr, (VkBool32*)&forMarshaling->storageBuffer8BitAccess, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDevice8BitStorageFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp7893 vkStream->write((VkBool32*)&forMarshaling->storageBuffer8BitAccess, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
7981 vkStream->read((VkBool32*)&forUnmarshaling->storageBuffer8BitAccess, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
8760 vkStream->write((VkBool32*)&forMarshaling->storageBuffer8BitAccess, sizeof(VkBool32)); in marshal_VkPhysicalDevice8BitStorageFeatures()
8786 vkStream->read((VkBool32*)&forUnmarshaling->storageBuffer8BitAccess, sizeof(VkBool32)); in unmarshal_VkPhysicalDevice8BitStorageFeatures()
Dgoldfish_vk_reserved_marshaling.cpp6037 memcpy((VkBool32*)&forUnmarshaling->storageBuffer8BitAccess, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features()
6705 memcpy((VkBool32*)&forUnmarshaling->storageBuffer8BitAccess, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevice8BitStorageFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5906 VkBool32 storageBuffer8BitAccess; member
6103 VkBool32 storageBuffer8BitAccess; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc3048 * Fix typo in <<features-storageBuffer8BitAccess,
3049 storageBuffer8BitAccess>> xref (public pull request 1750).