Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.h45 uint32_t goldfish_vk_struct_type(const void* structExtension);
47 size_t goldfish_vk_extension_struct_size(VkStructureType rootType, const void* structExtension);
51 const void* structExtension);
Dgoldfish_vk_deepcopy.cpp46 const void* structExtension, void* structExtension_out);
9789 const void* structExtension, void* structExtension_out) { in deepcopy_extension_struct() argument
9790 if (!structExtension) { in deepcopy_extension_struct()
9793 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in deepcopy_extension_struct()
9798 alloc, rootType, reinterpret_cast<const VkShaderModuleCreateInfo*>(structExtension), in deepcopy_extension_struct()
9807 reinterpret_cast<const VkPhysicalDeviceSubgroupProperties*>(structExtension), in deepcopy_extension_struct()
9814 reinterpret_cast<const VkPhysicalDevice16BitStorageFeatures*>(structExtension), in deepcopy_extension_struct()
9821 reinterpret_cast<const VkMemoryDedicatedRequirements*>(structExtension), in deepcopy_extension_struct()
9828 reinterpret_cast<const VkMemoryDedicatedAllocateInfo*>(structExtension), in deepcopy_extension_struct()
9835 reinterpret_cast<const VkMemoryAllocateFlagsInfo*>(structExtension), in deepcopy_extension_struct()
[all …]
Dgoldfish_vk_marshaling.cpp45 const void* structExtension);
19298 const void* structExtension) { in marshal_extension_struct() argument
19299 VkInstanceCreateInfo* structAccess = (VkInstanceCreateInfo*)(structExtension); in marshal_extension_struct()
19301 vkStream->getFeatureBits(), rootType, structExtension); in marshal_extension_struct()
19302 if (!currExtSize && structExtension) { in marshal_extension_struct()
19314 vkStream->write(structExtension, sizeof(VkStructureType)); in marshal_extension_struct()
19315 if (!structExtension) { in marshal_extension_struct()
19318 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in marshal_extension_struct()
19324 reinterpret_cast<const VkShaderModuleCreateInfo*>(structExtension)); in marshal_extension_struct()
19332 reinterpret_cast<const VkPhysicalDeviceSubgroupProperties*>(structExtension)); in marshal_extension_struct()
[all …]
Dgoldfish_vk_extension_structs.cpp38 uint32_t goldfish_vk_struct_type(const void* structExtension) { in goldfish_vk_struct_type() argument
39 const uint32_t asStructType = *(reinterpret_cast<const uint32_t*>(structExtension)); in goldfish_vk_struct_type()
43 size_t goldfish_vk_extension_struct_size(VkStructureType rootType, const void* structExtension) { in goldfish_vk_extension_struct_size() argument
44 if (!structExtension) { in goldfish_vk_extension_struct_size()
47 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size()
2153 const void* structExtension) { in goldfish_vk_extension_struct_size_with_stream_features() argument
2154 if (!structExtension) { in goldfish_vk_extension_struct_size_with_stream_features()
2157 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_reserved_marshaling.cpp46 const void* structExtension, uint8_t** ptr);