Lines Matching defs:WRITE_STR
3427 #define WRITE_STR(field, ...) ({ \
3553 WRITE_STR(ir->name, "NIR (%s)", broadcom_shader_stage_name(exe->stage));
3554 WRITE_STR(ir->description, "Final NIR form");
3563 WRITE_STR(ir->name, "QPU (%s)", broadcom_shader_stage_name(exe->stage));
3564 WRITE_STR(ir->description, "Final QPU assembly");
3593 WRITE_STR(props->name, "%s (%s)",
3598 WRITE_STR(props->description, "%s",
3634 WRITE_STR(stat->name, "Compile Strategy");
3635 WRITE_STR(stat->description, "Chosen compile strategy index");
3641 WRITE_STR(stat->name, "Instruction Count");
3642 WRITE_STR(stat->description, "Number of QPU instructions");
3648 WRITE_STR(stat->name, "Thread Count");
3649 WRITE_STR(stat->description, "Number of QPU threads dispatched");
3655 WRITE_STR(stat->name, "Spill Size");
3656 WRITE_STR(stat->description, "Size of the spill buffer in bytes");
3662 WRITE_STR(stat->name, "TMU Spills");
3663 WRITE_STR(stat->description, "Number of times a register was spilled "
3670 WRITE_STR(stat->name, "TMU Fills");
3671 WRITE_STR(stat->description, "Number of times a register was filled "
3678 WRITE_STR(stat->name, "QPU Read Stalls");
3679 WRITE_STR(stat->description, "Number of cycles the QPU stalls for a "