Home
last modified time | relevance | path

Searched refs:protectedMemory (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_pipeline_protected_access.adoc17 `VkPhysicalDeviceProtectedMemoryFeatures::protectedMemory` feature.
27 Enabling the `protectedMemory` feature in such applications could lead to
113 protected resources (as otherwise is assumed by the `protectedMemory` feature).
130 === RESOLVED: How should the `pipelineProtectedAccess` feature interact with `protectedMemory`?
134 Without the `protectedMemory` feature, there cannot be any protected resources
137 `protectedMemory` is ineffective, but is nevertheless not incorrect.
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c588 CORE_FEATURE(protectedMemory); in vk_get_physical_device_core_1_1_feature_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dwriting.adoc971 If the <<features-protectedMemory, pname:protectedMemory>> feature is
993 If the <<features-protectedMemory, pname:protectedMemory>> feature is
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc1385 If the physical device supports the <<features-protectedMemory,
1386 pname:protectedMemory>> feature, at least one of its queue families
1396 Furthermore, if the <<features-protectedMemory, pname:protectedMemory>>
3114 If the <<features-protectedMemory, pname:protectedMemory>> feature is
Dvideo_extensions.adoc1242 * [[VUID-VkVideoSessionCreateInfoKHR-protectedMemory-07189]]
1243 If the <<features-protectedMemory, pname:protectedMemory>> feature is
Dfundamentals.adoc848 If the <<features-protectedMemory, pname:protectedMemory>> feature is
Dmemory.adoc1480 If the <<features-protectedMemory, pname:protectedMemory>> feature is
4008 When the <<features-protectedMemory, pname:protectedMemory>> feature is
Dcmdbuffers.adoc213 If the <<features-protectedMemory, pname:protectedMemory>> feature is
Dresources.adoc209 If the <<features-protectedMemory, pname:protectedMemory>> feature is
1951 If the <<features-protectedMemory, pname:protectedMemory>> feature is
Dfeatures.adoc1778 * [[{anchor-prefix}features-protectedMemory]] pname:protectedMemory
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4805 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceProtectedMemoryFeatures.protectedMemory ); in operator ()()
5329 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Features.protectedMemory ); in operator ()()
Dvulkan_hash.hpp9375 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceProtectedMemoryFeatures.protectedMemory ); in operator ()()
10571 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Features.protectedMemory ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp5555 vkStream->write((VkBool32*)&forMarshaling->protectedMemory, sizeof(VkBool32)); in marshal_VkPhysicalDeviceProtectedMemoryFeatures()
5567 vkStream->read((VkBool32*)&forUnmarshaling->protectedMemory, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceProtectedMemoryFeatures()
6404 vkStream->write((VkBool32*)&forMarshaling->protectedMemory, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan11Features()
6428 vkStream->read((VkBool32*)&forUnmarshaling->protectedMemory, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan11Features()
Dgoldfish_vk_reserved_marshaling_guest.cpp3836 memcpy(*ptr, (VkBool32*)&forMarshaling->protectedMemory, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceProtectedMemoryFeatures()
4411 memcpy(*ptr, (VkBool32*)&forMarshaling->protectedMemory, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan11Features()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp6587 vkStream->write((VkBool32*)&forMarshaling->protectedMemory, sizeof(VkBool32)); in marshal_VkPhysicalDeviceProtectedMemoryFeatures()
6611 vkStream->read((VkBool32*)&forUnmarshaling->protectedMemory, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceProtectedMemoryFeatures()
7771 vkStream->write((VkBool32*)&forMarshaling->protectedMemory, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan11Features()
7806 vkStream->read((VkBool32*)&forUnmarshaling->protectedMemory, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan11Features()
Dgoldfish_vk_reserved_marshaling.cpp4977 memcpy((VkBool32*)&forUnmarshaling->protectedMemory, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceProtectedMemoryFeatures()
5940 memcpy((VkBool32*)&forUnmarshaling->protectedMemory, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan11Features()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5367 VkBool32 protectedMemory; member
5876 VkBool32 protectedMemory; member
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp1265 protectedMemoryFeatures->protectedMemory = VK_FALSE; in on_vkGetPhysicalDeviceFeatures2()