Searched refs:vulkanMemoryModel (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_vulkan_memory_model.adoc | 49 code:vulkanMemoryModel capability is optional.
|
D | versions.adoc | 121 * The <<features-vulkanMemoryModel, pname:vulkanMemoryModel>> and 259 support for the <<features-vulkanMemoryModel, pname:vulkanMemoryModel>> 262 slink:VkPhysicalDeviceVulkan12Features::pname:vulkanMemoryModel when queried
|
D | spirvenv.adoc | 711 * [[VUID-{refpage}-vulkanMemoryModel-06265]] 712 If <<features-vulkanMemoryModel, pname:vulkanMemoryModel>> is enabled 718 * [[VUID-{refpage}-vulkanMemoryModel-06266]] 719 If <<features-vulkanMemoryModel, pname:vulkanMemoryModel>> is not
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 725 CORE_FEATURE(vulkanMemoryModel); in vk_get_physical_device_core_1_2_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | shaders.adoc | 2383 If the <<features-vulkanMemoryModel, pname:vulkanMemoryModel>> and 2420 code:QueueFamily code:Scope if the <<features-vulkanMemoryModel, 2421 pname:vulkanMemoryModel>> feature is enabled, or if not, the
|
D | features.adoc | 2347 * [[{anchor-prefix}features-vulkanMemoryModel]] pname:vulkanMemoryModel 7285 ** <<features-vulkanMemoryModel, pname:vulkanMemoryModel>> 7463 * <<features-vulkanMemoryModel, pname:vulkanMemoryModel>>, 7468 * slink:VkPhysicalDeviceVulkan12Features::pname:vulkanMemoryModel must: be
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 5419 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.vulkanMemoryModel ); in operator ()() 5587 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkanMemoryModelFeatures.vulkanMemoryModel ); in operator ()()
|
D | vulkan_hash.hpp | 10661 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.vulkanMemoryModel ); in operator ()() 10829 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkanMemoryModelFeatures.vulkanMemoryModel ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6560 vkStream->write((VkBool32*)&forMarshaling->vulkanMemoryModel, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 6638 vkStream->read((VkBool32*)&forUnmarshaling->vulkanMemoryModel, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features() 7912 vkStream->write((VkBool32*)&forMarshaling->vulkanMemoryModel, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkanMemoryModelFeatures() 7927 vkStream->read((VkBool32*)&forUnmarshaling->vulkanMemoryModel, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkanMemoryModelFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4576 memcpy(*ptr, (VkBool32*)&forMarshaling->vulkanMemoryModel, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features() 5438 memcpy(*ptr, (VkBool32*)&forMarshaling->vulkanMemoryModel, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkanMemoryModelFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 7950 vkStream->write((VkBool32*)&forMarshaling->vulkanMemoryModel, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 8039 vkStream->read((VkBool32*)&forUnmarshaling->vulkanMemoryModel, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features() 9618 vkStream->write((VkBool32*)&forMarshaling->vulkanMemoryModel, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkanMemoryModelFeatures() 9645 vkStream->read((VkBool32*)&forUnmarshaling->vulkanMemoryModel, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkanMemoryModelFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 6133 memcpy((VkBool32*)&forUnmarshaling->vulkanMemoryModel, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features() 7384 memcpy((VkBool32*)&forUnmarshaling->vulkanMemoryModel, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkanMemoryModelFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5945 VkBool32 vulkanMemoryModel; member 6271 VkBool32 vulkanMemoryModel; member
|