Searched defs:rast (Results 1 - 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_screen.h58 struct lp_rasterizer *rast; member in struct:llvmpipe_screen
H A Dlp_state_rasterizer.c45 clear_flags(struct pipe_rasterizer_state *rast) argument
47 rast->light_twoside = 0;
48 rast->offset_tri = 0;
55 const struct pipe_rasterizer_state *rast)
66 memcpy(&state->draw_state, rast, sizeof *rast);
67 memcpy(&state->lp_state, rast, sizeof *rast);
75 need_pipeline = (rast->fill_front != PIPE_POLYGON_MODE_FILL ||
76 rast
54 llvmpipe_create_rasterizer_state(struct pipe_context *pipe, const struct pipe_rasterizer_state *rast) argument
[all...]
H A Dlp_rast_priv.h92 struct lp_rasterizer *rast; member in struct:lp_rasterizer_task
H A Dlp_rast.c60 lp_rast_begin( struct lp_rasterizer *rast, argument
64 rast->curr_scene = scene;
74 lp_rast_end( struct lp_rasterizer *rast )
76 lp_scene_end_rasterization( rast->curr_scene );
78 rast->curr_scene = NULL;
706 if (!task->rast->no_rast) {
744 lp_rast_queue_scene( struct lp_rasterizer *rast, argument
749 if (rast->num_threads == 0) {
752 lp_rast_begin( rast, scene );
754 rasterize_scene( &rast
803 struct lp_rasterizer *rast = task->rast; local
860 create_rast_threads(struct lp_rasterizer *rast) argument
883 struct lp_rasterizer *rast; local
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_rasterizer.c38 const struct pipe_rasterizer_state *rast)
40 return mem_dup(rast, sizeof(*rast));
37 softpipe_create_rasterizer_state(struct pipe_context *pipe, const struct pipe_rasterizer_state *rast) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c68 struct svga_rasterizer_state *rast = CALLOC_STRUCT( svga_rasterizer_state ); local
71 rast->templ = *templ;
85 rast->shademode = svga_translate_flatshade( templ->flatshade );
86 rast->cullmode = svga_translate_cullmode( templ->cull_face,
88 rast->scissortestenable = templ->scissor;
89 rast->multisampleantialias = templ->multisample;
90 rast->antialiasedlineenable = templ->line_smooth;
91 rast->lastpixel = templ->line_last_pixel;
92 rast->pointsprite = templ->sprite_coord_enable != 0x0;
93 rast
[all...]
H A Dsvga_state_rss.c124 const struct svga_rasterizer_state *rast = svga->curr.rast; local
156 if (rast->templ.front_ccw) {
203 const struct svga_rasterizer_state *curr = svga->curr.rast;
233 const struct svga_rasterizer_state *curr = svga->curr.rast;
264 unsigned enabled = svga->curr.rast->templ.clip_plane_enable;
H A Dsvga_context.h200 const struct svga_rasterizer_state *rast; member in struct:svga_state
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c163 const struct pipe_rasterizer_state *rast = stage->draw->rasterizer; local
165 unfilled->mode[0] = rast->front_ccw ? rast->fill_front : rast->fill_back;
166 unfilled->mode[1] = rast->front_ccw ? rast->fill_back : rast->fill_front;
H A Ddraw_pipe_validate.c165 const struct pipe_rasterizer_state *rast = draw->rasterizer; local
173 wide_lines = (roundf(rast->line_width) > draw->pipeline.wide_line_threshold
174 && !rast->line_smooth);
177 if (rast->sprite_coord_enable && draw->pipeline.point_sprite)
179 else if (rast->point_smooth && draw->pipeline.aapoint)
181 else if (rast->point_size > draw->pipeline.wide_point_threshold)
183 else if (rast->point_quad_rasterization && draw->pipeline.wide_point_sprites)
195 if (rast->line_smooth && draw->pipeline.aaline) {
201 if (rast->point_smooth && draw->pipeline.aapoint) {
217 if (rast
[all...]
H A Ddraw_pipe_wide_line.c157 const struct pipe_rasterizer_state *rast = draw->rasterizer; local
161 r = draw_get_rasterizer_no_cull(draw, rast->scissor, rast->flatshade);
H A Ddraw_pipe_wide_point.c98 const struct pipe_rasterizer_state *rast = draw->rasterizer; local
99 const uint texcoord_mode = rast->sprite_coord_mode;
199 const struct pipe_rasterizer_state *rast = draw->rasterizer; local
202 wide->half_point_size = 0.5f * rast->point_size;
206 if (rast->gl_rasterization_rules) {
212 r = draw_get_rasterizer_no_cull(draw, rast->scissor, rast->flatshade);
218 if ((rast->point_size > draw->pipeline.wide_point_threshold) ||
219 (rast->point_quad_rasterization && draw->pipeline.point_sprite)) {
228 if (rast
[all...]
H A Ddraw_pipe_aapoint.c684 const struct pipe_rasterizer_state *rast = draw->rasterizer; local
725 r = draw_get_rasterizer_no_cull(draw, rast->scissor, rast->flatshade);
H A Ddraw_context.c710 struct pipe_rasterizer_state rast; local
712 memset(&rast, 0, sizeof(rast));
713 rast.scissor = scissor;
714 rast.flatshade = flatshade;
715 rast.front_ccw = 1;
716 rast.gl_rasterization_rules = draw->rasterizer->gl_rasterization_rules;
719 pipe->create_rasterizer_state(pipe, &rast);
H A Ddraw_pipe_aaline.c677 const struct pipe_rasterizer_state *rast = draw->rasterizer; local
719 r = draw_get_rasterizer_no_cull(draw, rast->scissor, rast->flatshade);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.h99 void *rast; member in struct:vl_compositor
H A Dvl_compositor.c397 struct pipe_rasterizer_state rast; local
443 memset(&rast, 0, sizeof rast);
444 rast.flatshade = 0;
445 rast.front_ccw = 1;
446 rast.cull_face = PIPE_FACE_NONE;
447 rast.fill_back = PIPE_POLYGON_MODE_FILL;
448 rast.fill_front = PIPE_POLYGON_MODE_FILL;
449 rast.scissor = 1;
450 rast
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_draw.c270 struct nv30_rasterizer_stateobj *rast = nv30->rast; local
309 if (rast && rast->pipe.point_quad_rasterization)
310 pntc = rast->pipe.sprite_coord_enable & 0x000002ff;
378 draw_set_rasterizer_state(draw, &nv30->rast->pipe, NULL);
H A Dnv30_context.h63 struct nv30_rasterizer_stateobj *rast; member in struct:nv30_context
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_context.h110 struct nv50_rasterizer_stateobj *rast; member in struct:nv50_context
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_context.h114 struct nvc0_rasterizer_stateobj *rast; member in struct:nvc0_context

Completed in 219 milliseconds