/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 43 void marshal_extension_struct(VulkanStream* vkStream, VkStructureType rootType, 46 void unmarshal_extension_struct(VulkanStream* vkStream, VkStructureType rootType, 50 void marshal_VkExtent2D(VulkanStream* vkStream, VkStructureType rootType, in marshal_VkExtent2D() argument 53 vkStream->write((uint32_t*)&forMarshaling->width, sizeof(uint32_t)); in marshal_VkExtent2D() 54 vkStream->write((uint32_t*)&forMarshaling->height, sizeof(uint32_t)); in marshal_VkExtent2D() 57 void unmarshal_VkExtent2D(VulkanStream* vkStream, VkStructureType rootType, in unmarshal_VkExtent2D() argument 60 vkStream->read((uint32_t*)&forUnmarshaling->width, sizeof(uint32_t)); in unmarshal_VkExtent2D() 61 vkStream->read((uint32_t*)&forUnmarshaling->height, sizeof(uint32_t)); in unmarshal_VkExtent2D() 64 void marshal_VkExtent3D(VulkanStream* vkStream, VkStructureType rootType, in marshal_VkExtent3D() argument 67 vkStream->write((uint32_t*)&forMarshaling->width, sizeof(uint32_t)); in marshal_VkExtent3D() [all …]
|
D | goldfish_vk_marshaling.h | 45 void marshal_VkExtent2D(VulkanStream* vkStream, VkStructureType rootType, 48 void unmarshal_VkExtent2D(VulkanStream* vkStream, VkStructureType rootType, 51 void marshal_VkExtent3D(VulkanStream* vkStream, VkStructureType rootType, 54 void unmarshal_VkExtent3D(VulkanStream* vkStream, VkStructureType rootType, 57 void marshal_VkOffset2D(VulkanStream* vkStream, VkStructureType rootType, 60 void unmarshal_VkOffset2D(VulkanStream* vkStream, VkStructureType rootType, 63 void marshal_VkOffset3D(VulkanStream* vkStream, VkStructureType rootType, 66 void unmarshal_VkOffset3D(VulkanStream* vkStream, VkStructureType rootType, 69 void marshal_VkRect2D(VulkanStream* vkStream, VkStructureType rootType, 72 void unmarshal_VkRect2D(VulkanStream* vkStream, VkStructureType rootType, [all …]
|
D | goldfish_vk_reserved_marshaling.h | 45 void reservedunmarshal_VkExtent2D(VulkanStream* vkStream, VkStructureType rootType, 48 void reservedunmarshal_VkExtent3D(VulkanStream* vkStream, VkStructureType rootType, 51 void reservedunmarshal_VkOffset2D(VulkanStream* vkStream, VkStructureType rootType, 54 void reservedunmarshal_VkOffset3D(VulkanStream* vkStream, VkStructureType rootType, 57 void reservedunmarshal_VkRect2D(VulkanStream* vkStream, VkStructureType rootType, 60 void reservedunmarshal_VkBaseInStructure(VulkanStream* vkStream, VkStructureType rootType, 63 void reservedunmarshal_VkBaseOutStructure(VulkanStream* vkStream, VkStructureType rootType, 66 void reservedunmarshal_VkBufferMemoryBarrier(VulkanStream* vkStream, VkStructureType rootType, 69 void reservedunmarshal_VkDispatchIndirectCommand(VulkanStream* vkStream, VkStructureType rootType, 73 void reservedunmarshal_VkDrawIndexedIndirectCommand(VulkanStream* vkStream, [all …]
|
D | goldfish_vk_reserved_marshaling.cpp | 43 void reservedmarshal_extension_struct(VulkanStream* vkStream, VkStructureType rootType, 46 void reservedunmarshal_extension_struct(VulkanStream* vkStream, VkStructureType rootType, 50 void reservedunmarshal_VkExtent2D(VulkanStream* vkStream, VkStructureType rootType, in reservedunmarshal_VkExtent2D() argument 58 void reservedunmarshal_VkExtent3D(VulkanStream* vkStream, VkStructureType rootType, in reservedunmarshal_VkExtent3D() argument 68 void reservedunmarshal_VkOffset2D(VulkanStream* vkStream, VkStructureType rootType, in reservedunmarshal_VkOffset2D() argument 76 void reservedunmarshal_VkOffset3D(VulkanStream* vkStream, VkStructureType rootType, in reservedunmarshal_VkOffset3D() argument 86 void reservedunmarshal_VkRect2D(VulkanStream* vkStream, VkStructureType rootType, in reservedunmarshal_VkRect2D() argument 88 reservedunmarshal_VkOffset2D(vkStream, rootType, (VkOffset2D*)(&forUnmarshaling->offset), ptr); in reservedunmarshal_VkRect2D() 89 reservedunmarshal_VkExtent2D(vkStream, rootType, (VkExtent2D*)(&forUnmarshaling->extent), ptr); in reservedunmarshal_VkRect2D() 92 void reservedunmarshal_VkBaseInStructure(VulkanStream* vkStream, VkStructureType rootType, in reservedunmarshal_VkBaseInStructure() argument [all …]
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 43 void marshal_extension_struct(VulkanStreamGuest* vkStream, VkStructureType rootType, 46 void unmarshal_extension_struct(VulkanStreamGuest* vkStream, VkStructureType rootType, 50 void marshal_VkExtent2D(VulkanStreamGuest* vkStream, VkStructureType rootType, in marshal_VkExtent2D() argument 53 vkStream->write((uint32_t*)&forMarshaling->width, sizeof(uint32_t)); in marshal_VkExtent2D() 54 vkStream->write((uint32_t*)&forMarshaling->height, sizeof(uint32_t)); in marshal_VkExtent2D() 57 void unmarshal_VkExtent2D(VulkanStreamGuest* vkStream, VkStructureType rootType, in unmarshal_VkExtent2D() argument 60 vkStream->read((uint32_t*)&forUnmarshaling->width, sizeof(uint32_t)); in unmarshal_VkExtent2D() 61 vkStream->read((uint32_t*)&forUnmarshaling->height, sizeof(uint32_t)); in unmarshal_VkExtent2D() 64 void marshal_VkExtent3D(VulkanStreamGuest* vkStream, VkStructureType rootType, in marshal_VkExtent3D() argument 67 vkStream->write((uint32_t*)&forMarshaling->width, sizeof(uint32_t)); in marshal_VkExtent3D() [all …]
|
D | goldfish_vk_marshaling_guest.h | 53 void marshal_VkExtent2D(VulkanStreamGuest* vkStream, VkStructureType rootType, 56 void unmarshal_VkExtent2D(VulkanStreamGuest* vkStream, VkStructureType rootType, 59 void marshal_VkExtent3D(VulkanStreamGuest* vkStream, VkStructureType rootType, 62 void unmarshal_VkExtent3D(VulkanStreamGuest* vkStream, VkStructureType rootType, 65 void marshal_VkOffset2D(VulkanStreamGuest* vkStream, VkStructureType rootType, 68 void unmarshal_VkOffset2D(VulkanStreamGuest* vkStream, VkStructureType rootType, 71 void marshal_VkOffset3D(VulkanStreamGuest* vkStream, VkStructureType rootType, 74 void unmarshal_VkOffset3D(VulkanStreamGuest* vkStream, VkStructureType rootType, 77 void marshal_VkRect2D(VulkanStreamGuest* vkStream, VkStructureType rootType, 80 void unmarshal_VkRect2D(VulkanStreamGuest* vkStream, VkStructureType rootType, [all …]
|
D | goldfish_vk_reserved_marshaling_guest.h | 53 void reservedmarshal_VkExtent2D(VulkanStreamGuest* vkStream, VkStructureType rootType, 56 void reservedmarshal_VkExtent3D(VulkanStreamGuest* vkStream, VkStructureType rootType, 59 void reservedmarshal_VkOffset2D(VulkanStreamGuest* vkStream, VkStructureType rootType, 62 void reservedmarshal_VkOffset3D(VulkanStreamGuest* vkStream, VkStructureType rootType, 65 void reservedmarshal_VkRect2D(VulkanStreamGuest* vkStream, VkStructureType rootType, 68 void reservedmarshal_VkBaseInStructure(VulkanStreamGuest* vkStream, VkStructureType rootType, 71 void reservedmarshal_VkBaseOutStructure(VulkanStreamGuest* vkStream, VkStructureType rootType, 74 void reservedmarshal_VkBufferMemoryBarrier(VulkanStreamGuest* vkStream, VkStructureType rootType, 78 void reservedmarshal_VkDispatchIndirectCommand(VulkanStreamGuest* vkStream, 83 void reservedmarshal_VkDrawIndexedIndirectCommand(VulkanStreamGuest* vkStream, [all …]
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 44 void reservedmarshal_extension_struct(VulkanStreamGuest* vkStream, VkStructureType rootType, 47 void reservedunmarshal_extension_struct(VulkanStreamGuest* vkStream, VkStructureType rootType, 51 void reservedmarshal_VkExtent2D(VulkanStreamGuest* vkStream, VkStructureType rootType, in reservedmarshal_VkExtent2D() argument 53 (void)vkStream; in reservedmarshal_VkExtent2D() 61 void reservedmarshal_VkExtent3D(VulkanStreamGuest* vkStream, VkStructureType rootType, in reservedmarshal_VkExtent3D() argument 63 (void)vkStream; in reservedmarshal_VkExtent3D() 73 void reservedmarshal_VkOffset2D(VulkanStreamGuest* vkStream, VkStructureType rootType, in reservedmarshal_VkOffset2D() argument 75 (void)vkStream; in reservedmarshal_VkOffset2D() 83 void reservedmarshal_VkOffset3D(VulkanStreamGuest* vkStream, VkStructureType rootType, in reservedmarshal_VkOffset3D() argument 85 (void)vkStream; in reservedmarshal_VkOffset3D() [all …]
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoder.cpp | 148 VulkanStream* vkStream = stream(); in decode() local 271 vkStream->unsetHandleMapping(); in decode() 275 vkStream->handleMapping()->mapHandles_VkInstance((VkInstance*)pInstance, 1); in decode() 276 vkStream->write((VkInstance*)pInstance, 8 * 1); in decode() 277 vkStream->write(&vkCreateInstance_VkResult_return, sizeof(VkResult)); in decode() 278 vkStream->commitWrite(); in decode() 321 vkStream->unsetHandleMapping(); in decode() 392 vkStream->unsetHandleMapping(); in decode() 395 vkStream->putBe64(cgen_var_3); in decode() 397 vkStream->write((uint32_t*)pPhysicalDeviceCount, sizeof(uint32_t)); in decode() [all …]
|