Searched refs:graphicsPipelineLibrary (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_graphics_pipeline_library.adoc | 123 VkBool32 graphicsPipelineLibrary; 127 `graphicsPipelineLibrary` is the core feature enabling this
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_debug_utils.adoc | 107 The <<features-graphicsPipelineLibrary, pname:graphicsPipelineLibrary>>
|
D | descriptorsets.adoc | 2072 * [[VUID-VkPipelineLayoutCreateInfo-graphicsPipelineLibrary-06753]] 2074 If <<features-graphicsPipelineLibrary, pname:graphicsPipelineLibrary>> 4928 * [[VUID-vkCmdBindDescriptorSets-graphicsPipelineLibrary-06754]] 4930 If <<features-graphicsPipelineLibrary, pname:graphicsPipelineLibrary>>
|
D | limits.adoc | 4816 …ibraryFastLinking | `<<features-graphicsPipelineLibrary, pname:graphicsPipelineLi… 4817 …IndependentInterpolationDecoration | `<<features-graphicsPipelineLibrary, pname:graphicsPipelineLi…
|
D | features.adoc | 6245 * [[features-graphicsPipelineLibrary]] pname:graphicsPipelineLibrary 7735 * <<features-graphicsPipelineLibrary, pname:graphicsPipelineLibrary>>, if
|
D | pipelines.adoc | 634 ** <<features-graphicsPipelineLibrary, pname:graphicsPipelineLibrary>> 3487 * [[VUID-VkGraphicsPipelineCreateInfo-graphicsPipelineLibrary-06606]] 3488 If the <<features-graphicsPipelineLibrary, 3489 pname:graphicsPipelineLibrary>> feature is not enabled, pname:flags
|
D | shaders.adoc | 1281 the <<features-graphicsPipelineLibrary, pname:graphicsPipelineLibrary>>
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 13212 vkStream->write((VkBool32*)&forMarshaling->graphicsPipelineLibrary, sizeof(VkBool32)); in marshal_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT() 13224 vkStream->read((VkBool32*)&forUnmarshaling->graphicsPipelineLibrary, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 8877 memcpy(*ptr, (VkBool32*)&forMarshaling->graphicsPipelineLibrary, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 17687 vkStream->write((VkBool32*)&forMarshaling->graphicsPipelineLibrary, sizeof(VkBool32)); in marshal_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT() 17711 vkStream->read((VkBool32*)&forUnmarshaling->graphicsPipelineLibrary, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 13711 memcpy((VkBool32*)&forUnmarshaling->graphicsPipelineLibrary, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 15124 VkBool32 graphicsPipelineLibrary; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 8029 …HPP_HASH_COMBINE( seed, physicalDeviceGraphicsPipelineLibraryFeaturesEXT.graphicsPipelineLibrary ); in operator ()()
|