Searched refs:PRINT_NAMED (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_draw.c | 202 #define PRINT_NAMED(type, name, value) \ macro 382 PRINT_NAMED(uint, "num vertex elements", in dd_dump_draw_vbo() 390 PRINT_NAMED(uint, "num stream output targets", dstate->num_so_targets); in dd_dump_draw_vbo() 414 PRINT_NAMED(uint, "min_samples", dstate->min_samples); in dd_dump_draw_vbo() 415 PRINT_NAMED(hex, "sample_mask", dstate->sample_mask); in dd_dump_draw_vbo() 955 PRINT_NAMED(ptr, "pipe", record->dctx->pipe); in dd_write_record() 956 PRINT_NAMED(ns, "time before (API call)", record->time_before); in dd_write_record() 957 PRINT_NAMED(ns, "time after (driver done)", record->time_after); in dd_write_record()
|