| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv40_verttex.c | 33 unsigned dirty = nv30->vertprog.dirty_samplers; 48 nv30->vertprog.dirty_samplers = 0; 59 nv30->vertprog.samplers[i] = hwcso[i]; 60 nv30->vertprog.dirty_samplers |= (1 << i); 63 for (; i < nv30->vertprog.num_samplers; i++) { 64 nv30->vertprog.samplers[i] = NULL; 65 nv30->vertprog.dirty_samplers |= (1 << i); 68 nv30->vertprog.num_samplers = nr; 84 pipe_sampler_view_reference(&nv30->vertprog.textures[i], NULL); 85 nv30->vertprog [all...] |
| H A D | nv30_draw.c | 48 struct nouveau_heap *vertprog; member in struct:nv30_render 285 struct nv30_vertprog *vp = nv30->vertprog.program; 293 if (!r->vertprog) { 295 if (nouveau_heap_alloc(heap, 16, &r->vertprog, &r->vertprog)) { 301 if (nouveau_heap_alloc(heap, 16, &r->vertprog, &r->vertprog)) 335 PUSH_DATA (push, r->vertprog->start); 365 PUSH_DATA (push, r->vertprog->start); 408 struct nv30_vertprog *vp = nv30->vertprog [all...] |
| H A D | nv30_context.c | 137 for (i = 0; i < nv30->vertprog.num_textures; ++i) { 138 if (nv30->vertprog.textures[i] && 139 nv30->vertprog.textures[i]->texture == res) {
|
| H A D | nv30_vertprog.c | 59 struct nv30_vertprog *vp = nv30->vertprog.program; 174 struct nv04_resource *res = nv04_resource(nv30->vertprog.constbuf); 254 nv30->vertprog.program = hwcso;
|
| H A D | nv30_context.h | 86 } vertprog; member in struct:nv30_context
|
| H A D | nv30_state.c | 350 pipe_resource_reference(&nv30->vertprog.constbuf, NULL); 351 nv30->vertprog.constbuf = buf; 353 pipe_resource_reference(&nv30->vertprog.constbuf, buf); 355 nv30->vertprog.constbuf_nr = size;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv40_verttex.c | 33 unsigned dirty = nv30->vertprog.dirty_samplers; 48 nv30->vertprog.dirty_samplers = 0; 59 nv30->vertprog.samplers[i] = hwcso[i]; 60 nv30->vertprog.dirty_samplers |= (1 << i); 63 for (; i < nv30->vertprog.num_samplers; i++) { 64 nv30->vertprog.samplers[i] = NULL; 65 nv30->vertprog.dirty_samplers |= (1 << i); 68 nv30->vertprog.num_samplers = nr; 82 pipe_sampler_view_reference(&nv30->vertprog.textures[i], views[i]); 83 nv30->vertprog [all...] |
| H A D | nv30_draw.c | 48 struct nouveau_heap *vertprog; member in struct:nv30_render 285 struct nv30_vertprog *vp = nv30->vertprog.program; 293 if (!r->vertprog) { 295 if (nouveau_heap_alloc(heap, 16, &r->vertprog, &r->vertprog)) { 301 if (nouveau_heap_alloc(heap, 16, &r->vertprog, &r->vertprog)) 335 PUSH_DATA (push, r->vertprog->start); 365 PUSH_DATA (push, r->vertprog->start); 406 struct nv30_vertprog *vp = nv30->vertprog [all...] |
| H A D | nv30_context.c | 137 for (i = 0; i < nv30->vertprog.num_textures; ++i) { 138 if (nv30->vertprog.textures[i] && 139 nv30->vertprog.textures[i]->texture == res) {
|
| H A D | nv30_vertprog.c | 59 struct nv30_vertprog *vp = nv30->vertprog.program; 174 struct nv04_resource *res = nv04_resource(nv30->vertprog.constbuf); 254 nv30->vertprog.program = hwcso;
|
| H A D | nv30_context.h | 86 } vertprog; member in struct:nv30_context
|
| H A D | nv30_state.c | 348 pipe_resource_reference(&nv30->vertprog.constbuf, buf); 349 nv30->vertprog.constbuf_nr = size;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_shader_state.c | 71 struct nvc0_program *vp = nvc0->vertprog; 266 last = nvc0->vertprog; 286 tfb = nvc0->vertprog->tfb;
|
| H A D | nvc0_vbo_translate.c | 51 nvc0->vertprog->vp.need_vertex_id && (nvc0->vertex->num_elements < 32); 54 ctx->edgeflag.enabled = nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS; 106 unsigned attr = nvc0->vertprog->vp.edgeflag; 529 if (nvc0->vertprog->vp.need_draw_parameters) {
|
| H A D | nvc0_context.h | 198 struct nvc0_program *vertprog; member in struct:nvc0_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_shader_state.c | 88 struct nvc0_program *vp = nvc0->vertprog; 292 last = nvc0->vertprog; 318 tfb = nvc0->vertprog->tfb;
|
| H A D | nvc0_vbo_translate.c | 52 nvc0->vertprog->vp.need_vertex_id && (nvc0->vertex->num_elements < 32); 55 ctx->edgeflag.enabled = nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS; 107 unsigned attr = nvc0->vertprog->vp.edgeflag; 537 if (nvc0->vertprog->vp.need_draw_parameters) {
|
| H A D | nvc0_context.h | 199 struct nvc0_program *vertprog; member in struct:nvc0_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_vbo.c | 174 if (attr == nv50->vertprog->vp.edgeflag) { 851 if (nv50->vertprog->mul_zero_wins != nv50->state.mul_zero_wins) { 852 nv50->state.mul_zero_wins = nv50->vertprog->mul_zero_wins; 861 nv50->vertprog->pipe.stream_output.num_outputs) { 865 nv50->vertprog->pipe.stream_output.stride[i] * 4;
|
| H A D | nv50_context.h | 160 struct nv50_program *vertprog; member in struct:nv50_context
|
| H A D | nv50_shader_state.c | 158 struct nv50_program *vp = nv50->vertprog; 428 struct nv50_program *vp = nv50->gmtyprog ? nv50->gmtyprog : nv50->vertprog; 638 struct nv50_program *vp = nv50->vertprog; 671 so = nv50->gmtyprog ? nv50->gmtyprog->so : nv50->vertprog->so;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_context.h | 133 struct nv50_program *vertprog; member in struct:nv50_context
|
| H A D | nv50_shader_state.c | 153 struct nv50_program *vp = nv50->vertprog; 423 struct nv50_program *vp = nv50->gmtyprog ? nv50->gmtyprog : nv50->vertprog; 633 struct nv50_program *vp = nv50->vertprog; 666 so = nv50->gmtyprog ? nv50->gmtyprog->so : nv50->vertprog->so;
|
| H A D | nv50_state_validate.c | 323 if (likely(vp == nv50->vertprog)) { 366 vp = nv50->vertprog; 470 if (!ctx_to->vertprog)
|
| H A D | nv50_vbo.c | 182 if (attr == nv50->vertprog->vp.edgeflag) { 832 if (nv50->vertprog->mul_zero_wins != nv50->state.mul_zero_wins) { 833 nv50->state.mul_zero_wins = nv50->vertprog->mul_zero_wins;
|