Searched refs:uniformAndStorageBuffer8BitAccess (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 629 CORE_FEATURE(uniformAndStorageBuffer8BitAccess); in vk_get_physical_device_core_1_2_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | spirvenv.adoc | 1364 * [[VUID-{refpage}-uniformAndStorageBuffer8BitAccess-06329]] 1365 If <<features-uniformAndStorageBuffer8BitAccess, 1366 pname:uniformAndStorageBuffer8BitAccess>> is ename:VK_FALSE, then
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 1536 * [[{anchor-prefix}features-uniformAndStorageBuffer8BitAccess]] 1537 pname:uniformAndStorageBuffer8BitAccess indicates whether objects in the 7240 <<features-uniformAndStorageBuffer8BitAccess, 7241 pname:uniformAndStorageBuffer8BitAccess>> is enabled.
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3719 …LKAN_HPP_HASH_COMBINE( seed, physicalDevice8BitStorageFeatures.uniformAndStorageBuffer8BitAccess ); in operator ()() 5381 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.uniformAndStorageBuffer8BitAccess ); in operator ()()
|
D | vulkan_hash.hpp | 6679 …LKAN_HPP_HASH_COMBINE( seed, physicalDevice8BitStorageFeatures.uniformAndStorageBuffer8BitAccess ); in operator ()() 10623 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.uniformAndStorageBuffer8BitAccess ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6504 vkStream->write((VkBool32*)&forMarshaling->uniformAndStorageBuffer8BitAccess, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 6581 vkStream->read((VkBool32*)&forUnmarshaling->uniformAndStorageBuffer8BitAccess, in unmarshal_VkPhysicalDeviceVulkan12Features() 7241 vkStream->write((VkBool32*)&forMarshaling->uniformAndStorageBuffer8BitAccess, sizeof(VkBool32)); in marshal_VkPhysicalDevice8BitStorageFeatures() 7255 vkStream->read((VkBool32*)&forUnmarshaling->uniformAndStorageBuffer8BitAccess, in unmarshal_VkPhysicalDevice8BitStorageFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4482 memcpy(*ptr, (VkBool32*)&forMarshaling->uniformAndStorageBuffer8BitAccess, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features() 4991 memcpy(*ptr, (VkBool32*)&forMarshaling->uniformAndStorageBuffer8BitAccess, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDevice8BitStorageFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 7894 vkStream->write((VkBool32*)&forMarshaling->uniformAndStorageBuffer8BitAccess, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 7982 vkStream->read((VkBool32*)&forUnmarshaling->uniformAndStorageBuffer8BitAccess, in unmarshal_VkPhysicalDeviceVulkan12Features() 8761 vkStream->write((VkBool32*)&forMarshaling->uniformAndStorageBuffer8BitAccess, sizeof(VkBool32)); in marshal_VkPhysicalDevice8BitStorageFeatures() 8787 vkStream->read((VkBool32*)&forUnmarshaling->uniformAndStorageBuffer8BitAccess, in unmarshal_VkPhysicalDevice8BitStorageFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 6039 memcpy((VkBool32*)&forUnmarshaling->uniformAndStorageBuffer8BitAccess, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features() 6707 memcpy((VkBool32*)&forUnmarshaling->uniformAndStorageBuffer8BitAccess, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevice8BitStorageFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5907 VkBool32 uniformAndStorageBuffer8BitAccess; member 6104 VkBool32 uniformAndStorageBuffer8BitAccess; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 4760 code:uniformAndStorageBuffer8BitAccess and
|