Searched refs:vulkanMemoryModelDeviceScope (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | versions.adoc | 122 <<features-vulkanMemoryModelDeviceScope, 123 pname:vulkanMemoryModelDeviceScope>> features, which indicate support
|
D | spirvenv.adoc | 713 and <<features-vulkanMemoryModelDeviceScope, 714 pname:vulkanMemoryModelDeviceScope>> is not enabled, code:Device memory
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 726 CORE_FEATURE(vulkanMemoryModelDeviceScope); in vk_get_physical_device_core_1_2_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | shaders.adoc | 2384 <<features-vulkanMemoryModelDeviceScope, 2385 pname:vulkanMemoryModelDeviceScope>> features are enabled, this scope is 2391 <<features-vulkanMemoryModelDeviceScope, 2392 pname:vulkanMemoryModelDeviceScope>> features are enabled, using the 2430 but the <<features-vulkanMemoryModelDeviceScope, 2431 pname:vulkanMemoryModelDeviceScope>> feature is not enabled,
|
D | features.adoc | 2350 * [[{anchor-prefix}features-vulkanMemoryModelDeviceScope]] 2351 pname:vulkanMemoryModelDeviceScope indicates whether the Vulkan Memory 7286 ** <<features-vulkanMemoryModelDeviceScope, 7287 pname:vulkanMemoryModelDeviceScope>>
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 5420 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.vulkanMemoryModelDeviceScope ); in operator ()() 5588 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkanMemoryModelFeatures.vulkanMemoryModelDeviceScope ); in operator ()()
|
D | vulkan_hash.hpp | 10662 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.vulkanMemoryModelDeviceScope ); in operator ()() 10830 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkanMemoryModelFeatures.vulkanMemoryModelDeviceScope ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6561 vkStream->write((VkBool32*)&forMarshaling->vulkanMemoryModelDeviceScope, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 6639 vkStream->read((VkBool32*)&forUnmarshaling->vulkanMemoryModelDeviceScope, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features() 7913 vkStream->write((VkBool32*)&forMarshaling->vulkanMemoryModelDeviceScope, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkanMemoryModelFeatures() 7928 vkStream->read((VkBool32*)&forUnmarshaling->vulkanMemoryModelDeviceScope, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkanMemoryModelFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4578 memcpy(*ptr, (VkBool32*)&forMarshaling->vulkanMemoryModelDeviceScope, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features() 5440 memcpy(*ptr, (VkBool32*)&forMarshaling->vulkanMemoryModelDeviceScope, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkanMemoryModelFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 7951 vkStream->write((VkBool32*)&forMarshaling->vulkanMemoryModelDeviceScope, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 8040 vkStream->read((VkBool32*)&forUnmarshaling->vulkanMemoryModelDeviceScope, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features() 9619 vkStream->write((VkBool32*)&forMarshaling->vulkanMemoryModelDeviceScope, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkanMemoryModelFeatures() 9646 vkStream->read((VkBool32*)&forUnmarshaling->vulkanMemoryModelDeviceScope, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkanMemoryModelFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 6135 memcpy((VkBool32*)&forUnmarshaling->vulkanMemoryModelDeviceScope, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features() 7386 memcpy((VkBool32*)&forUnmarshaling->vulkanMemoryModelDeviceScope, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkanMemoryModelFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5946 VkBool32 vulkanMemoryModelDeviceScope; member 6272 VkBool32 vulkanMemoryModelDeviceScope; member
|