HomeSort by relevance Sort by last modified time
    Searched refs:sampler_unit (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.h 45 unsigned sampler_unit,
lp_bld_sample.h 262 unsigned sampler_unit);
269 unsigned sampler_unit);
276 unsigned sampler_unit);
283 unsigned sampler_unit);
lp_bld_tgsi_info.c 160 tex_info->sampler_unit = inst->Src[3].Register.Index;
168 tex_info->sampler_unit = inst->Src[1].Register.Index;
244 tex_info->sampler_unit = inst->Src[2].Register.Index;
246 if (tex_info->texture_unit != tex_info->sampler_unit) {
491 tex_info->sampler_unit,
lp_bld_tgsi.h 114 unsigned sampler_unit:8; /* Sampler unit */ member in struct:lp_tgsi_texture_info
lp_bld_sample.c 698 unsigned sampler_unit,
745 bld->context_ptr, sampler_unit);
836 bld->context_ptr, sampler_unit);
846 bld->context_ptr, sampler_unit);
854 bld->context_ptr, sampler_unit);
    [all...]
lp_bld_sample_soa.c     [all...]
lp_bld_tgsi_soa.c 2362 unsigned texture_unit, sampler_unit; local
    [all...]
lp_bld_sample_aos.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm_sample.c 134 unsigned sampler_unit,
144 debug_assert(sampler_unit < PIPE_MAX_SAMPLERS);
151 indices[2] = lp_build_const_int32(gallivm, sampler_unit);
162 lp_build_name(res, "context.sampler%u.%s", sampler_unit, member_name);
205 unsigned sampler_unit) \
208 sampler_unit, _index, #_name, _emit_load ); \
draw_pipe_pstipple.c 67 uint sampler_unit; member in struct:pstip_fragment_shader
137 &pstip->fs->sampler_unit,
143 assert(pstip->fs->sampler_unit < PIPE_MAX_SAMPLERS);
201 /* we'll use sampler/texture[pstip->sampler_unit] for the stipple */
202 num_samplers = MAX2(pstip->num_samplers, pstip->fs->sampler_unit + 1);
206 pstip->state.samplers[pstip->fs->sampler_unit] = pstip->sampler_cso;
207 pipe_sampler_view_reference(&pstip->state.sampler_views[pstip->fs->sampler_unit],
draw_pipe_aaline.c 78 uint sampler_unit; member in struct:aaline_fragment_shader
360 aaline->fs->sampler_unit = transform.freeSampler;
675 /* we'll use sampler/texture[aaline->sampler_unit] for the alpha texture */
676 num_samplers = MAX2(aaline->num_samplers, aaline->fs->sampler_unit + 1);
679 aaline->state.sampler[aaline->fs->sampler_unit] = aaline->sampler_cso;
680 pipe_sampler_view_reference(&aaline->state.sampler_views[aaline->fs->sampler_unit],
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tex_sample.c 172 unsigned sampler_unit,
182 assert(sampler_unit < PIPE_MAX_SAMPLERS);
189 indices[2] = lp_build_const_int32(gallivm, sampler_unit);
200 lp_build_name(res, "context.sampler%u.%s", sampler_unit, member_name);
211 unsigned sampler_unit) \
214 sampler_unit, _index, #_name, _emit_load ); \
  /external/mesa3d/src/gallium/drivers/swr/
swr_tex_sample.cpp 197 unsigned sampler_unit,
207 assert(sampler_unit < PIPE_MAX_SAMPLERS);
225 indices[2] = lp_build_const_int32(gallivm, sampler_unit);
236 lp_build_name(res, "context.sampler%u.%s", sampler_unit, member_name);
247 unsigned sampler_unit) \
252 sampler_unit, \
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 2681 const uint sampler_unit = inst->Src[2].Register.Index; local
2811 const uint sampler_unit = inst->Src[2].Register.Index; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c 5085 const unsigned sampler_unit = inst->Src[2].Register.Index; local
    [all...]

Completed in 1231 milliseconds