Lines Matching refs:vkGetDeviceProcAddr
117 - vkGetInstanceProcAddr, vkGetDeviceProcAddr
254 vkGetDeviceProcAddr. vkGetDeviceProcAddr can only be used to query for device
263 what could happen if the application were to use vkGetDeviceProcAddr for the
269 vkGetDeviceProcAddr. This also means that function pointers obtained via
270 vkGetDeviceProcAddr will only work with the specific VkDevice it was created
670 and instance level Vulkan commands, and also for vkGetDeviceProcAddr.
867 "vkGetDeviceProcAddr": "OverlayLayer_GetDeviceProcAddr"
1006 "vkGetDeviceProcAddr": "OverlayLayer_GetDeviceProcAddr"
1178 `vkGetDeviceProcAddr` intercepts a Vulkan command by returning a local entry point,
1182 `vkGetDeviceProcAddr` for disabled commands. A layer may return `NULL` itself or
1228 …- `<layerName>GetDeviceProcAddr` behaves identically to a layer's vkGetDeviceProcAddr except it i…
1231 alternatively be named `vkGetDeviceProcAddr`.
1285 names for vkGetInstanceProcAddr or vkGetDeviceProcAddr. vkGetInstanceProcAddr and vkGetDeviceProcAd…
1337 vkCreateInstance. Additionally, a layer would also intercept vkGetDeviceProcAddr and vkCreateDevic…
1343 are vkGetInstanceProcAddr and vkGetDeviceProcAddr which only call down the
1365 - Layers vkGetDeviceProcAddr function uses the next entity's
1366 vkGetDeviceProcAddr to call down the chain for unknown (i.e. non-intercepted)
1393 vkGetDeviceProcAddr used by a layer.