Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_print.cpp70 const char *operationStr[OP_LAST + 1] = variable
610 PRINT("%s", operationStr[op]); in print()
627 PRINT("%s%s ", operationStr[op], asTex()->tex.scalar ? "s" : ""); in print()
629 PRINT("%s ", operationStr[op]); in print()