Searched refs:uniformAndStorageBuffer16BitAccess (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 572 CORE_FEATURE(uniformAndStorageBuffer16BitAccess); in vk_get_physical_device_core_1_1_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | spirvenv.adoc | 1381 * [[VUID-{refpage}-uniformAndStorageBuffer16BitAccess-06332]] 1382 If <<features-uniformAndStorageBuffer16BitAccess, 1383 pname:uniformAndStorageBuffer16BitAccess>> is ename:VK_FALSE, then
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 1596 * [[{anchor-prefix}features-uniformAndStorageBuffer16BitAccess]] 1597 pname:uniformAndStorageBuffer16BitAccess specifies whether objects in 7545 if <<features-uniformAndStorageBuffer16BitAccess, 7546 pname:uniformAndStorageBuffer16BitAccess>> is enabled.
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3691 …AN_HPP_HASH_COMBINE( seed, physicalDevice16BitStorageFeatures.uniformAndStorageBuffer16BitAccess ); in operator ()() 5321 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Features.uniformAndStorageBuffer16BitAccess ); in operator ()()
|
D | vulkan_hash.hpp | 6651 …AN_HPP_HASH_COMBINE( seed, physicalDevice16BitStorageFeatures.uniformAndStorageBuffer16BitAccess ); in operator ()() 10563 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Features.uniformAndStorageBuffer16BitAccess ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 4562 vkStream->write((VkBool32*)&forMarshaling->uniformAndStorageBuffer16BitAccess, in marshal_VkPhysicalDevice16BitStorageFeatures() 4578 vkStream->read((VkBool32*)&forUnmarshaling->uniformAndStorageBuffer16BitAccess, in unmarshal_VkPhysicalDevice16BitStorageFeatures() 6395 vkStream->write((VkBool32*)&forMarshaling->uniformAndStorageBuffer16BitAccess, in marshal_VkPhysicalDeviceVulkan11Features() 6419 vkStream->read((VkBool32*)&forUnmarshaling->uniformAndStorageBuffer16BitAccess, in unmarshal_VkPhysicalDeviceVulkan11Features()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3194 memcpy(*ptr, (VkBool32*)&forMarshaling->uniformAndStorageBuffer16BitAccess, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDevice16BitStorageFeatures() 4395 memcpy(*ptr, (VkBool32*)&forMarshaling->uniformAndStorageBuffer16BitAccess, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan11Features()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 5169 vkStream->write((VkBool32*)&forMarshaling->uniformAndStorageBuffer16BitAccess, in marshal_VkPhysicalDevice16BitStorageFeatures() 5197 vkStream->read((VkBool32*)&forUnmarshaling->uniformAndStorageBuffer16BitAccess, in unmarshal_VkPhysicalDevice16BitStorageFeatures() 7762 vkStream->write((VkBool32*)&forMarshaling->uniformAndStorageBuffer16BitAccess, in marshal_VkPhysicalDeviceVulkan11Features() 7797 vkStream->read((VkBool32*)&forUnmarshaling->uniformAndStorageBuffer16BitAccess, in unmarshal_VkPhysicalDeviceVulkan11Features()
|
D | goldfish_vk_reserved_marshaling.cpp | 3835 memcpy((VkBool32*)&forUnmarshaling->uniformAndStorageBuffer16BitAccess, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevice16BitStorageFeatures() 5924 memcpy((VkBool32*)&forUnmarshaling->uniformAndStorageBuffer16BitAccess, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan11Features()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5117 VkBool32 uniformAndStorageBuffer16BitAccess; member 5868 VkBool32 uniformAndStorageBuffer16BitAccess; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 4761 code:uniformAndStorageBuffer16BitAccess to only refer to the
|