Searched refs:outlist (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_cliptmp.h | 45 outlist[outcount++] = idxPrev; \ 63 outlist[outcount++] = newvert++; \ 75 inlist = outlist; \ 76 outlist = tmp; \ 195 GLuint *inlist = vlist[0], *outlist = vlist[1]; local in function:TAG 274 GLuint *inlist = vlist[0], *outlist = vlist[1]; local in function:TAG
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_cliptmp.h | 45 outlist[outcount++] = idxPrev; \ 63 outlist[outcount++] = newvert++; \ 75 inlist = outlist; \ 76 outlist = tmp; \ 195 GLuint *inlist = vlist[0], *outlist = vlist[1]; local in function:TAG 274 GLuint *inlist = vlist[0], *outlist = vlist[1]; local in function:TAG
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_clip.h | 66 struct brw_reg outlist; member in struct:brw_clip_compile::__anon320cc4c60108
|
| H A D | brw_clip_tri.c | 96 c->reg.outlist = brw_uw16_reg(BRW_GENERAL_REGISTER_FILE, i, 0); 168 brw_MOV(p, brw_vec8_grf(c->reg.outlist.nr, 0), brw_imm_f(0)); 273 brw_MOV(p, get_addr_reg(outlist_ptr), brw_address(c->reg.outlist)); 408 /* vtxPrev = *(outlist_ptr-1) OR: outlist[nr_verts-1] 409 * inlist = outlist 411 * outlist_ptr = &outlist[0] 415 brw_MOV(p, brw_vec8_grf(c->reg.inlist.nr, 0), brw_vec8_grf(c->reg.outlist.nr, 0)); 417 brw_MOV(p, get_addr_reg(outlist_ptr), brw_address(c->reg.outlist));
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_clip.h | 66 struct brw_reg outlist; member in struct:brw_clip_compile::__anon95b28a790108
|
| H A D | brw_clip_tri.c | 96 c->reg.outlist = brw_uw16_reg(BRW_GENERAL_REGISTER_FILE, i, 0); 168 brw_MOV(p, brw_vec8_grf(c->reg.outlist.nr, 0), brw_imm_f(0)); 273 brw_MOV(p, get_addr_reg(outlist_ptr), brw_address(c->reg.outlist)); 408 /* vtxPrev = *(outlist_ptr-1) OR: outlist[nr_verts-1] 409 * inlist = outlist 411 * outlist_ptr = &outlist[0] 415 brw_MOV(p, brw_vec8_grf(c->reg.inlist.nr, 0), brw_vec8_grf(c->reg.outlist.nr, 0)); 417 brw_MOV(p, get_addr_reg(outlist_ptr), brw_address(c->reg.outlist));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_clip.c | 354 struct vertex_header **outlist = b; local in function:do_clip_tri 450 outlist[outcount++] = vert_prev; 470 outlist[outcount++] = new_vert; 515 inlist = outlist; 516 outlist = tmp;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_clip.c | 354 struct vertex_header **outlist = b; local in function:do_clip_tri 450 outlist[outcount++] = vert_prev; 470 outlist[outcount++] = new_vert; 526 inlist = outlist; 527 outlist = tmp;
|
Completed in 8 milliseconds