Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_debug.c26 static const char *cmd_names[LP_RAST_OP_MAX] = variable
61 assert(ARRAY_SIZE(cmd_names) > cmd); in cmd_name()
62 return cmd_names[cmd]; in cmd_name()