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.cpp286 const void* structExtension) in goldfish_vk_struct_type() argument
288 const uint32_t asStructType = *(reinterpret_cast<const uint32_t*>(structExtension)); in goldfish_vk_struct_type()
293 const void* structExtension) in goldfish_vk_extension_struct_size() argument
295 if (!structExtension) in goldfish_vk_extension_struct_size()
299 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size()
Dgoldfish_vk_deepcopy_guest.cpp36 const void* structExtension,
6389 const void* structExtension, in deepcopy_extension_struct() argument
6392 if (!structExtension) in deepcopy_extension_struct()
6396 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in deepcopy_extension_struct()
6402 …es(pool, reinterpret_cast<const VkPhysicalDeviceSubgroupProperties*>(structExtension), reinterpret… in deepcopy_extension_struct()
6407 …(pool, reinterpret_cast<const VkPhysicalDevice16BitStorageFeatures*>(structExtension), reinterpret… in deepcopy_extension_struct()
6412 …rements(pool, reinterpret_cast<const VkMemoryDedicatedRequirements*>(structExtension), reinterpret… in deepcopy_extension_struct()
6417 …ateInfo(pool, reinterpret_cast<const VkMemoryDedicatedAllocateInfo*>(structExtension), reinterpret… in deepcopy_extension_struct()
6422 …teFlagsInfo(pool, reinterpret_cast<const VkMemoryAllocateFlagsInfo*>(structExtension), reinterpret… in deepcopy_extension_struct()
6427 …Info(pool, reinterpret_cast<const VkDeviceGroupRenderPassBeginInfo*>(structExtension), reinterpret… in deepcopy_extension_struct()
[all …]
Dgoldfish_vk_extension_structs_guest.h43 const void* structExtension);
46 const void* structExtension);
Dgoldfish_vk_marshaling_guest.cpp36 const void* structExtension);
13338 const void* structExtension) in marshal_extension_struct() argument
13340 if (!structExtension) in marshal_extension_struct()
13344 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in marshal_extension_struct()
13350 …Properties(vkStream, reinterpret_cast<const VkPhysicalDeviceSubgroupProperties*>(structExtension)); in marshal_extension_struct()
13355 …Features(vkStream, reinterpret_cast<const VkPhysicalDevice16BitStorageFeatures*>(structExtension)); in marshal_extension_struct()
13360 …tedRequirements(vkStream, reinterpret_cast<const VkMemoryDedicatedRequirements*>(structExtension)); in marshal_extension_struct()
13365 …tedAllocateInfo(vkStream, reinterpret_cast<const VkMemoryDedicatedAllocateInfo*>(structExtension)); in marshal_extension_struct()
13370 …ryAllocateFlagsInfo(vkStream, reinterpret_cast<const VkMemoryAllocateFlagsInfo*>(structExtension)); in marshal_extension_struct()
13375 …assBeginInfo(vkStream, reinterpret_cast<const VkDeviceGroupRenderPassBeginInfo*>(structExtension)); in marshal_extension_struct()
[all …]