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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_debug.c65 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);
H A Dr300_state_derived.c318 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, 3
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_debug.c65 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);
H A Dr300_state_derived.c318 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, 3
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c1092 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) {
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c1092 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) {

Completed in 750 milliseconds