OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loopcount
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_unfilled.c
284
brw_MOV(p, c->reg.
loopcount
, c->reg.nr_verts);
295
brw_ADD(p, c->reg.
loopcount
, c->reg.
loopcount
, brw_imm_d(-1));
303
brw_MOV(p, c->reg.
loopcount
, c->reg.nr_verts);
333
brw_ADD(p, c->reg.
loopcount
, c->reg.
loopcount
, brw_imm_d(-1));
348
brw_MOV(p, c->reg.
loopcount
, c->reg.nr_verts);
375
brw_ADD(p, c->reg.
loopcount
, c->reg.
loopcount
, brw_imm_d(-1));
brw_clip_tri.c
89
c->reg.
loopcount
= retype(brw_vec1_grf(i, 1), BRW_REGISTER_TYPE_D);
139
struct brw_reg tmp0 = c->reg.
loopcount
; /* handy temporary */
179
struct brw_reg tmp0 = c->reg.
loopcount
; /* handy temporary */
264
brw_MOV(p, c->reg.
loopcount
, c->reg.nr_verts);
360
/* while (--
loopcount
!= 0)
363
brw_ADD(p, c->reg.
loopcount
, c->reg.
loopcount
, brw_imm_d(-1));
406
/* for (
loopcount
= nr_verts-2;
loopcount
> 0;
loopcount
--
[
all
...]
brw_clip.h
87
struct brw_reg
loopcount
;
member in struct:brw_clip_compile::__anon19581
Completed in 199 milliseconds