Searched refs:dispatchable (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/loader/ |
D | LoaderAndLayerInterface.md | 52 call and is a dispatchable object (see Vulkan specification section 2.2 Object 53 Model). Under the covers, the dispatchable object handle is a pointer to a 230 that uses a VkDevice as the first parameter or a dispatchable object that is a 510 which contain no dispatchable object as the first parameter, such as 515 first parameter dispatchable object. Both core entry points and any instance 518 use new instance level dispatchable objects other than VkInstance and 520 defined dispatchable objects must be queryable via 568 within Vulkan dispatchable objects, which include VkInstance, VkPhysicalDevice, 570 dispatchable objects created by ICDs are as follows: 572 - All dispatchable objects created by an ICD can be cast to void \*\* [all …]
|
/external/vulkan-validation-layers/demos/smoke/ |
D | generate-dispatch-table | 352 def get_proc_addr(dispatchable, cmd, guard=None): argument 353 if dispatchable == "dev": 359 (cmd.name, cmd.name, func, dispatchable, cmd.name)
|