HomeSort by relevance Sort by last modified time
    Searched refs:fragprog (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_fragtex.c 39 unsigned dirty = nv30->fragprog.dirty_samplers;
43 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit];
44 struct nv30_sampler_state *ss = nv30->fragprog.samplers[unit];
149 nv30->fragprog.dirty_samplers = 0;
160 nv30->fragprog.samplers[i] = hwcso[i];
161 nv30->fragprog.dirty_samplers |= (1 << i);
164 for (; i < nv30->fragprog.num_samplers; i++) {
165 nv30->fragprog.samplers[i] = NULL;
166 nv30->fragprog.dirty_samplers |= (1 << i);
169 nv30->fragprog.num_samplers = nr
    [all...]
nv30_fragprog.c 37 struct nv30_fragprog *fp = nv30->fragprog.program;
65 struct nv30_fragprog *fp = nv30->fragprog.program;
80 if (nv30->fragprog.constbuf) {
81 struct pipe_resource *constbuf = nv30->fragprog.constbuf;
100 * GPU that it should re-read the fragprog from VRAM... sigh.
102 if (nv30->state.fragprog != fp || upload) {
126 nv30->state.fragprog = fp;
160 nv30->fragprog.program = hwcso;
nv40_verttex.c 37 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit];
38 struct nv30_sampler_state *ss = nv30->fragprog.samplers[unit];
nv30_context.h 53 struct nv30_fragprog *fragprog; member in struct:nv30_context::__anon17440
96 } fragprog; member in struct:nv30_context
nv30_state_validate.c 340 struct nv30_fragprog *fp = nv30->fragprog.program;
353 struct nv30_fragprog *fp = nv30->fragprog.program;
444 if (!nv30->fragprog.program)
nv30_vertprog.c 58 struct nv30_fragprog *fp = nv30->fragprog.program;
nv30_draw.c 223 struct nv30_fragprog *fp = r->nv30->fragprog.program;
386 struct nv30_fragprog *fp = nv30->fragprog.program;
nv30_state.c 342 pipe_resource_reference(&nv30->fragprog.constbuf, buf);
343 nv30->fragprog.constbuf_nr = size;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_fragtex.c 39 unsigned dirty = nv30->fragprog.dirty_samplers;
43 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit];
44 struct nv30_sampler_state *ss = nv30->fragprog.samplers[unit];
149 nv30->fragprog.dirty_samplers = 0;
160 nv30->fragprog.samplers[i] = hwcso[i];
161 nv30->fragprog.dirty_samplers |= (1 << i);
164 for (; i < nv30->fragprog.num_samplers; i++) {
165 nv30->fragprog.samplers[i] = NULL;
166 nv30->fragprog.dirty_samplers |= (1 << i);
169 nv30->fragprog.num_samplers = nr
    [all...]
nv30_fragprog.c 37 struct nv30_fragprog *fp = nv30->fragprog.program;
65 struct nv30_fragprog *fp = nv30->fragprog.program;
80 if (nv30->fragprog.constbuf) {
81 struct pipe_resource *constbuf = nv30->fragprog.constbuf;
100 * GPU that it should re-read the fragprog from VRAM... sigh.
102 if (nv30->state.fragprog != fp || upload) {
126 nv30->state.fragprog = fp;
160 nv30->fragprog.program = hwcso;
nv40_verttex.c 37 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit];
38 struct nv30_sampler_state *ss = nv30->fragprog.samplers[unit];
nv30_context.h 53 struct nv30_fragprog *fragprog; member in struct:nv30_context::__anon30999
96 } fragprog; member in struct:nv30_context
nv30_state_validate.c 340 struct nv30_fragprog *fp = nv30->fragprog.program;
353 struct nv30_fragprog *fp = nv30->fragprog.program;
444 if (!nv30->fragprog.program)
nv30_vertprog.c 58 struct nv30_fragprog *fp = nv30->fragprog.program;
nv30_draw.c 223 struct nv30_fragprog *fp = r->nv30->fragprog.program;
386 struct nv30_fragprog *fp = nv30->fragprog.program;
nv30_state.c 342 pipe_resource_reference(&nv30->fragprog.constbuf, buf);
343 nv30->fragprog.constbuf_nr = size;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_context.h 116 struct nv50_program *fragprog; member in struct:nv50_context
nv50_shader_state.c 171 struct nv50_program *fp = nv50->fragprog;
219 struct nv50_program *fp = nv50->fragprog;
341 struct nv50_program *fp = nv50->fragprog;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_context.h 122 struct nvc0_program *fragprog; member in struct:nvc0_context
nvc0_shader_state.c 108 struct nvc0_program *fp = nvc0->fragprog;
nvc0_state_validate.c 437 rasterizer_discard = (!nvc0->fragprog || !nvc0->fragprog->hdr[18]) &&
471 if (!ctx_to->fragprog)
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h 116 struct nv50_program *fragprog; member in struct:nv50_context
nv50_shader_state.c 171 struct nv50_program *fp = nv50->fragprog;
219 struct nv50_program *fp = nv50->fragprog;
341 struct nv50_program *fp = nv50->fragprog;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h 122 struct nvc0_program *fragprog; member in struct:nvc0_context
nvc0_shader_state.c 108 struct nvc0_program *fp = nvc0->fragprog;

Completed in 2678 milliseconds

1 2