• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:pointer

25 retrieving each alias's function pointer is not.
26 A function pointer for a given alias can only be retrieved if the extension
31 [open,refpage='vkGetInstanceProcAddr',desc='Return a function pointer for a command',type='protos',…
37 * pname:instance is the instance that the function pointer will be
49 pointer`") for each case.
50 A valid returned function pointer ("`fp`") must: not be `NULL`.
52 The returned function pointer is of type tlink:PFN_vkVoidFunction, and must:
84 The returned function pointer must: only be called with a dispatchable
97 pointer.
103 [open,refpage='vkGetDeviceProcAddr',desc='Return a function pointer for a command',type='protos',xr…
117 and expected return value ("`fp`" is "`function pointer`") for each case.
118 A valid returned function pointer ("`fp`") must: not be `NULL`.
120 The returned function pointer is of type tlink:PFN_vkVoidFunction, and must:
122 The function pointer must: only be called with a dispatchable object (the
144 will always return a valid function pointer.
147 implementation may: either return `NULL` or a function pointer.
148 If a function pointer is returned, it must: not be called.
154 either return `NULL` or a function pointer.
155 If a function pointer is returned, it must: not be called.
163 The returned function pointer must: only be called with a dispatchable
171 [open,refpage='PFN_vkVoidFunction',desc='Placeholder function pointer type returned by queries',typ…
177 This type is returned from command function pointer queries, and must: be
178 cast to an actual command function pointer before use.
210 To obtain a function pointer for a physical-device-level command from a
212 This function pointer may: point to dispatch code, which calls a different
245 * pname:pApiVersion is a pointer to a code:uint32_t, which is the version
269 * pname:pCreateInfo is a pointer to a slink:VkInstanceCreateInfo structure
307 * pname:pNext is `NULL` or a pointer to a structure extending this
311 * pname:pApplicationInfo is `NULL` or a pointer to a
317 * pname:ppEnabledLayerNames is a pointer to an array of
326 * pname:ppEnabledExtensionNames is a pointer to an array of
473 * pname:pNext is `NULL` or a pointer to a structure extending this
477 * pname:pDrivers is a pointer to an array of pname:driverCount
496 * pname:pNext is `NULL` or a pointer to a structure extending this
500 pointer to the driver flink:vkGetInstanceProcAddr function.
535 This type is compatible with the type of a pointer to the
558 * pname:pNext is `NULL` or a pointer to a structure extending this
560 * pname:pApplicationName is `NULL` or is a pointer to a null-terminated
564 * pname:pEngineName is `NULL` or is a pointer to a null-terminated UTF-8
723 * pname:pNext is `NULL` or a pointer to a structure extending this