Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp17542 if (!((a->graphicsPipelineLibraryFastLinking) == (b->graphicsPipelineLibraryFastLinking))) { in checkEqual_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT()
Dgoldfish_vk_marshaling.cpp32325 vkStream->write((VkBool32*)&forMarshaling->graphicsPipelineLibraryFastLinking, in marshal_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT()
32353 vkStream->read((VkBool32*)&forUnmarshaling->graphicsPipelineLibraryFastLinking, in unmarshal_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT()
Dgoldfish_vk_reserved_marshaling.cpp25313 memcpy((VkBool32*)&forUnmarshaling->graphicsPipelineLibraryFastLinking, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp56145 …: pNext( pNext_ ), graphicsPipelineLibraryFastLinking( graphicsPipelineLibraryFastLinking_ ), grap…
56173 graphicsPipelineLibraryFastLinking = graphicsPipelineLibraryFastLinking_; in setGraphicsPipelineLibraryFastLinking()
56203 …return std::tie( sType, pNext, graphicsPipelineLibraryFastLinking, graphicsPipelineLibraryIndepend… in reflect()
56218 && ( graphicsPipelineLibraryFastLinking == rhs.graphicsPipelineLibraryFastLinking ) in operator ==()
56232 VULKAN_HPP_NAMESPACE::Bool32 graphicsPipelineLibraryFastLinking = {}; member
Dvulkan_core.h14276 VkBool32 graphicsPipelineLibraryFastLinking; member
Dvulkan_hash.hpp7308 …INE( seed, physicalDeviceGraphicsPipelineLibraryPropertiesEXT.graphicsPipelineLibraryFastLinking ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp25259 vkStream->write((VkBool32*)&forMarshaling->graphicsPipelineLibraryFastLinking, in marshal_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT()
25275 vkStream->read((VkBool32*)&forUnmarshaling->graphicsPipelineLibraryFastLinking, in unmarshal_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp16914 memcpy(*ptr, (VkBool32*)&forMarshaling->graphicsPipelineLibraryFastLinking, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT()