Searched refs:tex_ptr (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_debug.c67 unsigned tex_ptr; local in function:r500_dump_rs_block
86 tex_ptr = rs->ip[ip] & 0xffffff;
91 if ((tex_ptr & 0x3f) == 63) {
93 } else if ((tex_ptr & 0x3f) == 62) {
96 fprintf(stderr, "[%d]", tex_ptr & 0x3f);
H A Dr300_state_derived.c310 int i, col_count = 0, tex_count = 0, fp_offset = 0, count, loc = 0, tex_ptr = 0; local in function:r300_update_rs_block
405 rX00_rs_tex(&rs, tex_count, tex_ptr, SWIZ_XYZW);
407 tex_ptr += 4;
503 rX00_rs_tex(&rs, tex_count, tex_ptr,
520 tex_ptr += sprite_coord ? 2 : 4;
549 rX00_rs_tex(&rs, tex_count, tex_ptr, SWIZ_X001);
561 tex_ptr += 4;
587 rX00_rs_tex(&rs, tex_count, tex_ptr, SWIZ_XYZW);
596 tex_ptr += 4;
621 rs.count = MIN2(tex_ptr, 3
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_debug.c67 unsigned tex_ptr; local in function:r500_dump_rs_block
86 tex_ptr = rs->ip[ip] & 0xffffff;
91 if ((tex_ptr & 0x3f) == 63) {
93 } else if ((tex_ptr & 0x3f) == 62) {
96 fprintf(stderr, "[%d]", tex_ptr & 0x3f);
H A Dr300_state_derived.c310 int i, col_count = 0, tex_count = 0, fp_offset = 0, count, loc = 0, tex_ptr = 0; local in function:r300_update_rs_block
405 rX00_rs_tex(&rs, tex_count, tex_ptr, SWIZ_XYZW);
407 tex_ptr += 4;
503 rX00_rs_tex(&rs, tex_count, tex_ptr,
520 tex_ptr += sprite_coord ? 2 : 4;
549 rX00_rs_tex(&rs, tex_count, tex_ptr, SWIZ_X001);
561 tex_ptr += 4;
587 rX00_rs_tex(&rs, tex_count, tex_ptr, SWIZ_XYZW);
596 tex_ptr += 4;
621 rs.count = MIN2(tex_ptr, 3
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c1092 struct schedule_instruction * tex_ptr; local in function:emit_instruction
1106 for (tex_ptr = s->ReadyTEX; tex_ptr; tex_ptr = tex_ptr->NextReady) {
1107 if (tex_ptr->Instruction->U.I.Opcode == RC_OPCODE_KIL) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c1092 struct schedule_instruction * tex_ptr; local in function:emit_instruction
1106 for (tex_ptr = s->ReadyTEX; tex_ptr; tex_ptr = tex_ptr->NextReady) {
1107 if (tex_ptr->Instruction->U.I.Opcode == RC_OPCODE_KIL) {

Completed in 8 milliseconds