Searched refs:fragtex (Results 1 - 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_texture.c119 if (nr != ctx->fragtex.num_samplers)
169 if (tex == &ctx->fragtex)
171 return samp_id + ctx->fragtex.num_samplers;
H A Dfd2_emit.c162 for (i = 0; i < ctx->fragtex.num_samplers; i++)
163 if (ctx->fragtex.samplers[i])
164 emitted |= emit_texture(ring, ctx, &ctx->fragtex, i, emitted);
H A Dfd2_program.c263 patch_tex_fetches(ctx, prog->fp, &ctx->fragtex);
/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_texture.c95 bind_sampler_states(&ctx->fragtex, start, nr, hwcso);
119 if (nr != ctx->fragtex.num_textures)
122 set_sampler_views(&ctx->fragtex, start, nr, views);
H A Dfreedreno_resource.c84 for (i = 0; i < ctx->fragtex.num_textures && !(ctx->dirty & FD_DIRTY_FRAGTEX); i++) {
85 if (ctx->fragtex.textures[i] && (ctx->fragtex.textures[i]->texture == prsc))
1082 ctx->fragtex.num_samplers,
1083 (void **)ctx->fragtex.samplers);
1085 ctx->fragtex.num_textures, ctx->fragtex.textures);
H A Dfreedreno_draw.c156 foreach_bit(i, ctx->fragtex.valid_textures)
157 resource_read(batch, ctx->fragtex.textures[i]->texture);
H A Dfreedreno_context.h232 struct fd_texture_stateobj verttex, fragtex; member in struct:fd_context
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_blit.c180 vc4->fragtex.num_samplers,
181 (void **)vc4->fragtex.samplers);
183 vc4->fragtex.num_textures, vc4->fragtex.textures);
H A Dvc4_context.h362 struct vc4_texture_stateobj verttex, fragtex; member in struct:vc4_context
H A Dvc4_draw.c235 &vc4->fragtex);
297 vc4_predraw_check_textures(pctx, &vc4->fragtex);
H A Dvc4_state.c455 return &vc4->fragtex;
H A Dvc4_program.c2684 vc4_setup_shared_key(vc4, &key->base, &vc4->fragtex);
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c269 setup_border_colors(&ctx->fragtex, &entries[ctx->verttex.num_samplers]);
666 needs_border |= emit_textures(ctx, ring, SB_FRAG_TEX, &ctx->fragtex);
668 OUT_RING(ring, ctx->fragtex.num_textures);
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c757 emit_textures(ctx, ring, SB_FRAG_TEX, &ctx->fragtex, fp);
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c798 emit_textures(ctx, ring, SB_FRAG_TEX, &ctx->fragtex);

Completed in 316 milliseconds