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

  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_emit.c 153 emit_textures(struct fd_ringbuffer *ring, struct fd_context *ctx) function
311 emit_textures(ring, ctx);
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_emit.c 129 emit_textures(struct fd_context *ctx, struct fd_ringbuffer *ring, function
750 emit_textures(ctx, ring, SB_VERT_TEX, &ctx->verttex, vp);
757 emit_textures(ctx, ring, SB_FRAG_TEX, &ctx->fragtex, fp);
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_emit.c 278 emit_textures(struct fd_context *ctx, struct fd_ringbuffer *ring, function
656 needs_border |= emit_textures(ctx, ring, SB_VERT_TEX, &ctx->verttex);
666 needs_border |= emit_textures(ctx, ring, SB_FRAG_TEX, &ctx->fragtex);
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_emit.c 133 emit_textures(struct fd_context *ctx, struct fd_ringbuffer *ring, function
791 emit_textures(ctx, ring, SB_VERT_TEX, &ctx->verttex);
798 emit_textures(ctx, ring, SB_FRAG_TEX, &ctx->fragtex);
    [all...]

Completed in 278 milliseconds