Searched refs:nr_insns (Results 1 – 10 of 10) sorted by relevance
41 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()
139 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 …]
89 unsigned nr_insns; member
59 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()
170 for (insn = 0; insn < c->nr_insns; insn++) in brw_wm_print_program()
121 for (insn = c->nr_insns-1; insn >= 0; insn--) { in brw_wm_pass1()
313 for (insn = 0; insn < c->nr_insns; insn++) { in brw_wm_pass2()
246 GLuint nr_insns; member
1835 const GLuint nr_insns = c->vp->program.Base.NumInstructions; in brw_old_vs_emit() local1852 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()
1666 for (insn = 0; insn < c->nr_insns; insn++) { in brw_wm_emit()