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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 125 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) {
draw_pipe_validate.c 105 if (rasterizer->point_quad_rasterization
183 else if (rast->point_quad_rasterization && draw->pipeline.wide_point_sprites)
  /external/mesa3d/src/gallium/docs/source/cso/
rasterizer.rst 174 round sprites) and point_quad_rasterization MUST be true (sprites are
192 point_quad_rasterization
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 77 /* point_quad_rasterization - ? */
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 189 raster->point_quad_rasterization = 1;
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 139 trace_dump_member(bool, state, point_quad_rasterization);
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_state.c 321 util_dump_member(stream, bool, state, point_quad_rasterization);
u_inlines.h 530 !state->point_quad_rasterization &&
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mc.c 429 rs_state.point_quad_rasterization = true;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_draw.c 309 if (rast && rast->pipe.point_quad_rasterization)
nv30_state_validate.c 365 if (rasterizer->point_quad_rasterization) {
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 97 unsigned point_quad_rasterization:1; /** points rasterized as quads or points */ member in struct:pipe_rasterizer_state
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 249 if (rasterizer->point_quad_rasterization) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_shader_state.c 223 if (!nv50->rast->pipe.point_quad_rasterization) {
nv50_state.c 274 SB_DATA (so, cso->point_quad_rasterization);
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 262 SB_IMMED_3D(so, POINT_SPRITE_ENABLE, cso->point_quad_rasterization);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 590 state.point_quad_rasterization = 1;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c     [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/gles_mesa/
libGL.so 
libGL.so.1 
libosmesa.so 

Completed in 791 milliseconds