Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c142 reloc.location = vp->nr_insns - 1; in emit_src()
301 vp->insns = realloc(vp->insns, ++vp->nr_insns * sizeof(*vpc->vpi)); in nvfx_vp_emit()
302 vpc->vpi = &vp->insns[vp->nr_insns - 1]; in nvfx_vp_emit()
691 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
702 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
718 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
741 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
750 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
759 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
769 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
[all …]
Dnv30_vertprog.c43 vp->nr_insns = 0; in nv30_vertprog_destroy()
94 if (nouveau_heap_alloc(heap, vp->nr_insns, &vp->exec, &vp->exec)) { in nv30_vertprog_validate()
95 while (heap->next && heap->size < vp->nr_insns) { in nv30_vertprog_validate()
100 if (nouveau_heap_alloc(heap, vp->nr_insns, &vp->exec, &vp->exec)) { in nv30_vertprog_validate()
199 for (i = 0; i < vp->nr_insns; i++) { in nv30_vertprog_validate()
Dnv30_state.h91 unsigned nr_insns; member
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_compiler.c59 *size = vp.nr_insns * 16; in nv30_vp()