Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_print.cpp252 static const char *xmadOpCModeStr[] = variable
709 if (cmode && cmode <= ARRAY_SIZE(xmadOpCModeStr)) in print()
710 PRINT("%s ", xmadOpCModeStr[cmode - 1]); in print()