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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_print.cpp323 const char *postFix = ""; local
335 postFix = (idx & 1) ? "h" : "l";
338 postFix = "s";
342 postFix = "d";
345 postFix = "q";
348 postFix = "t";
354 postFix = "d";
357 postFix = "q";
371 PRINT("%s%c%c%i%s", colour[col], p, r, idx, postFix);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_print.cpp323 const char *postFix = ""; local
335 postFix = (idx & 1) ? "h" : "l";
338 postFix = "s";
342 postFix = "d";
345 postFix = "q";
348 postFix = "t";
354 postFix = "d";
357 postFix = "q";
371 PRINT("%s%c%c%i%s", colour[col], p, r, idx, postFix);

Completed in 726 milliseconds