Searched refs:pHostmemId (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | vulkan_gfxstream.h | 56 …VkDevice device, VkDeviceMemory memory, uint64_t* pAddress, uint64_t* pSize, uint64_t* pHostmemId); 128 uint64_t* pHostmemId);
|
D | VkDecoderGlobalState.h | 450 uint64_t* pSize, uint64_t* pHostmemId);
|
D | VkDecoder.cpp | 20877 uint64_t* pHostmemId; in decode() local 20913 memcpy((uint64_t**)&pHostmemId, (*readStreamPtrPtr), 8); in decode() 20914 android::base::Stream::fromBe64((uint8_t*)&pHostmemId); in decode() 20916 if (pHostmemId) { in decode() 20917 vkReadStream->alloc((void**)&pHostmemId, sizeof(uint64_t)); in decode() 20918 memcpy((uint64_t*)pHostmemId, *readStreamPtrPtr, sizeof(uint64_t)); in decode() 20927 (unsigned long long)pHostmemId); in decode() 20932 pSize, pHostmemId); in decode() 20951 uint64_t cgen_var_7 = (uint64_t)(uintptr_t)pHostmemId; in decode() 20953 if (pHostmemId) { in decode() [all …]
|
D | VkDecoderGlobalState.cpp | 5042 uint64_t* pHostmemId) { in on_vkGetMemoryHostAddressInfoGOOGLE() argument 5044 *pHostmemId = hostBlobId; in on_vkGetMemoryHostAddressInfoGOOGLE() 8389 uint64_t* pSize, uint64_t* pHostmemId) { in on_vkGetMemoryHostAddressInfoGOOGLE() argument 8391 pHostmemId); in on_vkGetMemoryHostAddressInfoGOOGLE()
|
D | VkDecoderSnapshot.h | 1584 uint64_t* pSize, uint64_t* pHostmemId);
|
D | VkDecoderSnapshot.cpp | 3668 uint64_t* pSize, uint64_t* pHostmemId) {} in vkGetMemoryHostAddressInfoGOOGLE() argument 7076 uint64_t* pSize, uint64_t* pHostmemId) { in vkGetMemoryHostAddressInfoGOOGLE() argument 7079 pHostmemId); in vkGetMemoryHostAddressInfoGOOGLE()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | vulkan_gfxstream.h | 56 …VkDevice device, VkDeviceMemory memory, uint64_t* pAddress, uint64_t* pSize, uint64_t* pHostmemId); 128 uint64_t* pHostmemId);
|
D | VkEncoder.h | 1097 uint64_t* pHostmemId, uint32_t doLock);
|
D | func_table.cpp | 4677 uint64_t* pHostmemId) { in gfxstream_vk_GetMemoryHostAddressInfoGOOGLE() argument 4684 gfxstream_device->internal_object, memory, pAddress, pSize, pHostmemId, in gfxstream_vk_GetMemoryHostAddressInfoGOOGLE()
|
D | VkEncoder.cpp | 36824 uint64_t* pHostmemId, uint32_t doLock) { in vkGetMemoryHostAddressInfoGOOGLE() argument 36855 device, memory, pAddress, pSize, pHostmemId); in vkGetMemoryHostAddressInfoGOOGLE() 36888 if (pHostmemId) { in vkGetMemoryHostAddressInfoGOOGLE() 36938 uint64_t cgen_var_4 = (uint64_t)(uintptr_t)pHostmemId; in vkGetMemoryHostAddressInfoGOOGLE() 36942 if (pHostmemId) { in vkGetMemoryHostAddressInfoGOOGLE() 36943 memcpy(*streamPtrPtr, (uint64_t*)pHostmemId, sizeof(uint64_t)); in vkGetMemoryHostAddressInfoGOOGLE() 36973 if (pHostmemId) { in vkGetMemoryHostAddressInfoGOOGLE() 36977 stream->read((uint64_t*)pHostmemId, sizeof(uint64_t)); in vkGetMemoryHostAddressInfoGOOGLE()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 421 …pHostmemId = printer.write_int("pHostmemId", 8, indent, optional=True, count=None, big_endian=Fals…
|