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

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_context.c 180 /* TODO we could combine a few of these small buffers (solid_vbuf,
212 ctx->solid_vbuf = create_solid_vertexbuf(pctx);
224 ctx->solid_vbuf_state.vertexbuf.vb[0].buffer.resource = ctx->solid_vbuf;
241 ctx->blit_vbuf_state.vertexbuf.vb[1].buffer.resource = ctx->solid_vbuf;
252 pipe_resource_reference(&ctx->solid_vbuf, NULL);
freedreno_context.h 345 struct pipe_resource *solid_vbuf; member in struct:fd_context
350 /* vertex state for solid_vbuf:
351 * - solid_vbuf / 12 / R32G32B32_FLOAT
357 * - solid_vbuf / 12 / R32G32B32_FLOAT
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_gmem.c 190 OUT_RELOCW(ring, fd_resource(ctx->solid_vbuf)->bo, 0x20, 0, -1); /* RB_COPY_DEST_BASE */
    [all...]

Completed in 124 milliseconds