/external/mesa3d/src/gallium/drivers/nv30/ |
nv40_verttex.c | 33 unsigned dirty = nv30->vertprog.dirty_samplers; 47 nv30->vertprog.dirty_samplers = 0; 58 nv30->vertprog.samplers[i] = hwcso[i]; 59 nv30->vertprog.dirty_samplers |= (1 << i); 62 for (; i < nv30->vertprog.num_samplers; i++) { 63 nv30->vertprog.samplers[i] = NULL; 64 nv30->vertprog.dirty_samplers |= (1 << i); 67 nv30->vertprog.num_samplers = nr; 81 pipe_sampler_view_reference(&nv30->vertprog.textures[i], views[i]); 82 nv30->vertprog.dirty_samplers |= (1 << i) [all...] |
nv30_draw.c | 48 struct nouveau_heap *vertprog; member in struct:nv30_render 274 struct nv30_vertprog *vp = nv30->vertprog.program; 282 if (!r->vertprog) { 284 if (nouveau_heap_alloc(heap, 16, &r->vertprog, &r->vertprog)) { 290 if (nouveau_heap_alloc(heap, 16, &r->vertprog, &r->vertprog)) 324 PUSH_DATA (push, r->vertprog->start); 351 PUSH_DATA (push, r->vertprog->start); 392 struct nv30_vertprog *vp = nv30->vertprog.program [all...] |
nv30_vertprog.c | 57 struct nv30_vertprog *vp = nv30->vertprog.program; 172 struct nv04_resource *res = nv04_resource(nv30->vertprog.constbuf); 248 nv30->vertprog.program = hwcso;
|
nv30_context.h | 83 } vertprog; member in struct:nv30_context
|
nv30_state.c | 337 pipe_resource_reference(&nv30->vertprog.constbuf, buf); 338 nv30->vertprog.constbuf_nr = size;
|
nv30_state_validate.c | 442 if (!nv30->vertprog.program)
|
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_rasterizer.c | 62 const struct gl_vertex_program *vertProg = ctx->VertexProgram._Current; 194 if (vertProg) { 195 if (vertProg->Base.Id == 0) { 196 if (vertProg->Base.OutputsWritten & BITFIELD64_BIT(VERT_RESULT_PSIZ)) {
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_state_validate.c | 214 if (likely(vp == nv50->vertprog)) { 240 vp = nv50->vertprog; 311 if (!ctx_to->vertprog)
|
nv50_context.h | 114 struct nv50_program *vertprog; member in struct:nv50_context
|
nv50_shader_state.c | 150 struct nv50_program *vp = nv50->vertprog; 340 struct nv50_program *vp = nv50->gmtyprog ? nv50->gmtyprog : nv50->vertprog; 524 struct nv50_program *vp = nv50->vertprog; 556 so = nv50->gmtyprog ? nv50->gmtyprog->so : nv50->vertprog->so;
|
nv50_surface.c | 795 blit->saved.vp = nv50->vertprog; 799 nv50->vertprog = &blit->vp; 839 nv50->vertprog = blit->saved.vp;
|
nv50_vbo.c | 167 if (attr == nv50->vertprog->vp.edgeflag) {
|
nv50_state.c | 712 nv50->vertprog = hwcso; [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_push.c | 47 ctx->need_vertex_id = nvc0->vertprog->vp.need_vertex_id; 54 if (unlikely(nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS)) { 55 ve = &nvc0->vertex->element[nvc0->vertprog->vp.edgeflag].pipe;
|
nvc0_shader_state.c | 88 struct nvc0_program *vp = nvc0->vertprog; 222 tfb = nvc0->vertprog->tfb;
|
nvc0_state_validate.c | 278 if (likely(vp == nvc0->vertprog)) 304 vp = nvc0->vertprog; 469 if (!ctx_to->vertprog)
|
nvc0_vbo_translate.c | 48 nvc0->vertprog->vp.need_vertex_id && (nvc0->vertex->num_elements < 32); 51 ctx->edgeflag.enabled = nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS; 97 unsigned attr = nvc0->vertprog->vp.edgeflag;
|
nvc0_context.h | 118 struct nvc0_program *vertprog; member in struct:nvc0_context
|
nvc0_surface.c | 490 blit->vp.hdr[0] = 0x00020461; /* vertprog magic */ 862 blit->saved.vp = nvc0->vertprog; 868 nvc0->vertprog = &blit->vp; 916 nvc0->vertprog = blit->saved.vp; [all...] |
nvc0_state.c | 610 nvc0->vertprog = hwcso;
|
nvc0_vbo.c | 422 unlikely(nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS)) {
|
/external/mesa3d/src/mesa/main/ |
ffvertex_prog.c | 167 /* make sure the vertprog emits color and tex0 */ [all...] |