Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_print.cpp392 const char *postFix = ""; in print() local
404 postFix = (idx & 1) ? "h" : "l"; in print()
407 postFix = "s"; in print()
411 postFix = "d"; in print()
414 postFix = "q"; in print()
417 postFix = "t"; in print()
423 postFix = "d"; in print()
426 postFix = "q"; in print()
440 PRINT("%s%c%c%i%s", colour[col], p, r, idx, postFix); in print()