Searched refs:point_quad_rasterization (Results 1 - 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_point.c125 const boolean sprite = (boolean) stage->draw->rasterizer->point_quad_rasterization;
219 (rast->point_quad_rasterization && draw->pipeline.point_sprite)) {
228 if (rast->point_quad_rasterization) {
H A Ddraw_pipe_validate.c105 if (rasterizer->point_quad_rasterization
183 else if (rast->point_quad_rasterization && draw->pipeline.wide_point_sprites)
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h97 unsigned point_quad_rasterization:1; /** points rasterized as quads or points */ member in struct:pipe_rasterizer_state
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c189 raster->point_quad_rasterization = 1;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h530 !state->point_quad_rasterization &&
H A Du_dump_state.c321 util_dump_member(stream, bool, state, point_quad_rasterization);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_draw.c309 if (rast && rast->pipe.point_quad_rasterization)
H A Dnv30_state_validate.c365 if (rasterizer->point_quad_rasterization) {
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump_state.c139 trace_dump_member(bool, state, point_quad_rasterization);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mc.c429 rs_state.point_quad_rasterization = true;
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_context.c249 if (rasterizer->point_quad_rasterization) {
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_shader_state.c223 if (!nv50->rast->pipe.point_quad_rasterization) {
H A Dnv50_state.c274 SB_DATA (so, cso->point_quad_rasterization);
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_state.c262 SB_IMMED_3D(so, POINT_SPRITE_ENABLE, cso->point_quad_rasterization);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1102 rs->rs.sprite_coord_enable = state->point_quad_rasterization *
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_screen.h590 state.point_quad_rasterization = 1;

Completed in 942 milliseconds