Home
last modified time | relevance | path

Searched refs:emit_textures (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_emit.c153 emit_textures(struct fd_ringbuffer *ring, struct fd_context *ctx) in emit_textures() function
311 emit_textures(ring, ctx); in fd2_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c129 emit_textures(struct fd_context *ctx, struct fd_ringbuffer *ring, in emit_textures() function
750 emit_textures(ctx, ring, SB_VERT_TEX, &ctx->verttex, vp); in fd4_emit_state()
757 emit_textures(ctx, ring, SB_FRAG_TEX, &ctx->fragtex, fp); in fd4_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c278 emit_textures(struct fd_context *ctx, struct fd_ringbuffer *ring, in emit_textures() function
656 needs_border |= emit_textures(ctx, ring, SB_VERT_TEX, &ctx->verttex); in fd5_emit_state()
666 needs_border |= emit_textures(ctx, ring, SB_FRAG_TEX, &ctx->fragtex); in fd5_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c133 emit_textures(struct fd_context *ctx, struct fd_ringbuffer *ring, in emit_textures() function
791 emit_textures(ctx, ring, SB_VERT_TEX, &ctx->verttex); in fd3_emit_state()
798 emit_textures(ctx, ring, SB_FRAG_TEX, &ctx->fragtex); in fd3_emit_state()