Home
last modified time | relevance | path

Searched refs:vulkanMemoryModel (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_vulkan_memory_model.adoc49 code:vulkanMemoryModel capability is optional.
Dversions.adoc121 * The <<features-vulkanMemoryModel, pname:vulkanMemoryModel>> and
259 support for the <<features-vulkanMemoryModel, pname:vulkanMemoryModel>>
262 slink:VkPhysicalDeviceVulkan12Features::pname:vulkanMemoryModel when queried
Dspirvenv.adoc711 * [[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/
Dvk_device.c725 CORE_FEATURE(vulkanMemoryModel); in vk_get_physical_device_core_1_2_feature_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dshaders.adoc2383 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
Dfeatures.adoc2347 * [[{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/
Dvulkansc_hash.hpp5419 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.vulkanMemoryModel ); in operator ()()
5587 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkanMemoryModelFeatures.vulkanMemoryModel ); in operator ()()
Dvulkan_hash.hpp10661 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/
Dgoldfish_vk_marshaling_guest.cpp6560 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp4576 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/
Dgoldfish_vk_marshaling.cpp7950 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()
Dgoldfish_vk_reserved_marshaling.cpp6133 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/
Dvulkan_core.h5945 VkBool32 vulkanMemoryModel; member
6271 VkBool32 vulkanMemoryModel; member