Searched refs:rasterizer (Results 1 - 25 of 208) sorted by relevance

123456789

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_state_rasterizer.c46 void *rasterizer)
50 if (softpipe->rasterizer == rasterizer)
54 draw_set_rasterizer_state(softpipe->draw, rasterizer, rasterizer);
56 softpipe->rasterizer = rasterizer;
64 void *rasterizer)
66 FREE( rasterizer );
45 softpipe_bind_rasterizer_state(struct pipe_context *pipe, void *rasterizer) argument
63 softpipe_delete_rasterizer_state(struct pipe_context *pipe, void *rasterizer) argument
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_rasterizer.c46 void *rasterizer)
50 if (softpipe->rasterizer == rasterizer)
54 draw_set_rasterizer_state(softpipe->draw, rasterizer, rasterizer);
56 softpipe->rasterizer = rasterizer;
64 void *rasterizer)
66 FREE( rasterizer );
45 softpipe_bind_rasterizer_state(struct pipe_context *pipe, void *rasterizer) argument
63 softpipe_delete_rasterizer_state(struct pipe_context *pipe, void *rasterizer) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_decompose.h6 !(draw->rasterizer->flatshade && \
7 draw->rasterizer->flatshade_first);
H A Ddraw_pipe_validate.c66 const struct pipe_rasterizer_state *rasterizer,
75 rasterizer,
86 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple)
90 if (roundf(rasterizer->line_width) > draw->pipeline.wide_line_threshold)
94 if (rasterizer->line_smooth && draw->pipeline.aaline)
101 if (rasterizer->point_size > draw->pipeline.wide_point_threshold)
105 if (rasterizer->point_quad_rasterization
110 if (rasterizer->point_smooth && draw->pipeline.aapoint)
114 if (rasterizer->sprite_coord_enable && draw->pipeline.point_sprite)
122 if (rasterizer
65 draw_need_pipeline(const struct draw_context *draw, const struct pipe_rasterizer_state *rasterizer, unsigned int prim ) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_decompose.h6 !(draw->rasterizer->flatshade && \
7 draw->rasterizer->flatshade_first);
H A Ddraw_pipe_validate.c66 const struct pipe_rasterizer_state *rasterizer,
75 rasterizer,
86 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple)
90 if (roundf(rasterizer->line_width) > draw->pipeline.wide_line_threshold)
94 if (rasterizer->line_smooth && draw->pipeline.aaline)
101 if (rasterizer->point_size > draw->pipeline.wide_point_threshold)
105 if (rasterizer->point_quad_rasterization
110 if (rasterizer->point_smooth && draw->pipeline.aapoint)
114 if (rasterizer->sprite_coord_enable && draw->pipeline.point_sprite)
122 if (rasterizer
65 draw_need_pipeline(const struct draw_context *draw, const struct pipe_rasterizer_state *rasterizer, unsigned int prim ) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dtri.c123 struct pipe_rasterizer_state rasterizer; local
125 memset(&rasterizer, 0, sizeof rasterizer);
126 rasterizer.cull_face = PIPE_FACE_NONE;
127 rasterizer.gl_rasterization_rules = 1;
128 rasterizer.flatshade = FlatShade;
129 rasterizer.depth_clip = 1;
130 handle = info.ctx->create_rasterizer_state(info.ctx, &rasterizer);
H A Dquad-tex.c186 struct pipe_rasterizer_state rasterizer; local
188 memset(&rasterizer, 0, sizeof rasterizer);
189 rasterizer.cull_face = PIPE_FACE_NONE;
190 rasterizer.gl_rasterization_rules = 1;
191 rasterizer.depth_clip = 1;
192 handle = info.ctx->create_rasterizer_state(info.ctx, &rasterizer);
H A Dshader-leak.c249 struct pipe_rasterizer_state rasterizer; local
251 memset(&rasterizer, 0, sizeof rasterizer);
252 rasterizer.cull_face = PIPE_FACE_NONE;
253 rasterizer.gl_rasterization_rules = 1;
254 rasterizer.depth_clip = 1;
255 handle = ctx->create_rasterizer_state(ctx, &rasterizer);
H A Dtri-gs.c254 struct pipe_rasterizer_state rasterizer; local
256 memset(&rasterizer, 0, sizeof rasterizer);
257 rasterizer.cull_face = PIPE_FACE_NONE;
258 rasterizer.gl_rasterization_rules = 1;
259 rasterizer.depth_clip = 1;
260 handle = ctx->create_rasterizer_state(ctx, &rasterizer);
H A Dtri-instanced.c305 struct pipe_rasterizer_state rasterizer; local
307 memset(&rasterizer, 0, sizeof rasterizer);
308 rasterizer.cull_face = PIPE_FACE_NONE;
309 rasterizer.gl_rasterization_rules = 1;
310 rasterizer.depth_clip = 1;
311 handle = ctx->create_rasterizer_state(ctx, &rasterizer);
/external/mesa3d/src/gallium/tests/graw/
H A Dtri.c123 struct pipe_rasterizer_state rasterizer; local
125 memset(&rasterizer, 0, sizeof rasterizer);
126 rasterizer.cull_face = PIPE_FACE_NONE;
127 rasterizer.gl_rasterization_rules = 1;
128 rasterizer.flatshade = FlatShade;
129 rasterizer.depth_clip = 1;
130 handle = info.ctx->create_rasterizer_state(info.ctx, &rasterizer);
H A Dquad-tex.c186 struct pipe_rasterizer_state rasterizer; local
188 memset(&rasterizer, 0, sizeof rasterizer);
189 rasterizer.cull_face = PIPE_FACE_NONE;
190 rasterizer.gl_rasterization_rules = 1;
191 rasterizer.depth_clip = 1;
192 handle = info.ctx->create_rasterizer_state(info.ctx, &rasterizer);
H A Dshader-leak.c249 struct pipe_rasterizer_state rasterizer; local
251 memset(&rasterizer, 0, sizeof rasterizer);
252 rasterizer.cull_face = PIPE_FACE_NONE;
253 rasterizer.gl_rasterization_rules = 1;
254 rasterizer.depth_clip = 1;
255 handle = ctx->create_rasterizer_state(ctx, &rasterizer);
H A Dtri-gs.c254 struct pipe_rasterizer_state rasterizer; local
256 memset(&rasterizer, 0, sizeof rasterizer);
257 rasterizer.cull_face = PIPE_FACE_NONE;
258 rasterizer.gl_rasterization_rules = 1;
259 rasterizer.depth_clip = 1;
260 handle = ctx->create_rasterizer_state(ctx, &rasterizer);
H A Dtri-instanced.c305 struct pipe_rasterizer_state rasterizer; local
307 memset(&rasterizer, 0, sizeof rasterizer);
308 rasterizer.cull_face = PIPE_FACE_NONE;
309 rasterizer.gl_rasterization_rules = 1;
310 rasterizer.depth_clip = 1;
311 handle = ctx->create_rasterizer_state(ctx, &rasterizer);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
H A Dpp_program.h45 struct pipe_rasterizer_state rasterizer; member in struct:program
H A Dpp_program.c93 p->rasterizer.cull_face = PIPE_FACE_NONE;
94 p->rasterizer.gl_rasterization_rules = 1;
95 p->rasterizer.depth_clip = 1;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c59 /* Partition rasterizer state into what we want the draw module to
105 llvmpipe->rasterizer = &state->lp_state;
126 llvmpipe->rasterizer = NULL;
136 void *rasterizer)
138 FREE( rasterizer );
135 llvmpipe_delete_rasterizer_state(struct pipe_context *pipe, void *rasterizer) argument
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.h45 struct pipe_rasterizer_state rasterizer; member in struct:program
H A Dpp_program.c93 p->rasterizer.cull_face = PIPE_FACE_NONE;
94 p->rasterizer.gl_rasterization_rules = 1;
95 p->rasterizer.depth_clip = 1;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c59 /* Partition rasterizer state into what we want the draw module to
105 llvmpipe->rasterizer = &state->lp_state;
126 llvmpipe->rasterizer = NULL;
136 void *rasterizer)
138 FREE( rasterizer );
135 llvmpipe_delete_rasterizer_state(struct pipe_context *pipe, void *rasterizer) argument
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A Dtri.c70 struct pipe_rasterizer_state rasterizer; member in struct:program
152 /* rasterizer */
153 memset(&p->rasterizer, 0, sizeof(p->rasterizer));
154 p->rasterizer.cull_face = PIPE_FACE_NONE;
155 p->rasterizer.gl_rasterization_rules = 1;
156 p->rasterizer.depth_clip = 1;
254 cso_set_rasterizer(p->cso, &p->rasterizer);
/external/mesa3d/src/gallium/tests/trivial/
H A Dtri.c70 struct pipe_rasterizer_state rasterizer; member in struct:program
152 /* rasterizer */
153 memset(&p->rasterizer, 0, sizeof(p->rasterizer));
154 p->rasterizer.cull_face = PIPE_FACE_NONE;
155 p->rasterizer.gl_rasterization_rules = 1;
156 p->rasterizer.depth_clip = 1;
254 cso_set_rasterizer(p->cso, &p->rasterizer);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state_immediate.c109 LIS4 |= i915->rasterizer->LIS4;
142 if (i915->rasterizer->LIS7) {
197 LIS7 = i915->rasterizer->LIS7;

Completed in 5052 milliseconds

123456789