Home
last modified time | relevance | path

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

/external/libdrm/exynos/
Dexynos_fimg2d.c178 unsigned int num_cmds, unsigned int num_gem_cmds) in g2d_check_space() argument
180 if (ctx->cmd_nr + num_cmds >= G2D_MAX_CMD_NR || in g2d_check_space()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1010 size_t num_cmds = GetExtraStartupCommands().GetArgumentCount(); in ConnectToDebugserver() local
1011 for (size_t idx = 0; idx < num_cmds; idx++) { in ConnectToDebugserver()