Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_graphics_pipeline_library.adoc344 uint32_t libraryCount;
503 size_t libraryCount,
509 linkingInfo.libraryCount = libraryCount;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dpipelines.adoc2697 * [[VUID-VkGraphicsPipelineCreateInfo-libraryCount-06648]]
2701 or slink:VkPipelineLibraryCreateInfoKHR::pname:libraryCount is not `0`,
2706 * [[VUID-VkGraphicsPipelineCreateInfo-libraryCount-06649]]
2710 and slink:VkPipelineLibraryCreateInfoKHR::pname:libraryCount is `0`,
5166 slink:VkPipelineLibraryCreateInfoKHR structure with a pname:libraryCount
6361 If pname:pLibraryInfo is not `NULL` and its pname:libraryCount member is
6467 If pname:pLibraryInfo is `NULL` or its pname:libraryCount is `0`,
6471 and either pname:pLibraryInfo is `NULL` or its pname:libraryCount is
8345 * pname:libraryCount is the number of pipeline libraries in
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c1300 } else if ((lib_info && lib_info->libraryCount > 0) || in vk_graphics_pipeline_state_fill()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h10098 uint32_t libraryCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp4004 VULKAN_HPP_HASH_COMBINE( seed, pipelineLibraryCreateInfoKHR.libraryCount ); in operator ()()