Searched refs:nr_verts (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_clip.h62 struct brw_reg nr_verts; member in struct:brw_clip_compile::__anon320cc4c60108
126 GLuint nr_verts );
H A Dbrw_clip_tri.c45 GLuint nr_verts )
66 for (j = 0; j < nr_verts; j++) {
71 if (c->vue_map.num_slots % 2 && nr_verts > 0) {
84 c->reg.nr_verts = retype(brw_vec1_grf(i, 2), BRW_REGISTER_TYPE_UD);
169 brw_MOV(p, c->reg.nr_verts, brw_imm_ud(3));
305 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts);
306 brw_MOV(p, c->reg.nr_verts, brw_imm_ud(0));
340 * nr_verts++;
345 brw_ADD(p, c->reg.nr_verts, c->reg.nr_verts, brw_imm_u
44 brw_clip_tri_alloc_regs(struct brw_clip_compile * c,GLuint nr_verts) argument
[all...]
H A Dbrw_compile_sf.c61 GLuint nr_verts; member in struct:brw_sf_compile
169 switch (c->nr_verts) {
305 for (i = 0; i < c->nr_verts; i++) {
338 for (i = 0; i < c->nr_verts; i++)
447 c->nr_verts = 3;
536 c->nr_verts = 2;
608 c->nr_verts = 1;
700 c->nr_verts = 1;
762 c->nr_verts = 3;
840 c.nr_verts
[all...]
H A Dbrw_clip_unfilled.c293 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts);
310 /* v1ptr = &inlist[nr_verts]
313 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts);
315 brw_ADD(p, get_addr_reg(v1ptr), get_addr_reg(v0ptr), retype(c->reg.nr_verts, BRW_REGISTER_TYPE_UW));
316 brw_ADD(p, get_addr_reg(v1ptr), get_addr_reg(v1ptr), retype(c->reg.nr_verts, BRW_REGISTER_TYPE_UW));
359 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts);
463 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_L, c->reg.nr_verts, brw_imm_d(3));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_clip.h62 struct brw_reg nr_verts; member in struct:brw_clip_compile::__anon95b28a790108
126 GLuint nr_verts );
H A Dbrw_clip_tri.c45 GLuint nr_verts )
66 for (j = 0; j < nr_verts; j++) {
71 if (c->vue_map.num_slots % 2 && nr_verts > 0) {
84 c->reg.nr_verts = retype(brw_vec1_grf(i, 2), BRW_REGISTER_TYPE_UD);
169 brw_MOV(p, c->reg.nr_verts, brw_imm_ud(3));
305 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts);
306 brw_MOV(p, c->reg.nr_verts, brw_imm_ud(0));
340 * nr_verts++;
345 brw_ADD(p, c->reg.nr_verts, c->reg.nr_verts, brw_imm_u
44 brw_clip_tri_alloc_regs(struct brw_clip_compile * c,GLuint nr_verts) argument
[all...]
H A Dbrw_compile_sf.c61 GLuint nr_verts; member in struct:brw_sf_compile
169 switch (c->nr_verts) {
305 for (i = 0; i < c->nr_verts; i++) {
338 for (i = 0; i < c->nr_verts; i++)
447 c->nr_verts = 3;
536 c->nr_verts = 2;
608 c->nr_verts = 1;
700 c->nr_verts = 1;
762 c->nr_verts = 3;
840 c.nr_verts
[all...]
H A Dbrw_clip_unfilled.c293 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts);
310 /* v1ptr = &inlist[nr_verts]
313 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts);
315 brw_ADD(p, get_addr_reg(v1ptr), get_addr_reg(v0ptr), retype(c->reg.nr_verts, BRW_REGISTER_TYPE_UW));
316 brw_ADD(p, get_addr_reg(v1ptr), get_addr_reg(v1ptr), retype(c->reg.nr_verts, BRW_REGISTER_TYPE_UW));
359 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts);
463 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_L, c->reg.nr_verts, brw_imm_d(3));
H A Dbrw_compile_ff_gs.c82 GLuint nr_verts,
97 for (j = 0; j < nr_verts; j++) {
81 brw_ff_gs_alloc_regs(struct brw_ff_gs_compile * c,GLuint nr_verts,bool sol_program) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_ff_gs_emit.c54 GLuint nr_verts,
69 for (j = 0; j < nr_verts; j++) {
53 brw_ff_gs_alloc_regs(struct brw_ff_gs_compile * c,GLuint nr_verts,bool sol_program) argument

Completed in 9 milliseconds