Searched refs:pvr_device_memory (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 1744 struct pvr_device_memory *mem; in pvr_AllocateMemory() 1853 PVR_FROM_HANDLE(pvr_device_memory, mem, pGetFdInfo->memory); in pvr_GetMemoryFdKHR() 1894 PVR_FROM_HANDLE(pvr_device_memory, mem, _mem); in pvr_FreeMemory() 1912 PVR_FROM_HANDLE(pvr_device_memory, mem, _memory); in pvr_MapMemory() 1953 PVR_FROM_HANDLE(pvr_device_memory, mem, _memory); in pvr_UnmapMemory() 1993 struct pvr_device_memory *mem, in pvr_bind_memory() 2050 PVR_FROM_HANDLE(pvr_device_memory, mem, pBindInfos[i].memory); in pvr_BindBufferMemory2()
|
H A D | pvr_private.h | 299 struct pvr_device_memory { struct 1304 struct pvr_device_memory *mem, 1451 VK_DEFINE_NONDISP_HANDLE_CASTS(pvr_device_memory,
|
H A D | pvr_image.c | 212 PVR_FROM_HANDLE(pvr_device_memory, mem, pBindInfos[i].memory); in pvr_BindImageMemory2()
|
Completed in 13 milliseconds