Home | History | Annotate | Download | only in layers

Lines Matching defs:CmdDispatchIndirect

7891 CmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset) {
7909 dev_data->dispatch_table.CmdDispatchIndirect(commandBuffer, buffer, offset);
12005 {"vkCmdDispatchIndirect", reinterpret_cast<PFN_vkVoidFunction>(CmdDispatchIndirect)},