HomeSort by relevance Sort by last modified time
    Searched refs:point_smooth (Results 1 - 17 of 17) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_validate.c 97 if (rasterizer->point_smooth && draw->pipeline.aapoint)
166 else if (rast->point_smooth && draw->pipeline.aapoint)
188 if (rast->point_smooth && draw->pipeline.aapoint) {
draw_pipe_aapoint.c 551 assert(draw->rasterizer->point_smooth);
637 if (!rast->point_smooth)
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_rasterizer.c 81 rast->point_smooth ||
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 195 if (templ->point_smooth) {
238 if (!svga_have_vgpu10(svga) && templ->point_smooth) {
svga_state_rss.c 314 unsigned int aa_point = r->templ.point_smooth;
322 rast.point_smooth = r->templ.point_smooth;
svga_state_tgsi_transform.c 89 key.gs.aa_point = svga->curr.rast->templ.point_smooth;
svga_state_fs.c 211 key->fs.aa_point = (svga->curr.rast->templ.point_smooth &&
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 101 unsigned point_smooth:1; member in struct:pipe_rasterizer_state
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 167 raster->point_smooth = !ctx->Point.PointSprite && ctx->Point.SmoothFlag;
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 504 !state->point_smooth &&
u_dump_state.c 344 util_dump_member(stream, bool, state, point_smooth);
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 129 trace_dump_member(bool, state, point_smooth);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_state.c 278 SB_DATA (so, cso->point_smooth);
    [all...]
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_encode.c 176 VIRGL_OBJ_RS_S0_POINT_SMOOTH(state->point_smooth) |
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_state.c 262 SB_IMMED_3D(so, POINT_SMOOTH_ENABLE, cso->point_smooth);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c     [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c     [all...]

Completed in 334 milliseconds