HomeSort by relevance Sort by last modified time
    Searched refs:rasterizer (Results 51 - 75 of 124) sorted by null

1 23 4 5

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.h 89 * bind its own rasterizer state which would reset your newly
276 const struct pipe_rasterizer_state *rasterizer,
draw_pipe_twoside.c 135 twoside->sign = stage->draw->rasterizer->front_ccw ? -1.0f : 1.0f;
draw_pipe_unfilled.c 163 const struct pipe_rasterizer_state *rast = stage->draw->rasterizer;
draw_vs_variant.c 183 &vsvg->draw->rasterizer->point_size,
246 &vsvg->draw->rasterizer->point_size,
draw_pipe_aapoint.c 684 const struct pipe_rasterizer_state *rast = draw->rasterizer;
687 assert(draw->rasterizer->point_smooth);
689 if (draw->rasterizer->point_size <= 2.0)
692 aapoint->radius = 0.5f * draw->rasterizer->point_size;
710 if (draw->rasterizer->point_size_per_vertex) {
750 /* restore original rasterizer state */
draw_pipe_aaline.c 677 const struct pipe_rasterizer_state *rast = draw->rasterizer;
681 assert(draw->rasterizer->line_smooth);
683 if (draw->rasterizer->line_width <= 2.2)
686 aaline->half_line_width = 0.5f * draw->rasterizer->line_width;
749 /* restore original rasterizer state */
draw_pipe_flatshade.c 204 if (stage->draw->rasterizer->flatshade_first) {
draw_private.h 225 /** Current rasterizer state given to us by the driver */
226 const struct pipe_rasterizer_state *rasterizer; member in struct:draw_context
227 /** Driver CSO handle for the current rasterizer state */
230 /** Rasterizer CSOs without culling/stipple/etc */
draw_vs_exec.c 98 boolean clamp_vertex_color = shader->draw->rasterizer->clamp_vertex_color;
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_run.c 171 cso_set_rasterizer(p->cso, &p->rasterizer);
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c 60 const enum interp_mode colorInterp = i915->rasterizer->color_interp;
i915_context.h 235 const struct i915_rasterizer_state *rasterizer; member in struct:i915_context
  /frameworks/native/include/private/ui/
RegionHelper.h 75 void operator()(region_rasterizer& rasterizer) {
87 rasterizer(current);
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 64 struct pipe_rasterizer_state rasterizer; member in struct:blit_state
119 /* rasterizer */
120 ctx->rasterizer.cull_face = PIPE_FACE_NONE;
121 ctx->rasterizer.gl_rasterization_rules = 1;
122 ctx->rasterizer.depth_clip = 1;
677 cso_set_rasterizer(ctx->cso, &ctx->rasterizer);
878 cso_set_rasterizer(ctx->cso, &ctx->rasterizer);
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 220 const struct pipe_rasterizer_state *rasterizer)
226 rasterizer);
231 void *rasterizer)
237 rasterizer);
242 void *rasterizer)
248 rasterizer);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 806 key->flatshade_first = lp->rasterizer->flatshade_first;
807 key->pixel_center_half = lp->rasterizer->gl_rasterization_rules;
808 key->twoside = lp->rasterizer->light_twoside;
821 key->units = (float) (lp->rasterizer->offset_units * lp->mrd);
822 key->scale = lp->rasterizer->offset_scale;
827 if (lp->rasterizer->flatshade)
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 467 /* rasterizer state: just scissor */
468 st->bitmap.rasterizer.scissor = ctx->Scissor.Enabled;
469 cso_set_rasterizer(cso, &st->bitmap.rasterizer);
831 /* init baseline rasterizer state once */
832 memset(&st->bitmap.rasterizer, 0, sizeof(st->bitmap.rasterizer));
833 st->bitmap.rasterizer.gl_rasterization_rules = 1;
834 st->bitmap.rasterizer.depth_clip = 1;
st_cb_drawpixels.c 696 /* rasterizer state: just scissor */
698 struct pipe_rasterizer_state rasterizer; local
699 memset(&rasterizer, 0, sizeof(rasterizer));
700 rasterizer.clamp_fragment_color = !st->clamp_frag_color_in_shader &&
703 rasterizer.gl_rasterization_rules = 1;
704 rasterizer.depth_clip = !ctx->Transform.DepthClamp;
705 rasterizer.scissor = ctx->Scissor.Enabled;
706 cso_set_rasterizer(cso, &rasterizer);
    [all...]
st_atom_rasterizer.c 61 struct pipe_rasterizer_state *raster = &st->state.rasterizer;
st_draw_feedback.c 141 draw_set_rasterizer_state(draw, &st->state.rasterizer, NULL);
  /frameworks/native/opengl/libagl/
egl.cpp 135 return static_cast<egl_context_t*>(gl->rasterizer.base);
597 gl->rasterizer.procs.colorBuffer(gl, &buffer);
598 if (depth.data != gl->rasterizer.state.buffers.depth.data)
599 gl->rasterizer.procs.depthBuffer(gl, &depth);
612 gl->rasterizer.procs.readBuffer(gl, &buffer);
696 gl->rasterizer.procs.colorBuffer(gl, &buffer);
697 if (depth.data != gl->rasterizer.state.buffers.depth.data)
698 gl->rasterizer.procs.depthBuffer(gl, &depth);
710 gl->rasterizer.procs.readBuffer(gl, &buffer);
780 gl->rasterizer.procs.colorBuffer(gl, &pbuffer)
    [all...]
array.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 106 void *rasterizer, *rasterizer_saved; member in struct:cso_context
164 if (ctx->rasterizer == cso->data)
528 if (ctx->rasterizer != handle) {
529 ctx->rasterizer = handle;
538 ctx->rasterizer_saved = ctx->rasterizer;
543 if (ctx->rasterizer != ctx->rasterizer_saved) {
544 ctx->rasterizer = ctx->rasterizer_saved;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_draw.c 123 rctx->queued.named.rasterizer->flatshade))
287 /*| (rctx->rasterizer->clip_plane_enable &
292 0 : rctx->rasterizer->clip_plane_enable & 0x3F)*/);
330 rctx->rasterizer && rctx->rasterizer->flatshade)) {
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 310 const struct pipe_rasterizer_state *rasterizer)
318 rasterizer);
326 void *rasterizer)
333 rasterizer);
339 void *rasterizer)
346 rasterizer);
    [all...]

Completed in 3498 milliseconds

1 23 4 5