Home | History | Annotate | Download | only in unique_objects

Lines Matching defs:CmdDispatchIndirect

1604 VKAPI_ATTR void VKAPI_CALL CmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset)
1615 get_dispatch_table(unique_objects_device_table_map, commandBuffer)->CmdDispatchIndirect(commandBuffer, buffer, offset);
2353 if (!strcmp(name, "CmdDispatchIndirect"))
2354 return (PFN_vkVoidFunction) CmdDispatchIndirect;