Searched refs:TXT_MEM (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.cpp34 TXT_MEM, enumerator in enum:nv50_ir::TextStyle
415 PRINT("%ssv[%s%s:%i%s", colour[TXT_MEM],
417 SemanticStr[reg.data.sv.sv], reg.data.sv.index, colour[TXT_MEM]);
422 PRINT("%s]", colour[TXT_MEM]);
440 PRINT("%s%c%i[", colour[TXT_MEM], c, reg.fileIndex);
442 PRINT("%s%c[", colour[TXT_MEM], c);
446 PRINT("%s][", colour[TXT_MEM]);
455 PRINT("%s0x%x%s]", colour[TXT_IMMD], abs(reg.data.offset), colour[TXT_MEM]);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_print.cpp34 TXT_MEM, enumerator in enum:nv50_ir::TextStyle
415 PRINT("%ssv[%s%s:%i%s", colour[TXT_MEM],
417 SemanticStr[reg.data.sv.sv], reg.data.sv.index, colour[TXT_MEM]);
422 PRINT("%s]", colour[TXT_MEM]);
440 PRINT("%s%c%i[", colour[TXT_MEM], c, reg.fileIndex);
442 PRINT("%s%c[", colour[TXT_MEM], c);
446 PRINT("%s][", colour[TXT_MEM]);
455 PRINT("%s0x%x%s]", colour[TXT_IMMD], abs(reg.data.offset), colour[TXT_MEM]);

Completed in 114 milliseconds