Home
last modified time | relevance | path

Searched refs:nr_insns (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_vertprog.c41 vp->nr_insns = 0; in nv30_vertprog_destroy()
92 if (nouveau_heap_alloc(heap, vp->nr_insns, &vp->exec, &vp->exec)) { in nv30_vertprog_validate()
93 while (heap->next && heap->size < vp->nr_insns) { in nv30_vertprog_validate()
98 if (nouveau_heap_alloc(heap, vp->nr_insns, &vp->exec, &vp->exec)) { in nv30_vertprog_validate()
197 for (i = 0; i < vp->nr_insns; i++) { in nv30_vertprog_validate()
Dnvfx_vertprog.c139 reloc.location = vp->nr_insns - 1; in emit_src()
299 vp->insns = realloc(vp->insns, ++vp->nr_insns * sizeof(*vpc->vpi)); in nvfx_vp_emit()
300 vpc->vpi = &vp->insns[vp->nr_insns - 1]; in nvfx_vp_emit()
709 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
721 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
737 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
760 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
769 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
778 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
788 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
[all …]
Dnv30_state.h89 unsigned nr_insns; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_pass0.c59 assert(c->nr_insns < BRW_WM_MAX_INSN); in get_instruction()
60 memset(&c->instruction[c->nr_insns], 0, sizeof(*c->instruction)); in get_instruction()
61 return &c->instruction[c->nr_insns++]; in get_instruction()
416 c->nr_insns = 0; in brw_wm_pass0()
Dbrw_wm_debug.c170 for (insn = 0; insn < c->nr_insns; insn++) in brw_wm_print_program()
Dbrw_wm_pass1.c121 for (insn = c->nr_insns-1; insn >= 0; insn--) { in brw_wm_pass1()
Dbrw_wm_pass2.c313 for (insn = 0; insn < c->nr_insns; insn++) { in brw_wm_pass2()
Dbrw_wm.h246 GLuint nr_insns; member
Dbrw_vs_emit.c1835 const GLuint nr_insns = c->vp->program.Base.NumInstructions; in brw_old_vs_emit() local
1852 for (insn = 0; insn < nr_insns; insn++) { in brw_old_vs_emit()
1874 for (insn = 0; insn < nr_insns; insn++) { in brw_old_vs_emit()
Dbrw_wm_emit.c1666 for (insn = 0; insn < c->nr_insns; insn++) { in brw_wm_emit()