Searched refs:GET_PROC_ADDR (Results 1 – 5 of 5) sorted by relevance
4 m_vk.destroyDevice = (DestroyDeviceFunc) GET_PROC_ADDR("vkDestroyDevice");5 m_vk.getDeviceQueue = (GetDeviceQueueFunc) GET_PROC_ADDR("vkGetDeviceQueue");6 m_vk.queueSubmit = (QueueSubmitFunc) GET_PROC_ADDR("vkQueueSubmit");7 m_vk.queueWaitIdle = (QueueWaitIdleFunc) GET_PROC_ADDR("vkQueueWaitIdle");8 m_vk.deviceWaitIdle = (DeviceWaitIdleFunc) GET_PROC_ADDR("vkDeviceWaitIdle");9 m_vk.allocateMemory = (AllocateMemoryFunc) GET_PROC_ADDR("vkAllocateMemory");10 m_vk.freeMemory = (FreeMemoryFunc) GET_PROC_ADDR("vkFreeMemory");11 m_vk.mapMemory = (MapMemoryFunc) GET_PROC_ADDR("vkMapMemory");12 m_vk.unmapMemory = (UnmapMemoryFunc) GET_PROC_ADDR("vkUnmapMemory");13 m_vk.flushMappedMemoryRanges = (FlushMappedMemoryRangesFunc) GET_PROC_ADDR("vkFlushMappedMemor…[all …]
4 m_vk.destroyInstance = (DestroyInstanceFunc) GET_PROC_ADDR("vkDestroyInstance");5 m_vk.enumeratePhysicalDevices = (EnumeratePhysicalDevicesFunc) GET_PROC_ADDR("vkEnumerate…6 m_vk.getPhysicalDeviceFeatures = (GetPhysicalDeviceFeaturesFunc) GET_PROC_ADDR("vkGetPhys…7 …eviceFormatProperties = (GetPhysicalDeviceFormatPropertiesFunc) GET_PROC_ADDR("vkGetPhysical…8 …geFormatProperties = (GetPhysicalDeviceImageFormatPropertiesFunc) GET_PROC_ADDR("vkGetPhysical…9 m_vk.getPhysicalDeviceProperties = (GetPhysicalDevicePropertiesFunc) GET_PROC_ADDR("vkGetP…10 …ueFamilyProperties = (GetPhysicalDeviceQueueFamilyPropertiesFunc) GET_PROC_ADDR("vkGetPhysical…11 …eviceMemoryProperties = (GetPhysicalDeviceMemoryPropertiesFunc) GET_PROC_ADDR("vkGetPhysical…12 m_vk.getDeviceProcAddr = (GetDeviceProcAddrFunc) GET_PROC_ADDR("vkGetDeviceProcAddr");13 m_vk.createDevice = (CreateDeviceFunc) GET_PROC_ADDR("vkCreateDevice");[all …]
32 #define GET_PROC_ADDR(NAME) library.getFunction(NAME) in PlatformDriver() macro34 #undef GET_PROC_ADDR in PlatformDriver()43 #define GET_PROC_ADDR(NAME) platformInterface.getInstanceProcAddr(instance, NAME) in InstanceDriver() macro45 #undef GET_PROC_ADDR in InstanceDriver()54 #define GET_PROC_ADDR(NAME) instanceInterface.getDeviceProcAddr(device, NAME) in DeviceDriver() macro56 #undef GET_PROC_ADDR in DeviceDriver()
4 m_vk.createInstance = (CreateInstanceFunc) GET_PROC_ADDR("vkCreateInstance");5 m_vk.getInstanceProcAddr = (GetInstanceProcAddrFunc) GET_PROC_ADDR("vkGetInstanceProcAddr"…6 …tanceExtensionProperties = (EnumerateInstanceExtensionPropertiesFunc) GET_PROC_ADDR("vkEnumerateIn…7 m_vk.enumerateInstanceLayerProperties = (EnumerateInstanceLayerPropertiesFunc) GET_PROC_ADDR("vkE…
20 #define GET_PROC_ADDR(fff, name) Func_ ## fff my_ ## fff = (Func_ ## fff)GetProcAddress(hModule, …33 GET_PROC_ADDR(OpenProcessToken, "OpenProcessToken"); in EnablePrivilege()34 GET_PROC_ADDR(LookupPrivilegeValue, "LookupPrivilegeValueA"); in EnablePrivilege()35 GET_PROC_ADDR(AdjustTokenPrivileges, "AdjustTokenPrivileges"); in EnablePrivilege()