Searched refs:RC_DBG_LOG (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_fragprog.c145 {"dump machine code", 0, is_r500 && (c->Base.Debug & RC_DBG_LOG), r500FragmentProgramDump, NULL},
146 {"dump machine code", 0, !is_r500 && (c->Base.Debug & RC_DBG_LOG), r300FragmentProgramDump, NULL},
H A Dradeon_compiler.h31 #define RC_DBG_LOG (1 << 0) macro
H A Dradeon_remove_constants.c149 if (c->Debug & RC_DBG_LOG)
H A Dradeon_compiler.c58 if (!(c->Debug & RC_DBG_LOG))
92 if (c->Debug & RC_DBG_LOG) {
470 if ((c->Debug & RC_DBG_LOG) && list[i].dump) {
486 if (c->Debug & RC_DBG_LOG) {
H A Dradeon_dataflow_swizzles.c446 if (c->Debug & RC_DBG_LOG)
H A Dr3xx_vertprog.c920 {"dump machine code", 0, c->Base.Debug & RC_DBG_LOG, r300_vertex_program_dump, NULL},
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_fragprog.c144 {"dump machine code", 0, is_r500 && (c->Base.Debug & RC_DBG_LOG), r500FragmentProgramDump, NULL},
145 {"dump machine code", 0, !is_r500 && (c->Base.Debug & RC_DBG_LOG), r300FragmentProgramDump, NULL},
H A Dradeon_compiler.h31 #define RC_DBG_LOG (1 << 0) macro
H A Dradeon_remove_constants.c149 if (c->Debug & RC_DBG_LOG)
H A Dradeon_compiler.c58 if (!(c->Debug & RC_DBG_LOG))
92 if (c->Debug & RC_DBG_LOG) {
470 if ((c->Debug & RC_DBG_LOG) && list[i].dump) {
486 if (c->Debug & RC_DBG_LOG) {
H A Dradeon_dataflow_swizzles.c446 if (c->Debug & RC_DBG_LOG)
H A Dr3xx_vertprog.c936 {"dump machine code", 0, c->Base.Debug & RC_DBG_LOG, r300_vertex_program_dump, NULL},
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_vs.c216 DBG_ON(r300, DBG_VP) ? compiler.Base.Debug |= RC_DBG_LOG : 0;
229 if (compiler.Base.Debug & RC_DBG_LOG) {
H A Dr300_fs.c433 DBG_ON(r300, DBG_FP) ? compiler.Base.Debug |= RC_DBG_LOG : 0;
459 if (compiler.Base.Debug & RC_DBG_LOG) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_vs.c216 DBG_ON(r300, DBG_VP) ? compiler.Base.Debug |= RC_DBG_LOG : 0;
229 if (compiler.Base.Debug & RC_DBG_LOG) {
H A Dr300_fs.c433 DBG_ON(r300, DBG_FP) ? compiler.Base.Debug |= RC_DBG_LOG : 0;
459 if (compiler.Base.Debug & RC_DBG_LOG) {

Completed in 24 milliseconds