HomeSort by relevance Sort by last modified time
    Searched refs:softpipe (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_sampler.c 79 struct softpipe_context *softpipe = softpipe_context(pipe); local
83 assert(start + num <= Elements(softpipe->samplers[shader]));
86 if (start + num <= softpipe->num_samplers[shader] &&
87 !memcmp(softpipe->samplers[shader] + start, samplers,
92 draw_flush(softpipe->draw);
96 softpipe->samplers[shader][start + i] = samplers[i];
101 unsigned j = MAX2(softpipe->num_samplers[shader], start + num);
102 while (j > 0 && softpipe->samplers[shader][j - 1] == NULL)
104 softpipe->num_samplers[shader] = j;
108 draw_set_samplers(softpipe->draw
180 struct softpipe_context *softpipe = softpipe_context(pipe); local
    [all...]
sp_query.c 85 struct softpipe_context *softpipe = softpipe_context( pipe ); local
90 sq->start = softpipe->occlusion_count;
100 softpipe->so_stats.num_primitives_written = 0;
104 softpipe->num_primitives_generated = 0;
113 softpipe->active_query_count++;
114 softpipe->dirty |= SP_NEW_QUERY;
121 struct softpipe_context *softpipe = softpipe_context( pipe ); local
124 softpipe->active_query_count--;
127 sq->end = softpipe->occlusion_count;
138 softpipe->so_stats.primitives_storage_needed
    [all...]
sp_quad_stipple.c 23 struct softpipe_context *softpipe = qs->softpipe; local
34 const uint stipple0 = softpipe->poly_stipple.stipple[y0 % 32];
35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32];
71 sp_quad_polygon_stipple_stage( struct softpipe_context *softpipe )
75 stage->softpipe = softpipe;
sp_fs.h 36 softpipe_create_fs_variant_exec(struct softpipe_context *softpipe,
sp_state_so.c 68 struct softpipe_context *softpipe = softpipe_context(pipe); local
72 pipe_so_target_reference((struct pipe_stream_output_target **)&softpipe->so_targets[i], targets[i]);
75 for (; i < softpipe->num_so_targets; i++) {
76 pipe_so_target_reference((struct pipe_stream_output_target **)&softpipe->so_targets[i], NULL);
79 softpipe->num_so_targets = num_targets;
sp_setup.h 49 struct setup_context *sp_setup_create_context( struct softpipe_context *softpipe );
sp_state.h 156 softpipe_update_derived(struct softpipe_context *softpipe, unsigned prim);
176 softpipe_get_vertex_info(struct softpipe_context *softpipe);
179 softpipe_get_vbuf_vertex_info(struct softpipe_context *softpipe);
183 softpipe_find_fs_variant(struct softpipe_context *softpipe,
189 softpipe_find_fs_variant(struct softpipe_context *softpipe,
sp_quad_depth_test.c 528 struct softpipe_context *softpipe = qs->softpipe; local
532 switch (softpipe->depth_stencil->depth.func) {
590 if (softpipe->depth_stencil->depth.writemask) {
612 struct softpipe_context *softpipe = qs->softpipe; local
617 if (!softpipe->depth_stencil->stencil[1].enabled) {
627 func = softpipe->depth_stencil->stencil[face].func;
628 failOp = softpipe->depth_stencil->stencil[face].fail_op;
629 zFailOp = softpipe->depth_stencil->stencil[face].zfail_op
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_query.c 85 struct softpipe_context *softpipe = softpipe_context( pipe ); local
90 sq->start = softpipe->occlusion_count;
100 softpipe->so_stats.num_primitives_written = 0;
104 softpipe->num_primitives_generated = 0;
113 softpipe->active_query_count++;
114 softpipe->dirty |= SP_NEW_QUERY;
121 struct softpipe_context *softpipe = softpipe_context( pipe ); local
124 softpipe->active_query_count--;
127 sq->end = softpipe->occlusion_count;
138 softpipe->so_stats.primitives_storage_needed
    [all...]
sp_quad_stipple.c 23 struct softpipe_context *softpipe = qs->softpipe; local
34 const uint stipple0 = softpipe->poly_stipple.stipple[y0 % 32];
35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32];
71 sp_quad_polygon_stipple_stage( struct softpipe_context *softpipe )
75 stage->softpipe = softpipe;
sp_fs.h 36 softpipe_create_fs_variant_exec(struct softpipe_context *softpipe,
sp_state_so.c 68 struct softpipe_context *softpipe = softpipe_context(pipe); local
72 pipe_so_target_reference((struct pipe_stream_output_target **)&softpipe->so_targets[i], targets[i]);
75 for (; i < softpipe->num_so_targets; i++) {
76 pipe_so_target_reference((struct pipe_stream_output_target **)&softpipe->so_targets[i], NULL);
79 softpipe->num_so_targets = num_targets;
sp_setup.h 49 struct setup_context *sp_setup_create_context( struct softpipe_context *softpipe );
sp_state.h 156 softpipe_update_derived(struct softpipe_context *softpipe, unsigned prim);
176 softpipe_get_vertex_info(struct softpipe_context *softpipe);
179 softpipe_get_vbuf_vertex_info(struct softpipe_context *softpipe);
183 softpipe_find_fs_variant(struct softpipe_context *softpipe,
189 softpipe_find_fs_variant(struct softpipe_context *softpipe,
sp_quad_depth_test.c 528 struct softpipe_context *softpipe = qs->softpipe; local
532 switch (softpipe->depth_stencil->depth.func) {
590 if (softpipe->depth_stencil->depth.writemask) {
612 struct softpipe_context *softpipe = qs->softpipe; local
617 if (!softpipe->depth_stencil->stencil[1].enabled) {
627 func = softpipe->depth_stencil->stencil[face].func;
628 failOp = softpipe->depth_stencil->stencil[face].fail_op;
629 zFailOp = softpipe->depth_stencil->stencil[face].zfail_op
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/va-softpipe/
Makefile 11 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/vdpau-softpipe/
Makefile 11 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xvmc-softpipe/
Makefile 11 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
  /external/mesa3d/src/gallium/targets/va-softpipe/
Makefile 11 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
  /external/mesa3d/src/gallium/targets/vdpau-softpipe/
Makefile 11 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
  /external/mesa3d/src/gallium/targets/xvmc-softpipe/
Makefile 11 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
SConscript 26 env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/
SConscript 29 env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/
SConscript 24 drivers += [softpipe]
  /external/mesa3d/src/gallium/targets/graw-gdi/
SConscript 26 env.Prepend(LIBS = [trace, rbug, galahad, softpipe])

Completed in 882 milliseconds

12 3 4