Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_emit.c256 emit_textures(struct v3d_context *v3d, struct v3d_texture_stateobj *stage_tex) in emit_textures() function
671 emit_textures(v3d, &v3d->tex[PIPE_SHADER_FRAGMENT]); in v3dX()
674 emit_textures(v3d, &v3d->tex[PIPE_SHADER_GEOMETRY]); in v3dX()
677 emit_textures(v3d, &v3d->tex[PIPE_SHADER_VERTEX]); in v3dX()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c339 emit_textures(struct fd_context *ctx, struct fd_ringbuffer *ring, in emit_textures() function
805 needs_border |= emit_textures(ctx, ring, SB4_VS_TEX, in fd5_emit_state()
812 needs_border |= emit_textures(ctx, ring, SB4_FS_TEX, in fd5_emit_state()
841 needs_border |= emit_textures(ctx, ring, SB4_CS_TEX, in fd5_emit_cs_state()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_emit.c157 emit_textures(struct fd_ringbuffer *ring, struct fd_context *ctx) in emit_textures() function
392 emit_textures(ring, ctx); in fd2_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c152 emit_textures(struct fd_context *ctx, struct fd_ringbuffer *ring, in emit_textures() function
820 emit_textures(ctx, ring, SB_VERT_TEX, &ctx->tex[PIPE_SHADER_VERTEX]); in fd3_emit_state()
823 emit_textures(ctx, ring, SB_FRAG_TEX, &ctx->tex[PIPE_SHADER_FRAGMENT]); in fd3_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c139 emit_textures(struct fd_context *ctx, struct fd_ringbuffer *ring, in emit_textures() function
763 emit_textures(ctx, ring, SB4_VS_TEX, &ctx->tex[PIPE_SHADER_VERTEX], vp); in fd4_emit_state()
766 emit_textures(ctx, ring, SB4_FS_TEX, &ctx->tex[PIPE_SHADER_FRAGMENT], fp); in fd4_emit_state()
/external/mesa3d/docs/relnotes/
D20.0.0.rst1809 - turnip: improve emit_textures
1839 - turnip: fix emit_textures for compute shaders
1842 - turnip: change emit_ibo to be like emit_textures