| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 49 void marshal_VkExtent2D(VulkanStreamGuest* vkStream, VkStructureType rootType, in marshal_VkExtent2D() 56 void unmarshal_VkExtent2D(VulkanStreamGuest* vkStream, VkStructureType rootType, in unmarshal_VkExtent2D() 63 void marshal_VkExtent3D(VulkanStreamGuest* vkStream, VkStructureType rootType, in marshal_VkExtent3D() 71 void unmarshal_VkExtent3D(VulkanStreamGuest* vkStream, VkStructureType rootType, in unmarshal_VkExtent3D() 79 void marshal_VkOffset2D(VulkanStreamGuest* vkStream, VkStructureType rootType, in marshal_VkOffset2D() 86 void unmarshal_VkOffset2D(VulkanStreamGuest* vkStream, VkStructureType rootType, in unmarshal_VkOffset2D() 93 void marshal_VkOffset3D(VulkanStreamGuest* vkStream, VkStructureType rootType, in marshal_VkOffset3D() 101 void unmarshal_VkOffset3D(VulkanStreamGuest* vkStream, VkStructureType rootType, in unmarshal_VkOffset3D() 109 void marshal_VkRect2D(VulkanStreamGuest* vkStream, VkStructureType rootType, in marshal_VkRect2D() 116 void unmarshal_VkRect2D(VulkanStreamGuest* vkStream, VkStructureType rootType, in unmarshal_VkRect2D() [all …]
|
| D | goldfish_vk_counting_guest.cpp | 46 void count_VkExtent2D(uint32_t featureBits, VkStructureType rootType, const VkExtent2D* toCount, in count_VkExtent2D() 56 void count_VkExtent3D(uint32_t featureBits, VkStructureType rootType, const VkExtent3D* toCount, in count_VkExtent3D() 67 void count_VkOffset2D(uint32_t featureBits, VkStructureType rootType, const VkOffset2D* toCount, in count_VkOffset2D() 77 void count_VkOffset3D(uint32_t featureBits, VkStructureType rootType, const VkOffset3D* toCount, in count_VkOffset3D() 88 void count_VkRect2D(uint32_t featureBits, VkStructureType rootType, const VkRect2D* toCount, in count_VkRect2D() 98 void count_VkBaseInStructure(uint32_t featureBits, VkStructureType rootType, in count_VkBaseInStructure() 111 void count_VkBaseOutStructure(uint32_t featureBits, VkStructureType rootType, in count_VkBaseOutStructure() 124 void count_VkBufferMemoryBarrier(uint32_t featureBits, VkStructureType rootType, in count_VkBufferMemoryBarrier() 145 void count_VkDispatchIndirectCommand(uint32_t featureBits, VkStructureType rootType, in count_VkDispatchIndirectCommand() 156 void count_VkDrawIndexedIndirectCommand(uint32_t featureBits, VkStructureType rootType, in count_VkDrawIndexedIndirectCommand() [all …]
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 50 void reservedmarshal_VkExtent2D(VulkanStreamGuest* vkStream, VkStructureType rootType, in reservedmarshal_VkExtent2D() 60 void reservedmarshal_VkExtent3D(VulkanStreamGuest* vkStream, VkStructureType rootType, in reservedmarshal_VkExtent3D() 72 void reservedmarshal_VkOffset2D(VulkanStreamGuest* vkStream, VkStructureType rootType, in reservedmarshal_VkOffset2D() 82 void reservedmarshal_VkOffset3D(VulkanStreamGuest* vkStream, VkStructureType rootType, in reservedmarshal_VkOffset3D() 94 void reservedmarshal_VkRect2D(VulkanStreamGuest* vkStream, VkStructureType rootType, in reservedmarshal_VkRect2D() 102 void reservedmarshal_VkBaseInStructure(VulkanStreamGuest* vkStream, VkStructureType rootType, in reservedmarshal_VkBaseInStructure() 114 void reservedmarshal_VkBaseOutStructure(VulkanStreamGuest* vkStream, VkStructureType rootType, in reservedmarshal_VkBaseOutStructure() 126 void reservedmarshal_VkBufferMemoryBarrier(VulkanStreamGuest* vkStream, VkStructureType rootType, in reservedmarshal_VkBufferMemoryBarrier() 156 VkStructureType rootType, in reservedmarshal_VkDispatchIndirectCommand() 170 VkStructureType rootType, in reservedmarshal_VkDrawIndexedIndirectCommand() [all …]
|
| D | goldfish_vk_deepcopy_guest.cpp | 47 void deepcopy_VkExtent2D(Allocator* alloc, VkStructureType rootType, const VkExtent2D* from, in deepcopy_VkExtent2D() 54 void deepcopy_VkExtent3D(Allocator* alloc, VkStructureType rootType, const VkExtent3D* from, in deepcopy_VkExtent3D() 61 void deepcopy_VkOffset2D(Allocator* alloc, VkStructureType rootType, const VkOffset2D* from, in deepcopy_VkOffset2D() 68 void deepcopy_VkOffset3D(Allocator* alloc, VkStructureType rootType, const VkOffset3D* from, in deepcopy_VkOffset3D() 75 void deepcopy_VkRect2D(Allocator* alloc, VkStructureType rootType, const VkRect2D* from, in deepcopy_VkRect2D() 84 void deepcopy_VkBaseInStructure(Allocator* alloc, VkStructureType rootType, in deepcopy_VkBaseInStructure() 105 void deepcopy_VkBaseOutStructure(Allocator* alloc, VkStructureType rootType, in deepcopy_VkBaseOutStructure() 126 void deepcopy_VkBufferMemoryBarrier(Allocator* alloc, VkStructureType rootType, in deepcopy_VkBufferMemoryBarrier() 147 void deepcopy_VkDispatchIndirectCommand(Allocator* alloc, VkStructureType rootType, in deepcopy_VkDispatchIndirectCommand() 155 void deepcopy_VkDrawIndexedIndirectCommand(Allocator* alloc, VkStructureType rootType, in deepcopy_VkDrawIndexedIndirectCommand() [all …]
|
| D | goldfish_vk_extension_structs_guest.cpp | 705 size_t goldfish_vk_extension_struct_size(VkStructureType rootType, const void* structExtension) { in goldfish_vk_extension_struct_size() 2653 VkStructureType rootType, in goldfish_vk_extension_struct_size_with_stream_features()
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_marshaling.cpp | 49 void marshal_VkExtent2D(VulkanStream* vkStream, VkStructureType rootType, in marshal_VkExtent2D() 56 void unmarshal_VkExtent2D(VulkanStream* vkStream, VkStructureType rootType, in unmarshal_VkExtent2D() 63 void marshal_VkExtent3D(VulkanStream* vkStream, VkStructureType rootType, in marshal_VkExtent3D() 71 void unmarshal_VkExtent3D(VulkanStream* vkStream, VkStructureType rootType, in unmarshal_VkExtent3D() 79 void marshal_VkOffset2D(VulkanStream* vkStream, VkStructureType rootType, in marshal_VkOffset2D() 86 void unmarshal_VkOffset2D(VulkanStream* vkStream, VkStructureType rootType, in unmarshal_VkOffset2D() 93 void marshal_VkOffset3D(VulkanStream* vkStream, VkStructureType rootType, in marshal_VkOffset3D() 101 void unmarshal_VkOffset3D(VulkanStream* vkStream, VkStructureType rootType, in unmarshal_VkOffset3D() 109 void marshal_VkRect2D(VulkanStream* vkStream, VkStructureType rootType, in marshal_VkRect2D() 116 void unmarshal_VkRect2D(VulkanStream* vkStream, VkStructureType rootType, in unmarshal_VkRect2D() [all …]
|
| D | goldfish_vk_deepcopy.cpp | 47 void deepcopy_VkExtent2D(Allocator* alloc, VkStructureType rootType, const VkExtent2D* from, in deepcopy_VkExtent2D() 54 void deepcopy_VkExtent3D(Allocator* alloc, VkStructureType rootType, const VkExtent3D* from, in deepcopy_VkExtent3D() 61 void deepcopy_VkOffset2D(Allocator* alloc, VkStructureType rootType, const VkOffset2D* from, in deepcopy_VkOffset2D() 68 void deepcopy_VkOffset3D(Allocator* alloc, VkStructureType rootType, const VkOffset3D* from, in deepcopy_VkOffset3D() 75 void deepcopy_VkRect2D(Allocator* alloc, VkStructureType rootType, const VkRect2D* from, in deepcopy_VkRect2D() 84 void deepcopy_VkBaseInStructure(Allocator* alloc, VkStructureType rootType, in deepcopy_VkBaseInStructure() 105 void deepcopy_VkBaseOutStructure(Allocator* alloc, VkStructureType rootType, in deepcopy_VkBaseOutStructure() 126 void deepcopy_VkBufferMemoryBarrier(Allocator* alloc, VkStructureType rootType, in deepcopy_VkBufferMemoryBarrier() 147 void deepcopy_VkDispatchIndirectCommand(Allocator* alloc, VkStructureType rootType, in deepcopy_VkDispatchIndirectCommand() 155 void deepcopy_VkDrawIndexedIndirectCommand(Allocator* alloc, VkStructureType rootType, in deepcopy_VkDrawIndexedIndirectCommand() [all …]
|
| D | goldfish_vk_reserved_marshaling.cpp | 49 void reservedunmarshal_VkExtent2D(VulkanStream* vkStream, VkStructureType rootType, in reservedunmarshal_VkExtent2D() 57 void reservedunmarshal_VkExtent3D(VulkanStream* vkStream, VkStructureType rootType, in reservedunmarshal_VkExtent3D() 67 void reservedunmarshal_VkOffset2D(VulkanStream* vkStream, VkStructureType rootType, in reservedunmarshal_VkOffset2D() 75 void reservedunmarshal_VkOffset3D(VulkanStream* vkStream, VkStructureType rootType, in reservedunmarshal_VkOffset3D() 85 void reservedunmarshal_VkRect2D(VulkanStream* vkStream, VkStructureType rootType, in reservedunmarshal_VkRect2D() 91 void reservedunmarshal_VkBaseInStructure(VulkanStream* vkStream, VkStructureType rootType, in reservedunmarshal_VkBaseInStructure() 117 void reservedunmarshal_VkBaseOutStructure(VulkanStream* vkStream, VkStructureType rootType, in reservedunmarshal_VkBaseOutStructure() 143 void reservedunmarshal_VkBufferMemoryBarrier(VulkanStream* vkStream, VkStructureType rootType, in reservedunmarshal_VkBufferMemoryBarrier() 186 void reservedunmarshal_VkDispatchIndirectCommand(VulkanStream* vkStream, VkStructureType rootType, in reservedunmarshal_VkDispatchIndirectCommand() 198 VkStructureType rootType, in reservedunmarshal_VkDrawIndexedIndirectCommand() [all …]
|
| D | goldfish_vk_extension_structs.cpp | 705 size_t goldfish_vk_extension_struct_size(VkStructureType rootType, const void* structExtension) { in goldfish_vk_extension_struct_size() 2653 VkStructureType rootType, in goldfish_vk_extension_struct_size_with_stream_features()
|