Home
last modified time | relevance | path

Searched refs:nr_consts (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vertprog.c49 vp->nr_consts = 0; in nv30_vertprog_destroy()
131 if (vp->nr_consts && !vp->data) { in nv30_vertprog_validate()
137 if (nouveau_heap_alloc(heap, vp->nr_consts, vp, &vp->data)) { in nv30_vertprog_validate()
138 while (heap->next && heap->size < vp->nr_consts) { in nv30_vertprog_validate()
143 if (nouveau_heap_alloc(heap, vp->nr_consts, vp, &vp->data)) { in nv30_vertprog_validate()
173 if (vp->nr_consts) { in nv30_vertprog_validate()
176 for (i = 0; i < vp->nr_consts; i++) { in nv30_vertprog_validate()
Dnv30_state.h95 unsigned nr_consts; member
121 unsigned nr_consts; member
Dnv30_fragprog.c89 for (i = 0; i < fp->nr_consts; i++) { in nv30_fragprog_validate()
Dnvfx_vertprog.c99 for (idx = 0; idx < vp->nr_consts; idx++) { in constant()
105 idx = vp->nr_consts++; in constant()
106 vp->consts = realloc(vp->consts, sizeof(*vpd) * vp->nr_consts); in constant()
968 vp->nr_consts = 0; in _nvfx_vertprog_translate()
Dnvfx_fragprog.c131 fp->consts = realloc(fp->consts, ++fp->nr_consts * in emit_src()
133 fpd = &fp->consts[fp->nr_consts - 1]; in emit_src()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear.c96 int nr_consts = info->base.file_max[TGSI_FILE_CONSTANT]+1; in lp_fs_linear_run() local
113 for (i = 0; i < nr_consts; i++) { in lp_fs_linear_run()