Searched refs:fragtex (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_texture.c | 119 if (nr != ctx->fragtex.num_samplers) in fd2_sampler_states_bind() 169 if (tex == &ctx->fragtex) in fd2_get_const_idx() 171 return samp_id + ctx->fragtex.num_samplers; in fd2_get_const_idx()
|
D | fd2_emit.c | 162 for (i = 0; i < ctx->fragtex.num_samplers; i++) in emit_textures() 163 if (ctx->fragtex.samplers[i]) in emit_textures() 164 emitted |= emit_texture(ring, ctx, &ctx->fragtex, i, emitted); in emit_textures()
|
D | fd2_program.c | 263 patch_tex_fetches(ctx, prog->fp, &ctx->fragtex); in fd2_program_validate()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_texture.c | 95 bind_sampler_states(&ctx->fragtex, start, nr, hwcso); in fd_sampler_states_bind() 119 if (nr != ctx->fragtex.num_textures) in fd_set_sampler_views() 122 set_sampler_views(&ctx->fragtex, start, nr, views); in fd_set_sampler_views()
|
D | freedreno_resource.c | 84 for (i = 0; i < ctx->fragtex.num_textures && !(ctx->dirty & FD_DIRTY_FRAGTEX); i++) { in fd_invalidate_resource() 85 if (ctx->fragtex.textures[i] && (ctx->fragtex.textures[i]->texture == prsc)) in fd_invalidate_resource() 1082 ctx->fragtex.num_samplers, in fd_blitter_pipe_begin() 1083 (void **)ctx->fragtex.samplers); in fd_blitter_pipe_begin() 1085 ctx->fragtex.num_textures, ctx->fragtex.textures); in fd_blitter_pipe_begin()
|
D | freedreno_draw.c | 156 foreach_bit(i, ctx->fragtex.valid_textures) in fd_draw_vbo() 157 resource_read(batch, ctx->fragtex.textures[i]->texture); in fd_draw_vbo()
|
D | freedreno_context.h | 232 struct fd_texture_stateobj verttex, fragtex; member
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_blit.c | 180 vc4->fragtex.num_samplers, in vc4_blitter_save() 181 (void **)vc4->fragtex.samplers); in vc4_blitter_save() 183 vc4->fragtex.num_textures, vc4->fragtex.textures); in vc4_blitter_save()
|
D | vc4_draw.c | 235 &vc4->fragtex); in vc4_emit_gl_shader_state() 297 vc4_predraw_check_textures(pctx, &vc4->fragtex); in vc4_draw_vbo()
|
D | vc4_context.h | 362 struct vc4_texture_stateobj verttex, fragtex; member
|
D | vc4_state.c | 455 return &vc4->fragtex; in vc4_get_stage_tex()
|
D | vc4_program.c | 2684 vc4_setup_shared_key(vc4, &key->base, &vc4->fragtex); in vc4_update_compiled_fs()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_emit.c | 269 setup_border_colors(&ctx->fragtex, &entries[ctx->verttex.num_samplers]); in emit_border_color() 666 needs_border |= emit_textures(ctx, ring, SB_FRAG_TEX, &ctx->fragtex); in fd5_emit_state() 668 OUT_RING(ring, ctx->fragtex.num_textures); in fd5_emit_state()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_emit.c | 757 emit_textures(ctx, ring, SB_FRAG_TEX, &ctx->fragtex, fp); in fd4_emit_state()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_emit.c | 798 emit_textures(ctx, ring, SB_FRAG_TEX, &ctx->fragtex); in fd3_emit_state()
|