• Home
  • Raw
  • Download

Lines Matching refs:vkGetInstanceProcAddr

117 -   vkGetInstanceProcAddr, vkGetDeviceProcAddr
132 address of vkGetInstanceProcAddr from the loader library. Using
133 vkGetInstanceProcAddr the application can then discover the address of all
253 Extension command entry points should be queried via vkGetInstanceProcAddr or
258 vkGetInstanceProcAddr can be used to query either device or instance extension
668 This function has very similar semantics to the Vulkan command vkGetInstanceProcAddr.
771 - vkGetInstanceProcAddr exported in the ICD library and returns valid function
866 "vkGetInstanceProcAddr": "OverlayLayer_GetInstanceProcAddr",
1005 "vkGetInstanceProcAddr": "OverlayLayer_GetInstanceProcAddr",
1168 `vkGetInstanceProcAddr` intercepts a Vulkan command by returning a local entry point,
1171 - vkGetInstanceProcAddr
1181 The specification requires `NULL` to be returned from `vkGetInstanceProcAddr` and
1223 …stanceProcAddr(instance, pName)` behaves identically to a layer's vkGetInstanceProcAddr except it …
1226 alternatively be named `vkGetInstanceProcAddr`.
1285 names for vkGetInstanceProcAddr or vkGetDeviceProcAddr. vkGetInstanceProcAddr and vkGetDeviceProcAd…
1336 - A layer must intercept at least vkGetInstanceProcAddr and
1343 are vkGetInstanceProcAddr and vkGetDeviceProcAddr which only call down the
1362 - Layers vkGetInstanceProcAddr function uses the next entity's
1363 vkGetInstanceProcAddr to call down the chain for unknown (i.e. non-intercepted)
1390 - The VkLayerInstanceLink contains the next entity's vkGetInstanceProcAddr used
1392 - The VkLayerDeviceLink contains the next entity's vkGetInstanceProcAddr and