/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_debug.c | 65 unsigned tex_ptr; local 84 tex_ptr = rs->ip[ip] & 0xffffff; 89 if ((tex_ptr & 0x3f) == 63) { 91 } else if ((tex_ptr & 0x3f) == 62) { 94 fprintf(stderr, "[%d]", tex_ptr & 0x3f);
|
r300_state_derived.c | 318 int i, col_count = 0, tex_count = 0, fp_offset = 0, count, loc = 0, tex_ptr = 0; local 412 rX00_rs_tex(&rs, tex_count, tex_ptr, SWIZ_XYZW); 414 tex_ptr += 4; 458 rX00_rs_tex(&rs, tex_count, tex_ptr, 475 tex_ptr += sprite_coord ? 2 : 4; 504 rX00_rs_tex(&rs, tex_count, tex_ptr, SWIZ_X001); 516 tex_ptr += 4; 542 rX00_rs_tex(&rs, tex_count, tex_ptr, SWIZ_XYZW); 551 tex_ptr += 4; 576 rs.count = MIN2(tex_ptr, 32) | (col_count << R300_IC_COUNT_SHIFT) [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_debug.c | 65 unsigned tex_ptr; local 84 tex_ptr = rs->ip[ip] & 0xffffff; 89 if ((tex_ptr & 0x3f) == 63) { 91 } else if ((tex_ptr & 0x3f) == 62) { 94 fprintf(stderr, "[%d]", tex_ptr & 0x3f);
|
r300_state_derived.c | 318 int i, col_count = 0, tex_count = 0, fp_offset = 0, count, loc = 0, tex_ptr = 0; local 412 rX00_rs_tex(&rs, tex_count, tex_ptr, SWIZ_XYZW); 414 tex_ptr += 4; 458 rX00_rs_tex(&rs, tex_count, tex_ptr, 475 tex_ptr += sprite_coord ? 2 : 4; 504 rX00_rs_tex(&rs, tex_count, tex_ptr, SWIZ_X001); 516 tex_ptr += 4; 542 rX00_rs_tex(&rs, tex_count, tex_ptr, SWIZ_XYZW); 551 tex_ptr += 4; 576 rs.count = MIN2(tex_ptr, 32) | (col_count << R300_IC_COUNT_SHIFT) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_pair_schedule.c | 1092 struct schedule_instruction * tex_ptr; local 1106 for (tex_ptr = s->ReadyTEX; tex_ptr; tex_ptr = tex_ptr->NextReady) { 1107 if (tex_ptr->Instruction->U.I.Opcode == RC_OPCODE_KIL) { [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_pair_schedule.c | 1092 struct schedule_instruction * tex_ptr; local 1106 for (tex_ptr = s->ReadyTEX; tex_ptr; tex_ptr = tex_ptr->NextReady) { 1107 if (tex_ptr->Instruction->U.I.Opcode == RC_OPCODE_KIL) { [all...] |