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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c202 #define PRINT_NAMED(type, name, value) \ macro
362 PRINT_NAMED(int, "drawid offset", drawid_offset);
387 PRINT_NAMED(uint, "num vertex elements",
395 PRINT_NAMED(uint, "num stream output targets", dstate->num_so_targets);
419 PRINT_NAMED(uint, "min_samples", dstate->min_samples);
420 PRINT_NAMED(hex, "sample_mask", dstate->sample_mask);
963 PRINT_NAMED(ptr, "pipe", record->dctx->pipe);
964 PRINT_NAMED(ns, "time before (API call)", record->time_before);
965 PRINT_NAMED(ns, "time after (driver done)", record->time_after);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c202 #define PRINT_NAMED(type, name, value) \ macro
382 PRINT_NAMED(uint, "num vertex elements",
390 PRINT_NAMED(uint, "num stream output targets", dstate->num_so_targets);
414 PRINT_NAMED(uint, "min_samples", dstate->min_samples);
415 PRINT_NAMED(hex, "sample_mask", dstate->sample_mask);
952 PRINT_NAMED(ptr, "pipe", record->dctx->pipe);
953 PRINT_NAMED(ns, "time before (API call)", record->time_before);
954 PRINT_NAMED(ns, "time after (driver done)", record->time_after);

Completed in 6 milliseconds