Searched refs:protectedMemory (Results 1 – 18 of 18) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_pipeline_protected_access.adoc | 17 `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/ |
D | vk_device.c | 588 CORE_FEATURE(protectedMemory); in vk_get_physical_device_core_1_1_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | writing.adoc | 971 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/ |
D | devsandqueues.adoc | 1385 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
|
D | video_extensions.adoc | 1242 * [[VUID-VkVideoSessionCreateInfoKHR-protectedMemory-07189]] 1243 If the <<features-protectedMemory, pname:protectedMemory>> feature is
|
D | fundamentals.adoc | 848 If the <<features-protectedMemory, pname:protectedMemory>> feature is
|
D | memory.adoc | 1480 If the <<features-protectedMemory, pname:protectedMemory>> feature is 4008 When the <<features-protectedMemory, pname:protectedMemory>> feature is
|
D | cmdbuffers.adoc | 213 If the <<features-protectedMemory, pname:protectedMemory>> feature is
|
D | resources.adoc | 209 If the <<features-protectedMemory, pname:protectedMemory>> feature is 1951 If the <<features-protectedMemory, pname:protectedMemory>> feature is
|
D | features.adoc | 1778 * [[{anchor-prefix}features-protectedMemory]] pname:protectedMemory
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4805 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceProtectedMemoryFeatures.protectedMemory ); in operator ()() 5329 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Features.protectedMemory ); in operator ()()
|
D | vulkan_hash.hpp | 9375 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/ |
D | goldfish_vk_marshaling_guest.cpp | 5555 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3836 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/ |
D | goldfish_vk_marshaling.cpp | 6587 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 4977 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/ |
D | vulkan_core.h | 5367 VkBool32 protectedMemory; member 5876 VkBool32 protectedMemory; member
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 1265 protectedMemoryFeatures->protectedMemory = VK_FALSE; in on_vkGetPhysicalDeviceFeatures2()
|