Searched refs:point_smooth (Results 1 - 25 of 40) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c188 rast->templ.point_smooth = TRUE;
191 if (rast->templ.point_smooth &&
199 rast->templ.point_smooth = FALSE;
202 if (rast->templ.point_smooth) {
245 if (!svga_have_vgpu10(svga) && rast->templ.point_smooth) {
H A Dsvga_state_rss.c325 unsigned int aa_point = r->templ.point_smooth;
333 rast.point_smooth = r->templ.point_smooth;
H A Dsvga_state_tgsi_transform.c257 key.gs.aa_point = svga->curr.rast->templ.point_smooth;
H A Dsvga_state_fs.c235 key->fs.aa_point = (svga->curr.rast->templ.point_smooth &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c97 if (rasterizer->point_smooth && draw->pipeline.aapoint)
167 else if (rast->point_smooth && draw->pipeline.aapoint)
189 if (rast->point_smooth && draw->pipeline.aapoint) {
H A Ddraw_pipe_aapoint.c551 assert(draw->rasterizer->point_smooth);
637 if (!rast->point_smooth)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c97 if ((!rasterizer->multisample && rasterizer->point_smooth) && draw->pipeline.aapoint)
170 else if ((!rast->multisample && rast->point_smooth) && draw->pipeline.aapoint)
192 if ((!rast->multisample && rast->point_smooth) && draw->pipeline.aapoint) {
H A Ddraw_pipe_aapoint.c581 assert(draw->rasterizer->point_smooth && !draw->rasterizer->multisample);
667 if (!rast->point_smooth || rast->multisample)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c194 rast->templ.point_smooth = TRUE;
197 if (templ->point_smooth) {
240 if (!svga_have_vgpu10(svga) && templ->point_smooth) {
H A Dsvga_state_rss.c325 unsigned int aa_point = r->templ.point_smooth;
333 rast.point_smooth = r->templ.point_smooth;
H A Dsvga_state_tgsi_transform.c89 key.gs.aa_point = svga->curr.rast->templ.point_smooth;
H A Dsvga_state_fs.c215 key->fs.aa_point = (svga->curr.rast->templ.point_smooth &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c81 rast->point_smooth ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c81 rast->point_smooth ||
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_state.h108 unsigned point_smooth:1; member in struct:pipe_rasterizer_state
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c172 raster->point_smooth = !ctx->Point.PointSprite && ctx->Point.SmoothFlag;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c197 raster->point_smooth = !multisample && !ctx->Point.PointSprite &&
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_state.h109 unsigned point_smooth:1; member in struct:pipe_rasterizer_state
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Drasterizer.rst184 If any bit is set, then point_smooth MUST be disabled (there are no
233 point_smooth
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Drasterizer.rst184 If any bit is set, then point_smooth MUST be disabled (there are no
233 point_smooth
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_inlines.h563 !state->point_smooth &&
H A Du_dump_state.c355 util_dump_member(stream, bool, state, point_smooth);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_inlines.h628 !state->point_smooth &&
H A Du_dump_state.c355 util_dump_member(stream, bool, state, point_smooth);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c130 trace_dump_member(bool, state, point_smooth);

Completed in 24 milliseconds

12