Searched refs:nr_verts (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_clip_tri.c | 46 GLuint nr_verts ) in brw_clip_tri_alloc_regs() argument 67 for (j = 0; j < nr_verts; j++) { in brw_clip_tri_alloc_regs() 72 if (c->vue_map.num_slots % 2 && nr_verts > 0) { in brw_clip_tri_alloc_regs() 85 c->reg.nr_verts = retype(brw_vec1_grf(i, 2), BRW_REGISTER_TYPE_UD); in brw_clip_tri_alloc_regs() 170 brw_MOV(p, c->reg.nr_verts, brw_imm_ud(3)); in brw_clip_tri_init_vertices() 306 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts); in brw_clip_tri() 307 brw_MOV(p, c->reg.nr_verts, brw_imm_ud(0)); in brw_clip_tri() 346 brw_ADD(p, c->reg.nr_verts, c->reg.nr_verts, brw_imm_ud(1)); in brw_clip_tri() 359 brw_ADD(p, c->reg.nr_verts, c->reg.nr_verts, brw_imm_ud(1)); in brw_clip_tri() 388 brw_ADD(p, c->reg.nr_verts, c->reg.nr_verts, brw_imm_ud(1)); in brw_clip_tri() [all …]
|
D | brw_compile_sf.c | 62 GLuint nr_verts; member 170 switch (c->nr_verts) { in do_twoside_color() 306 for (i = 0; i < c->nr_verts; i++) { in alloc_regs() 339 for (i = 0; i < c->nr_verts; i++) in copy_z_inv_w() 448 c->nr_verts = 3; in brw_emit_tri_setup() 537 c->nr_verts = 2; in brw_emit_line_setup() 609 c->nr_verts = 1; in brw_emit_point_sprite_setup() 701 c->nr_verts = 1; in brw_emit_point_setup() 763 c->nr_verts = 3; in brw_emit_anyprim_setup() 841 c.nr_verts = 3; in brw_compile_sf() [all …]
|
D | brw_clip_unfilled.c | 294 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts); in emit_lines() 314 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts); in emit_lines() 316 …brw_ADD(p, get_addr_reg(v1ptr), get_addr_reg(v0ptr), retype(c->reg.nr_verts, BRW_REGISTER_TYPE_UW)… in emit_lines() 317 …brw_ADD(p, get_addr_reg(v1ptr), get_addr_reg(v1ptr), retype(c->reg.nr_verts, BRW_REGISTER_TYPE_UW)… in emit_lines() 360 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts); in emit_points() 464 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_L, c->reg.nr_verts, brw_imm_d(3)); in check_nr_verts()
|
D | brw_clip.h | 62 struct brw_reg nr_verts; member 126 GLuint nr_verts );
|
D | brw_compile_ff_gs.c | 83 GLuint nr_verts, in brw_ff_gs_alloc_regs() argument 98 for (j = 0; j < nr_verts; j++) { in brw_ff_gs_alloc_regs()
|