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

/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c3415 #define WRITE_STR(field, ...) ({ \ macro
3447 WRITE_STR(props->name, "%s", _mesa_shader_stage_to_abbrev(stage));
3449 WRITE_STR(props->name, "Binning VS");
3451 WRITE_STR(props->description, "%s", _mesa_shader_stage_to_string(stage));
3475 WRITE_STR(stat->name, "Max Waves Per Core");
3476 WRITE_STR(stat->description,
3483 WRITE_STR(stat->name, "Instruction Count");
3484 WRITE_STR(stat->description,
3492 WRITE_STR(stat->name, "NOPs Count");
3493 WRITE_STR(sta
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pipeline.c3126 #define WRITE_STR(field, ...) ({ \ macro
3148 WRITE_STR(props->name, "%s%d %s",
3153 WRITE_STR(props->name, "%s", _mesa_shader_stage_to_string(stage));
3155 WRITE_STR(props->description, "%s%d %s shader",
3206 WRITE_STR(stat->name, "Instruction Count");
3207 WRITE_STR(stat->description,
3215 WRITE_STR(stat->name, "SEND Count");
3216 WRITE_STR(stat->description,
3225 WRITE_STR(stat->name, "Loop Count");
3226 WRITE_STR(sta
[all...]

Completed in 10 milliseconds