Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_extension_structs_guest.h43 const void* structExtension);
46 const void* structExtension);
50 const void* structExtension);
Dgoldfish_vk_extension_structs_guest.cpp296 const void* structExtension) in goldfish_vk_struct_type() argument
298 const uint32_t asStructType = *(reinterpret_cast<const uint32_t*>(structExtension)); in goldfish_vk_struct_type()
303 const void* structExtension) in goldfish_vk_extension_struct_size() argument
305 if (!structExtension) in goldfish_vk_extension_struct_size()
309 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size()
865 const void* structExtension) in goldfish_vk_extension_struct_size_with_stream_features() argument
867 if (!structExtension) in goldfish_vk_extension_struct_size_with_stream_features()
871 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy_guest.cpp36 const void* structExtension,
6431 const void* structExtension, in deepcopy_extension_struct() argument
6434 if (!structExtension) in deepcopy_extension_struct()
6438 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in deepcopy_extension_struct()
6444 …es(pool, reinterpret_cast<const VkPhysicalDeviceSubgroupProperties*>(structExtension), reinterpret… in deepcopy_extension_struct()
6449 …(pool, reinterpret_cast<const VkPhysicalDevice16BitStorageFeatures*>(structExtension), reinterpret… in deepcopy_extension_struct()
6454 …rements(pool, reinterpret_cast<const VkMemoryDedicatedRequirements*>(structExtension), reinterpret… in deepcopy_extension_struct()
6459 …ateInfo(pool, reinterpret_cast<const VkMemoryDedicatedAllocateInfo*>(structExtension), reinterpret… in deepcopy_extension_struct()
6464 …teFlagsInfo(pool, reinterpret_cast<const VkMemoryAllocateFlagsInfo*>(structExtension), reinterpret… in deepcopy_extension_struct()
6469 …Info(pool, reinterpret_cast<const VkDeviceGroupRenderPassBeginInfo*>(structExtension), reinterpret… in deepcopy_extension_struct()
[all …]
Dgoldfish_vk_marshaling_guest.cpp36 const void* structExtension);
10375 const void* structExtension) in marshal_extension_struct() argument
10377 VkInstanceCreateInfo* structAccess = (VkInstanceCreateInfo*)(structExtension); in marshal_extension_struct()
10378 …oldfish_vk_extension_struct_size_with_stream_features(vkStream->getFeatureBits(), structExtension); in marshal_extension_struct()
10379 if (!currExtSize && structExtension) in marshal_extension_struct()
10395 vkStream->write(structExtension, sizeof(VkStructureType)); in marshal_extension_struct()
10396 if (!structExtension) in marshal_extension_struct()
10400 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in marshal_extension_struct()
10406 …Properties(vkStream, reinterpret_cast<const VkPhysicalDeviceSubgroupProperties*>(structExtension)); in marshal_extension_struct()
10411 …Features(vkStream, reinterpret_cast<const VkPhysicalDevice16BitStorageFeatures*>(structExtension)); in marshal_extension_struct()
[all …]