Home | History | Annotate | Download | only in layers

Lines Matching defs:CmdDispatchIndirect

6903 CmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset) {
6922 dev_data->device_dispatch_table->CmdDispatchIndirect(commandBuffer, buffer, offset);
10087 {"vkCmdDispatchIndirect", reinterpret_cast<PFN_vkVoidFunction>(CmdDispatchIndirect)},