Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_print.cpp247 static const char *barOpStr[] = variable
699 if (subOp < ARRAY_SIZE(barOpStr)) in print()
700 PRINT("%s ", barOpStr[subOp]); in print()