HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_PRIM_LINES (Results 26 - 43 of 43) sorted by null

12

  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_program.c 284 case PIPE_PRIM_LINES:
302 if (info->prop.tp.domain == PIPE_PRIM_LINES)
309 if (info->prop.tp.domain != PIPE_PRIM_LINES &&
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 160 #define SVGA_PIPELINE_FLAG_LINES (1<<PIPE_PRIM_LINES)
svga_state_framebuffer.c 520 case PIPE_PRIM_LINES:
  /external/mesa3d/src/gallium/drivers/i915/
i915_prim_vbuf.c 337 case PIPE_PRIM_LINES:
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_draw.c 529 case PIPE_PRIM_LINES:
ilo_state.c 49 [PIPE_PRIM_LINES] = GEN6_3DPRIM_LINELIST,
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_draw.c 406 case PIPE_PRIM_LINES:
vc4_program.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.h 555 case D3DPT_LINELIST: return PIPE_PRIM_LINES;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_vbo.c 457 [PIPE_PRIM_LINES] = 2,
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_shaders.c 279 case PIPE_PRIM_LINES:
310 else if (tes_prim_mode == PIPE_PRIM_LINES)
    [all...]
si_shader.c     [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_gs.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c 108 [PIPE_PRIM_LINES] = V_008958_DI_PT_LINELIST,
132 [PIPE_PRIM_LINES] = V_028A6C_OUTPRIM_TYPE_LINESTRIP,
    [all...]
evergreen_state.c     [all...]
r600_shader.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_context.c 640 cso_draw_arrays(cso, PIPE_PRIM_LINES, 0, hud->whitelines.num_vertices);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c     [all...]

Completed in 1710 milliseconds

12