Home
last modified time | relevance | path

Searched refs:pipelineProtectedAccess (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_pipeline_protected_access.adoc105 VkBool32 pipelineProtectedAccess;
109 - `pipelineProtectedAccess` specifies that per-pipeline protected access can be
130 === RESOLVED: How should the `pipelineProtectedAccess` feature interact with `protectedMemory`?
132 The `pipelineProtectedAccess` feature allows pipelines to be restricted to or
136 As such, enabling the `pipelineProtectedAccess` feature without the
139 === RESOLVED: Should the `pipelineProtectedAccess` feature allow pipelines to opt into protected ac…
143 `pipelineProtectedAccess` feature does not break existing code.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dpipelines.adoc2726 * [[VUID-VkGraphicsPipelineCreateInfo-pipelineProtectedAccess-07368]]
2727 If the <<features-pipelineProtectedAccess,
2728 pname:pipelineProtectedAccess>> feature is not enabled, pname:flags
8502 * [[VUID-vkCmdBindPipeline-pipelineProtectedAccess-07408]]
8503 If the <<features-pipelineProtectedAccess,
8504 pname:pipelineProtectedAccess>> feature is enabled, and
8508 * [[VUID-vkCmdBindPipeline-pipelineProtectedAccess-07409]]
8509 If the <<features-pipelineProtectedAccess,
8510 pname:pipelineProtectedAccess>> feature is enabled, and
Dfeatures.adoc5370 * [[features-pipelineProtectedAccess]] pname:pipelineProtectedAccess
7590 * <<features-pipelineProtectedAccess, pname:pipelineProtectedAccess>>, if
Dmemory.adoc4012 This can: be mitigated by enabling the <<features-pipelineProtectedAccess,
4013 pname:pipelineProtectedAccess>> feature, in which case pipelines created
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h17303 VkBool32 pipelineProtectedAccess; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp9157 …HPP_HASH_COMBINE( seed, physicalDevicePipelineProtectedAccessFeaturesEXT.pipelineProtectedAccess ); in operator ()()