Home | History | Annotate | Download | only in object_tracker

Lines Matching defs:CmdDispatchIndirect

4519 VKAPI_ATTR void VKAPI_CALL CmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset)
4532 get_dispatch_table(object_tracker_device_table_map, commandBuffer)->CmdDispatchIndirect(commandBuffer, buffer, offset);
5493 if (!strcmp(name, "CmdDispatchIndirect"))
5494 return (PFN_vkVoidFunction) CmdDispatchIndirect;