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 D | r3xx_fragprog.c | 145 {"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 D | radeon_compiler.h | 31 #define RC_DBG_LOG (1 << 0) macro
|
| H A D | radeon_remove_constants.c | 149 if (c->Debug & RC_DBG_LOG)
|
| H A D | radeon_compiler.c | 58 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 D | radeon_dataflow_swizzles.c | 446 if (c->Debug & RC_DBG_LOG)
|
| H A D | r3xx_vertprog.c | 920 {"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 D | r3xx_fragprog.c | 144 {"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 D | radeon_compiler.h | 31 #define RC_DBG_LOG (1 << 0) macro
|
| H A D | radeon_remove_constants.c | 149 if (c->Debug & RC_DBG_LOG)
|
| H A D | radeon_compiler.c | 58 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 D | radeon_dataflow_swizzles.c | 446 if (c->Debug & RC_DBG_LOG)
|
| H A D | r3xx_vertprog.c | 936 {"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 D | r300_vs.c | 216 DBG_ON(r300, DBG_VP) ? compiler.Base.Debug |= RC_DBG_LOG : 0; 229 if (compiler.Base.Debug & RC_DBG_LOG) {
|
| H A D | r300_fs.c | 433 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 D | r300_vs.c | 216 DBG_ON(r300, DBG_VP) ? compiler.Base.Debug |= RC_DBG_LOG : 0; 229 if (compiler.Base.Debug & RC_DBG_LOG) {
|
| H A D | r300_fs.c | 433 DBG_ON(r300, DBG_FP) ? compiler.Base.Debug |= RC_DBG_LOG : 0; 459 if (compiler.Base.Debug & RC_DBG_LOG) {
|
Completed in 24 milliseconds