Lines Matching defs:DUMP

41 #define DUMP(args...) _nine_debug_printf(DBG_CHANNEL, NULL, args)
152 if (mask & 1) DUMP("x"); else DUMP("_");
153 if (mask & 2) DUMP("y"); else DUMP("_");
154 if (mask & 4) DUMP("z"); else DUMP("_");
155 if (mask & 8) DUMP("w"); else DUMP("_");
162 DUMP("%c%c%c%c",
195 DUMP("aL");
198 DUMP("oC%i", index);
201 DUMP("oDepth");
204 DUMP("oRast%i", index);
207 DUMP("iconst[%i]", index);
210 DUMP("bconst[%i]", index);
213 DUMP("%c%i", sm1_file_char[file], index);
260 DUMP("{ %f %f %f %f }",
265 DUMP("{ %i %i %i %i }",
270 DUMP("%s", param->imm.b ? "TRUE" : "FALSE");
290 DUMP("%s(", sm1_mod_str[param->mod]);
292 DUMP("%c[", sm1_file_char[param->file]);
294 DUMP("+%i]", param->idx);
299 DUMP(")");
301 DUMP(".");
310 DUMP("sat ");
312 DUMP("pp ");
314 DUMP("centroid ");
316 DUMP("/%u ", 1 << -param->shift);
318 DUMP("*%u ", 1 << param->shift);
321 DUMP("%c[", sm1_file_char[param->file]);
323 DUMP("+%i]", param->idx);
328 DUMP(".");
388 DUMP(" ");
391 DUMP("@");
393 DUMP(" ");
395 DUMP("%s", d3dsio_to_string(insn->opcode));
399 DUMP(insn->flags == NINED3DSI_TEXLD_PROJECT ? "p" : "b");
402 DUMP("_%x", insn->flags);
407 DUMP("_co");
408 DUMP(" ");
412 DUMP(" ");
417 DUMP(" ");
424 DUMP("\n");
2253 DUMP("DCL ");
2256 DUMP(" %s\n", sm1_sampler_type_name(sem.sampler_type));
2259 DUMP(" %s%i\n", sm1_declusage_names[sem.usage], sem.usage_idx);
2262 DUMP(" %u[%u]\n", sem.usage, sem.usage_idx);
2264 DUMP("\n");
3908 DUMP("shader type: %s, preferred IR: %s, selected IR: %s\n",
3978 DUMP("%s%u.%u\n", processor == PIPE_SHADER_VERTEX ? "VS" : "PS",