| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_rasterizer.c | 188 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 D | svga_state_rss.c | 325 unsigned int aa_point = r->templ.point_smooth; 333 rast.point_smooth = r->templ.point_smooth;
|
| H A D | svga_state_tgsi_transform.c | 257 key.gs.aa_point = svga->curr.rast->templ.point_smooth;
|
| H A D | svga_state_fs.c | 235 key->fs.aa_point = (svga->curr.rast->templ.point_smooth &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_validate.c | 97 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 D | draw_pipe_aapoint.c | 551 assert(draw->rasterizer->point_smooth); 637 if (!rast->point_smooth)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_validate.c | 97 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 D | draw_pipe_aapoint.c | 581 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 D | svga_pipe_rasterizer.c | 194 rast->templ.point_smooth = TRUE; 197 if (templ->point_smooth) { 240 if (!svga_have_vgpu10(svga) && templ->point_smooth) {
|
| H A D | svga_state_rss.c | 325 unsigned int aa_point = r->templ.point_smooth; 333 rast.point_smooth = r->templ.point_smooth;
|
| H A D | svga_state_tgsi_transform.c | 89 key.gs.aa_point = svga->curr.rast->templ.point_smooth;
|
| H A D | svga_state_fs.c | 215 key->fs.aa_point = (svga->curr.rast->templ.point_smooth &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_rasterizer.c | 81 rast->point_smooth ||
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_rasterizer.c | 81 rast->point_smooth ||
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_state.h | 108 unsigned point_smooth:1; member in struct:pipe_rasterizer_state
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atom_rasterizer.c | 172 raster->point_smooth = !ctx->Point.PointSprite && ctx->Point.SmoothFlag;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atom_rasterizer.c | 197 raster->point_smooth = !multisample && !ctx->Point.PointSprite &&
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_state.h | 109 unsigned point_smooth:1; member in struct:pipe_rasterizer_state
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | rasterizer.rst | 184 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 D | rasterizer.rst | 184 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 D | u_inlines.h | 563 !state->point_smooth &&
|
| H A D | u_dump_state.c | 355 util_dump_member(stream, bool, state, point_smooth);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_inlines.h | 628 !state->point_smooth &&
|
| H A D | u_dump_state.c | 355 util_dump_member(stream, bool, state, point_smooth);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_dump_state.c | 130 trace_dump_member(bool, state, point_smooth);
|