Home
last modified time | relevance | path

Searched refs:samp_id (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_uniforms.c36 get_const_idx(const struct etna_context *ctx, bool frag, unsigned samp_id) in get_const_idx() argument
39 return samp_id; in get_const_idx()
41 return samp_id + ctx->specs.vertex_sampler_offset; in get_const_idx()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_texture.c167 unsigned samp_id) in fd2_get_const_idx() argument
170 return samp_id; in fd2_get_const_idx()
171 return samp_id + ctx->fragtex.num_samplers; in fd2_get_const_idx()
Dfd2_emit.c124 struct fd_texture_stateobj *tex, unsigned samp_id, texmask emitted) in emit_texture() argument
126 unsigned const_idx = fd2_get_const_idx(ctx, tex, samp_id); in emit_texture()
134 sampler = tex->samplers[samp_id] ? in emit_texture()
135 fd2_sampler_stateobj(tex->samplers[samp_id]) : in emit_texture()
137 view = fd2_pipe_sampler_view(tex->textures[samp_id]); in emit_texture()
Dfd2_program.h64 unsigned samp_id; member
Dfd2_texture.h64 struct fd_texture_stateobj *tex, unsigned samp_id);
Dfd2_program.c229 unsigned samp_id = so->tfetch_instrs[i].samp_id; in patch_tex_fetches() local
230 unsigned const_idx = fd2_get_const_idx(ctx, tex, samp_id); in patch_tex_fetches()
Dfd2_compiler.c798 ctx->so->tfetch_instrs[idx].samp_id = inst->Src[1].Register.Index; in translate_tex()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.h65 struct fd_texture_stateobj *tex, unsigned samp_id);
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.h67 struct fd_texture_stateobj *tex, unsigned samp_id);
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.h66 struct fd_texture_stateobj *tex, unsigned samp_id);