Searched refs:GetMemoryNativeBufferOHOS (Results 1 – 3 of 3) sorted by relevance
1043 PFN_vkGetMemoryNativeBufferOHOS GetMemoryNativeBufferOHOS; member
1273 …table->GetMemoryNativeBufferOHOS = (PFN_vkGetMemoryNativeBufferOHOS) gpa(device, "vkGetMemoryNativ… in layer_init_device_dispatch_table()1274 …if (table->GetMemoryNativeBufferOHOS == nullptr) { table->GetMemoryNativeBufferOHOS = (PFN_vkGetMe… in layer_init_device_dispatch_table()
1103 …table->GetMemoryNativeBufferOHOS = (PFN_vkGetMemoryNativeBufferOHOS)gdpa(dev, "vkGetMemoryNativeBu… in loader_init_device_extension_dispatch_table()2152 if (!strcmp(name, "GetMemoryNativeBufferOHOS")) return (void *)table->GetMemoryNativeBufferOHOS; in loader_lookup_device_dispatch_table()7524 return disp->GetMemoryNativeBufferOHOS(device, pInfo, pBuffer); in vkGetMemoryNativeBufferOHOS()