Lines Matching refs:number

85 Vulkan API maintains a version number.
91 The Vulkan version number comprises four parts indicating the variant,
109 The variant field was a later addition to the version number, added in
115 previous version number format for Vulkan implementations.
116 New version number macros have been added for this change and the old macros
121 The high version number should be detectable by applications performing
139 The version number is used in several places in the API.
145 * The minor version number is a 10-bit integer packed into bits 21-12.
146 * The patch version number is a 12-bit integer packed into bits 11-0.
148 [open,refpage='VK_API_VERSION_VARIANT',desc='Extract API variant number',type='defines']
150 dname:VK_API_VERSION_VARIANT extracts the API variant number from a packed
151 version number:
156 [open,refpage='VK_API_VERSION_MAJOR',desc='Extract API major version number',type='defines']
158 dname:VK_API_VERSION_MAJOR extracts the API major version number from a
159 packed version number:
165 [open,refpage='VK_VERSION_MAJOR',desc='Extract API major version number',type='defines']
167 dname:VK_VERSION_MAJOR extracts the API major version number from a packed
168 version number:
174 [open,refpage='VK_API_VERSION_MINOR',desc='Extract API minor version number',type='defines']
176 dname:VK_API_VERSION_MINOR extracts the API minor version number from a
177 packed version number:
183 [open,refpage='VK_VERSION_MINOR',desc='Extract API minor version number',type='defines']
185 dname:VK_VERSION_MINOR extracts the API minor version number from a packed
186 version number:
192 [open,refpage='VK_API_VERSION_PATCH',desc='Extract API patch version number',type='defines']
194 dname:VK_API_VERSION_PATCH extracts the API patch version number from a
195 packed version number:
201 [open,refpage='VK_VERSION_PATCH',desc='Extract API patch version number',type='defines']
203 dname:VK_VERSION_PATCH extracts the API patch version number from a packed
204 version number:
210 [open,refpage='VK_MAKE_API_VERSION',desc='Construct an API version number',type='defines',xrefs='Vk…
212 dname:VK_MAKE_API_VERSION constructs an API version number.
216 * pname:variant is the variant number.
217 * pname:major is the major version number.
218 * pname:minor is the minor version number.
219 * pname:patch is the patch version number.
223 [open,refpage='VK_MAKE_VERSION',desc='Construct an API version number',type='defines',xrefs='VkAppl…
225 dname:VK_MAKE_VERSION constructs an API version number.
229 * pname:major is the major version number.
230 * pname:minor is the minor version number.
231 * pname:patch is the patch version number.
235 [open,refpage='VK_API_VERSION_1_0',desc='Return API version number for Vulkan 1.0',type='defines',x…
237 dname:VK_API_VERSION_1_0 returns the API version number for Vulkan 1.0.0.
243 [open,refpage='VK_API_VERSION_1_1',desc='Return API version number for Vulkan 1.1',type='defines',x…
245 dname:VK_API_VERSION_1_1 returns the API version number for Vulkan 1.1.0.
252 [open,refpage='VK_API_VERSION_1_2',desc='Return API version number for Vulkan 1.2',type='defines',x…
254 dname:VK_API_VERSION_1_2 returns the API version number for Vulkan 1.2.0.
261 [open,refpage='VK_API_VERSION_1_3',desc='Return API version number for Vulkan 1.3',type='defines',x…
263 dname:VK_API_VERSION_1_3 returns the API version number for Vulkan 1.3.0.
270 [open,refpage='VKSC_API_VARIANT',desc='Returns the API variant number for Vulkan SC',type='defines']
272 dname:VKSC_API_VARIANT returns the API variant number for Vulkan SC.
277 [open,refpage='VKSC_API_VERSION_1_0',desc='Return API version number for Vulkan SC 1.0',type='defin…
279 dname:VKSC_API_VERSION_1_0 returns the API version number for Vulkan SC
351 [open,refpage='vkEnumerateInstanceLayerProperties',desc='Returns up to requested number of global l…
357 * pname:pPropertyCount is a pointer to an integer related to the number of
362 If pname:pProperties is `NULL`, then the number of layer properties
365 the number of elements in the pname:pProperties array, and on return the
366 variable is overwritten with the number of structures actually written to
368 If pname:pPropertyCount is less than the number of layer properties
484 * pname:pPropertyCount is a pointer to an integer related to the number of
490 If pname:pProperties is `NULL`, then the number of layer properties
493 the number of elements in the pname:pProperties array, and on return the
494 variable is overwritten with the number of structures actually written to
496 If pname:pPropertyCount is less than the number of layer properties
598 [open,refpage='vkEnumerateInstanceExtensionProperties',desc='Returns up to requested number of glob…
606 * pname:pPropertyCount is a pointer to an integer related to the number of
616 If pname:pProperties is `NULL`, then the number of extensions properties
619 the number of elements in the pname:pProperties array, and on return the
620 variable is overwritten with the number of structures actually written to
622 If pname:pPropertyCount is less than the number of extension properties
661 * pname:pPropertyCount is a pointer to an integer related to the number of
900 greater number of implementors are in favour of.