Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_print.cpp233 static const char *cctlOpStr[] = variable
620 if (subOp < ARRAY_SIZE(cctlOpStr)) in print()
621 PRINT("%s ", cctlOpStr[subOp]); in print()