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

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_rasterizer.c 57 COND(so->point_quad_rasterization, VIVS_PA_CONFIG_POINT_SPRITE_ENABLE) |
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 129 const boolean sprite = (boolean) stage->draw->rasterizer->point_quad_rasterization;
223 (rast->point_quad_rasterization && draw->pipeline.point_sprite)) {
232 if (rast->point_quad_rasterization) {
draw_pipe_validate.c 92 if (rasterizer->point_quad_rasterization
170 else if (rast->point_quad_rasterization && draw->pipeline.wide_point_sprites)
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 103 unsigned point_quad_rasterization:1; /** points rasterized as quads or points */ member in struct:pipe_rasterizer_state
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 191 raster->point_quad_rasterization = 1;
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 503 return !state->point_quad_rasterization &&
u_dump_state.c 347 util_dump_member(stream, bool, state, point_quad_rasterization);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c 367 lp_context->rasterizer->point_quad_rasterization) {
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.c 97 rast.point_quad_rasterization = 1;
nine_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_draw.c 320 if (rast && rast->pipe.point_quad_rasterization)
nv30_state_validate.c 369 if (rasterizer->point_quad_rasterization) {
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mc.c 433 rs_state.point_quad_rasterization = true;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_shader_state.c 302 if (!nv50->rast->pipe.point_quad_rasterization) {
nv50_state.c 276 SB_DATA (so, cso->point_quad_rasterization);
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 131 trace_dump_member(bool, state, point_quad_rasterization);
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_encode.c 163 VIRGL_OBJ_RS_S0_POINT_QUAD_RASTERIZATION(state->point_quad_rasterization) |
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_state.c 261 SB_IMMED_3D(so, POINT_SPRITE_ENABLE, cso->point_quad_rasterization);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c     [all...]

Completed in 980 milliseconds