Searched refs:vertprog (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv40_verttex.c33 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
[all...]
H A Dnv30_draw.c48 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
[all...]
H A Dnv30_vertprog.c57 struct nv30_vertprog *vp = nv30->vertprog.program;
172 struct nv04_resource *res = nv04_resource(nv30->vertprog.constbuf);
248 nv30->vertprog.program = hwcso;
H A Dnv30_context.h83 } vertprog; member in struct:nv30_context
H A Dnv30_state.c337 pipe_resource_reference(&nv30->vertprog.constbuf, buf);
338 nv30->vertprog.constbuf_nr = size;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv40_verttex.c33 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
[all...]
H A Dnv30_draw.c48 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
[all...]
H A Dnv30_vertprog.c57 struct nv30_vertprog *vp = nv30->vertprog.program;
172 struct nv04_resource *res = nv04_resource(nv30->vertprog.constbuf);
248 nv30->vertprog.program = hwcso;
H A Dnv30_context.h83 } vertprog; member in struct:nv30_context
H A Dnv30_state.c337 pipe_resource_reference(&nv30->vertprog.constbuf, buf);
338 nv30->vertprog.constbuf_nr = size;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_push.c47 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;
H A Dnvc0_shader_state.c88 struct nvc0_program *vp = nvc0->vertprog;
222 tfb = nvc0->vertprog->tfb;
H A Dnvc0_context.h118 struct nvc0_program *vertprog; member in struct:nvc0_context
H A Dnvc0_state_validate.c278 if (likely(vp == nvc0->vertprog))
304 vp = nvc0->vertprog;
469 if (!ctx_to->vertprog)
H A Dnvc0_vbo_translate.c48 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;
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_push.c47 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;
H A Dnvc0_shader_state.c88 struct nvc0_program *vp = nvc0->vertprog;
222 tfb = nvc0->vertprog->tfb;
H A Dnvc0_context.h118 struct nvc0_program *vertprog; member in struct:nvc0_context
H A Dnvc0_state_validate.c278 if (likely(vp == nvc0->vertprog))
304 vp = nvc0->vertprog;
469 if (!ctx_to->vertprog)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_state_validate.c214 if (likely(vp == nv50->vertprog)) {
240 vp = nv50->vertprog;
311 if (!ctx_to->vertprog)
H A Dnv50_context.h114 struct nv50_program *vertprog; member in struct:nv50_context
H A Dnv50_shader_state.c150 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;
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_state_validate.c214 if (likely(vp == nv50->vertprog)) {
240 vp = nv50->vertprog;
311 if (!ctx_to->vertprog)
H A Dnv50_context.h114 struct nv50_program *vertprog; member in struct:nv50_context
H A Dnv50_shader_state.c150 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;

Completed in 254 milliseconds

12