Home
last modified time | relevance | path

Searched refs:num_cmds (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Dvgu.c43 VGint num_cmds, in vgu_append_float_coords() argument
51 vgAppendPathData(path, num_cmds, cmds, common_data); in vgu_append_float_coords()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp849 size_t num_cmds = GetExtraStartupCommands().GetArgumentCount(); in ConnectToDebugserver() local
850 for (size_t idx = 0; idx < num_cmds; idx++) in ConnectToDebugserver()