Lines Matching refs:commands
154 commands defined by the `VK_KHR_get_physical_device_properties2` extension,
236 creation commands).
270 A number of commands in the API are used to determine the properties of some
281 These commands fall into two categories from a naming perspective:
285 These are commands which query capabilities of objects that an
287 Such commands use the verb "Enumerate" to identify themselves.
291 Whilst these commands describe properties of the named object, they do not
297 These commands are used to query the current properties of an object that
299 Such commands use the verb "Get" to identify themselves.
303 These commands always have a parameter of the object type.
319 | Begin | Start of a range of command buffer commands with different behavior than those outsi…
328 | End | End of a range of command buffer commands with different behavior than those outside…
330 | Execute | Executes commands recorded in another command buffer
345 | Submit | Submits a set of commands to a queue
619 All types, commands, enumerants and C macro definitions in the Vulkan
633 Commands that record commands in command buffers +
634 These API commands do not result in immediate processing on the device.