Home
last modified time | relevance | path

Searched refs:graphicsPipelineLibrary (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_graphics_pipeline_library.adoc123 VkBool32 graphicsPipelineLibrary;
127 `graphicsPipelineLibrary` is the core feature enabling this
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_EXT_debug_utils.adoc107 The <<features-graphicsPipelineLibrary, pname:graphicsPipelineLibrary>>
Ddescriptorsets.adoc2072 * [[VUID-VkPipelineLayoutCreateInfo-graphicsPipelineLibrary-06753]]
2074 If <<features-graphicsPipelineLibrary, pname:graphicsPipelineLibrary>>
4928 * [[VUID-vkCmdBindDescriptorSets-graphicsPipelineLibrary-06754]]
4930 If <<features-graphicsPipelineLibrary, pname:graphicsPipelineLibrary>>
Dlimits.adoc4816 …ibraryFastLinking | `<<features-graphicsPipelineLibrary, pname:graphicsPipelineLi…
4817 …IndependentInterpolationDecoration | `<<features-graphicsPipelineLibrary, pname:graphicsPipelineLi…
Dfeatures.adoc6245 * [[features-graphicsPipelineLibrary]] pname:graphicsPipelineLibrary
7735 * <<features-graphicsPipelineLibrary, pname:graphicsPipelineLibrary>>, if
Dpipelines.adoc634 ** <<features-graphicsPipelineLibrary, pname:graphicsPipelineLibrary>>
3487 * [[VUID-VkGraphicsPipelineCreateInfo-graphicsPipelineLibrary-06606]]
3488 If the <<features-graphicsPipelineLibrary,
3489 pname:graphicsPipelineLibrary>> feature is not enabled, pname:flags
Dshaders.adoc1281 the <<features-graphicsPipelineLibrary, pname:graphicsPipelineLibrary>>
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp13212 vkStream->write((VkBool32*)&forMarshaling->graphicsPipelineLibrary, sizeof(VkBool32)); in marshal_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT()
13224 vkStream->read((VkBool32*)&forUnmarshaling->graphicsPipelineLibrary, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8877 memcpy(*ptr, (VkBool32*)&forMarshaling->graphicsPipelineLibrary, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp17687 vkStream->write((VkBool32*)&forMarshaling->graphicsPipelineLibrary, sizeof(VkBool32)); in marshal_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT()
17711 vkStream->read((VkBool32*)&forUnmarshaling->graphicsPipelineLibrary, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT()
Dgoldfish_vk_reserved_marshaling.cpp13711 memcpy((VkBool32*)&forUnmarshaling->graphicsPipelineLibrary, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h15124 VkBool32 graphicsPipelineLibrary; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp8029 …HPP_HASH_COMBINE( seed, physicalDeviceGraphicsPipelineLibraryFeaturesEXT.graphicsPipelineLibrary ); in operator ()()