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

1 2

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/include/pipe/
p_state.h 97 unsigned point_quad_rasterization:1; /** points rasterized as quads or points */ member in struct:pipe_rasterizer_state
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_rasterizer.c 189 raster->point_quad_rasterization = 1;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 189 raster->point_quad_rasterization = 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_inlines.h 530 !state->point_quad_rasterization &&
u_dump_state.c 321 util_dump_member(stream, bool, state, point_quad_rasterization);
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 530 !state->point_quad_rasterization &&
u_dump_state.c 321 util_dump_member(stream, bool, state, point_quad_rasterization);
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_dump_state.c 139 trace_dump_member(bool, state, point_quad_rasterization);
  /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/drivers/trace/
tr_dump_state.c 139 trace_dump_member(bool, state, point_quad_rasterization);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mc.c 429 rs_state.point_quad_rasterization = true;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.c 249 if (rasterizer->point_quad_rasterization) {
    [all...]
  /external/chromium_org/third_party/mesa/src/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/auxiliary/vl/
vl_mc.c 429 rs_state.point_quad_rasterization = true;
  /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) {

Completed in 81 milliseconds

1 2