Searched refs:dispatchable (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/loader/ |
D | LoaderAndLayerInterface.md | 58 call and is a dispatchable object (see Vulkan specification section 2.3 Object 59 Model). Under the covers, the dispatchable object handle is a pointer to a 256 that uses a VkDevice as the first parameter or a dispatchable object that is a 660 3. Vulkan dispatchable object creation requirements. 672 which contain no dispatchable object as the first parameter, such as 677 first parameter dispatchable object. Both core entry points and any instance 680 use new instance level dispatchable objects other than VkInstance and 682 defined dispatchable objects must be queryable via vk\_icdGetInstanceProcAddr. 718 ###### ICD dispatchable object creation 720 within Vulkan dispatchable objects, which include VkInstance, VkPhysicalDevice, [all …]
|
/external/vulkan-validation-layers/demos/smoke/ |
D | generate-dispatch-table.py | 346 def get_proc_addr(dispatchable, cmd, guard=None): argument 347 if dispatchable == "dev": 353 (cmd.name, cmd.name, func, dispatchable, cmd.name)
|
/external/vulkan-validation-layers/layers/ |
D | README.md | 18 that take a dispatchable object as it's first argument. I.e. VkInstance, VkPhysicalDevice,
|