• Home
  • Raw
  • Download

Lines Matching refs:vkGetInstanceProcAddr

108 -   vkGetInstanceProcAddr, vkGetDeviceProcAddr
123 address of vkGetInstanceProcAddr from the loader library. Using
124 vkGetInstanceProcAddr the application can then discover the address of all
227 Extension command entry points should be queried via vkGetInstanceProcAddr or
232 vkGetInstanceProcAddr can be used to query either device or instance extension
537 - vkGetInstanceProcAddr exported in the ICD library and returns valid function
715 - "vkGetInstanceProcAddr" name
750 "vkGetInstanceProcAddr": "OverlayLayer_GetInstanceProcAddr",
883 - "vkGetInstanceProcAddr" name
916 "vkGetInstanceProcAddr": "OverlayLayer_GetInstanceProcAddr",
1036 layer) must implement a vkGetInstanceProcAddr type of function.
1037 - This vkGetInstanceProcAddr type function must be exported by the layer
1039 manifest JSON file in the "functions", "vkGetInstanceProcAddr" node
1040 (Linux/Windows); 2) it is named "vkGetInstanceProcAddr"; 3) it is
1049 - A layer's vkGetInstanceProcAddr function (regardless of its name) must return
1051 a minimum, this includes vkGetInstanceProcAddr and vkCreateInstance.
1056 implements except those listed above for vkGetInstanceProcAddr and
1075 are vkGetInstanceProcAddr and vkGetDeviceProcAddr which only call down the
1094 - Layers vkGetInstanceProcAddr function uses the next entity's
1095 vkGetInstanceProcAddr to call down the chain for unknown (i.e. non-intercepted)
1122 - The VkLayerInstanceLink contains the next entity's vkGetInstanceProcAddr used
1124 - The VkLayerDeviceLink contains the next entity's vkGetInstanceProcAddr and