Home
last modified time | relevance | path

Searched refs:point_quad_rasterization (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_point.c125 const boolean sprite = (boolean) stage->draw->rasterizer->point_quad_rasterization; in widepoint_point()
219 (rast->point_quad_rasterization && draw->pipeline.point_sprite)) { in widepoint_first_point()
228 if (rast->point_quad_rasterization) { in widepoint_first_point()
Ddraw_pipe_validate.c105 if (rasterizer->point_quad_rasterization in draw_need_pipeline()
183 else if (rast->point_quad_rasterization && draw->pipeline.wide_point_sprites) in validate_pipeline()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h97 unsigned point_quad_rasterization:1; /** points rasterized as quads or points */ member
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c189 raster->point_quad_rasterization = 1; in update_raster_state()
/external/mesa3d/src/gallium/docs/source/cso/
Drasterizer.rst174 round sprites) and point_quad_rasterization MUST be true (sprites are
192 point_quad_rasterization chapter
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h530 !state->point_quad_rasterization && in util_get_min_point_size()
Du_dump_state.c321 util_dump_member(stream, bool, state, point_quad_rasterization); in util_dump_rasterizer_state()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c139 trace_dump_member(bool, state, point_quad_rasterization); in trace_dump_rasterizer_state()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_draw.c309 if (rast && rast->pipe.point_quad_rasterization) in nv30_render_validate()
Dnv30_state_validate.c365 if (rasterizer->point_quad_rasterization) { in nv30_validate_point_coord()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_shader_state.c223 if (!nv50->rast->pipe.point_quad_rasterization) { in nv50_sprite_coords_validate()
Dnv50_state.c274 SB_DATA (so, cso->point_quad_rasterization); in nv50_rasterizer_state_create()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.c429 rs_state.point_quad_rasterization = true; in init_pipe_state()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c249 if (rasterizer->point_quad_rasterization) { in galahad_context_create_rasterizer_state()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_state.c262 SB_IMMED_3D(so, POINT_SPRITE_ENABLE, cso->point_quad_rasterization); in nvc0_rasterizer_state_create()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_screen.h590 state.point_quad_rasterization = 1; in CreateRasterizerState()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state.c1102 rs->rs.sprite_coord_enable = state->point_quad_rasterization * in r300_create_rs_state()