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

  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_draw.h 41 enum pc_di_primtype primtype,
61 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0),
64 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode));
81 enum pc_di_primtype primtype,
108 fd5_draw(batch, ring, primtype, vismode, src_sel,
fd5_draw.c 48 enum pc_di_primtype primtype = ctx->primtypes[info->mode]; local
64 fd5_draw_emit(ctx->batch, ring, primtype,
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_draw.h 52 enum pc_di_primtype primtype,
72 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0),
75 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode));
105 enum pc_di_primtype primtype,
132 fd4_draw(batch, ring, primtype, vismode, src_sel,
fd4_draw.c 50 enum pc_di_primtype primtype = ctx->primtypes[info->mode]; local
69 primtype = DI_PT_POINTLIST_PSIZE;
71 fd4_draw_emit(ctx->batch, ring, primtype,
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_draw.h 46 enum pc_di_primtype primtype,
83 OUT_RINGP(ring, DRAW(primtype, src_sel, idx_type, 0, instances),
86 OUT_RING(ring, DRAW(primtype, src_sel, idx_type, vismode, instances));
116 enum pc_di_primtype primtype,
143 fd_draw(batch, ring, primtype, vismode, src_sel,
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_draw.c 61 enum pc_di_primtype primtype = ctx->primtypes[info->mode]; local
85 primtype = DI_PT_POINTLIST_PSIZE;
87 fd_draw_emit(ctx->batch, ring, primtype,
  /external/libdrm/intel/
intel_decode.c 2291 const char *primtype; local
    [all...]

Completed in 211 milliseconds