Home
last modified time | relevance | path

Searched refs:graphicsPipelineLibraryFastLinking (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_graphics_pipeline_library.adoc140 VkBool32 graphicsPipelineLibraryFastLinking;
145 `graphicsPipelineLibraryFastLinking` indicates whether the cost of
649 This has been added as the `graphicsPipelineLibraryFastLinking`
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc3855 * [[limits-graphicsPipelineLibraryFastLinking]]
3856 pname:graphicsPipelineLibraryFastLinking indicates whether fast linking
4816 | basetype:VkBool32 | pname:graphicsPipelineLibraryFastLinking | `<<fe…
5289 | pname:graphicsPipelineLibraryFastLinking | - | false | implementation-dependent
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp13236 vkStream->write((VkBool32*)&forMarshaling->graphicsPipelineLibraryFastLinking, in marshal_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT()
13252 vkStream->read((VkBool32*)&forUnmarshaling->graphicsPipelineLibraryFastLinking, in unmarshal_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8892 memcpy(*ptr, (VkBool32*)&forMarshaling->graphicsPipelineLibraryFastLinking, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp17723 vkStream->write((VkBool32*)&forMarshaling->graphicsPipelineLibraryFastLinking, in marshal_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT()
17751 vkStream->read((VkBool32*)&forUnmarshaling->graphicsPipelineLibraryFastLinking, in unmarshal_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT()
Dgoldfish_vk_reserved_marshaling.cpp13740 memcpy((VkBool32*)&forUnmarshaling->graphicsPipelineLibraryFastLinking, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h15130 VkBool32 graphicsPipelineLibraryFastLinking; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp8041 …INE( seed, physicalDeviceGraphicsPipelineLibraryPropertiesEXT.graphicsPipelineLibraryFastLinking ); in operator ()()