Home
last modified time | relevance | path

Searched refs:pipelineIdentifier (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_pipeline_properties.adoc30 with a pname:pipelineIdentifier.
34 pname:pipelineIdentifier for identifying the pipeline via Vulkan SC's
38 pname:pipelineIdentifier associated with each pipeline so that the
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5710 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheSafetyCriticalIndexEntry.pipelineIdentifier[i] ); in operator ()()
5853 VULKAN_HPP_HASH_COMBINE( seed, pipelineOfflineCreateInfo.pipelineIdentifier[i] ); in operator ()()
Dvulkan_hash.hpp11215 VULKAN_HPP_HASH_COMBINE( seed, pipelinePropertiesIdentifierEXT.pipelineIdentifier[i] ); in operator ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dpipelines.adoc7750 * pname:pipelineIdentifier is the <<pipelines-identifier, pipeline
8030 * pname:pipelineIdentifier is an array of ename:VK_UUID_SIZE code:uint8_t
8798 To query a pipeline's pname:pipelineIdentifier pass a
8801 Each pipeline is associated with a pname:pipelineIdentifier and the
8829 * pname:pipelineIdentifier is an array of ename:VK_UUID_SIZE code:uint8_t
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h15800 uint8_t pipelineIdentifier[VK_UUID_SIZE]; member