Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_private_defs.h127 …ostAddressInfoGOOGLE)(VkDevice device, VkDeviceMemory memory, uint64_t* pAddress, uint64_t* pSize);
DVkEncoder.h1814 uint64_t* pSize,
DVkEncoder.cpp23824 uint64_t* pSize, in vkGetMemoryHostAddressInfoGOOGLE() argument
23856 uint64_t cgen_var_1537 = (uint64_t)(uintptr_t)pSize; in vkGetMemoryHostAddressInfoGOOGLE()
23858 if (pSize) in vkGetMemoryHostAddressInfoGOOGLE()
23860 countingStream->write((uint64_t*)pSize, sizeof(uint64_t)); in vkGetMemoryHostAddressInfoGOOGLE()
23889 uint64_t cgen_var_1542 = (uint64_t)(uintptr_t)pSize; in vkGetMemoryHostAddressInfoGOOGLE()
23891 if (pSize) in vkGetMemoryHostAddressInfoGOOGLE()
23893 stream->write((uint64_t*)pSize, sizeof(uint64_t)); in vkGetMemoryHostAddressInfoGOOGLE()
23917 if (pSize) in vkGetMemoryHostAddressInfoGOOGLE()
23923 stream->read((uint64_t*)pSize, sizeof(uint64_t)); in vkGetMemoryHostAddressInfoGOOGLE()
/device/generic/goldfish-opengl/system/vulkan/
Dfunc_table.cpp5242 uint64_t* pSize, in entry_vkGetMemoryHostAddressInfoGOOGLE() argument
5248 …sult_return = vkEnc->vkGetMemoryHostAddressInfoGOOGLE(device, memory, pAddress, pSize, pHostmemId); in entry_vkGetMemoryHostAddressInfoGOOGLE()
5255 uint64_t* pSize, in dynCheck_entry_vkGetMemoryHostAddressInfoGOOGLE() argument
5266 …sult_return = vkEnc->vkGetMemoryHostAddressInfoGOOGLE(device, memory, pAddress, pSize, pHostmemId); in dynCheck_entry_vkGetMemoryHostAddressInfoGOOGLE()