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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 116 unsigned texture_unit; member in struct:lp_sampler_size_query_params
197 unsigned texture_unit);
204 unsigned texture_unit);
211 unsigned texture_unit);
218 unsigned texture_unit);
225 unsigned texture_unit);
232 unsigned texture_unit);
239 unsigned texture_unit);
246 unsigned texture_unit);
253 unsigned texture_unit);
    [all...]
lp_bld_tgsi_info.c 161 tex_info->texture_unit = inst->Src[3].Register.Index;
169 tex_info->texture_unit = inst->Src[1].Register.Index;
243 tex_info->texture_unit = inst->Src[1].Register.Index;
246 if (tex_info->texture_unit != tex_info->sampler_unit) {
490 tex_info->texture_unit,
lp_bld_sample.c 210 unsigned texture_unit,
250 bld->context_ptr, texture_unit);
697 unsigned texture_unit,
762 rho = lp_build_rho(bld, texture_unit, s, t, r, cube_rho, derivs);
    [all...]
lp_bld_sample_soa.c 3472 unsigned texture_unit = params->texture_unit; local
    [all...]
lp_bld_tgsi.h 115 unsigned texture_unit:8; /* Texture unit */ member in struct:lp_tgsi_texture_info
lp_bld_tgsi_soa.c 2362 unsigned texture_unit, sampler_unit; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm_sample.c 88 unsigned texture_unit,
98 debug_assert(texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS);
105 indices[2] = lp_build_const_int32(gallivm, texture_unit);
116 lp_build_name(res, "context.texture%u.%s", texture_unit, member_name);
182 unsigned texture_unit) \
185 texture_unit, _index, #_name, _emit_load ); \
258 assert(params->texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS);
261 &sampler->dynamic_state.static_state[params->texture_unit].texture_state,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tex_sample.c 94 unsigned texture_unit,
104 assert(texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS);
111 indices[2] = lp_build_const_int32(gallivm, texture_unit);
122 lp_build_name(res, "context.texture%u.%s", texture_unit, member_name);
142 unsigned texture_unit) \
145 texture_unit, _index, #_name, _emit_load ); \
283 assert(params->texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS);
286 &sampler->dynamic_state.static_state[params->texture_unit].texture_state,
  /external/mesa3d/src/gallium/drivers/swr/
swr_tex_sample.cpp 103 unsigned texture_unit,
113 assert(texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS);
131 indices[2] = lp_build_const_int32(gallivm, texture_unit);
142 lp_build_name(res, "context.texture%u.%s", texture_unit, member_name);
162 unsigned texture_unit) \
167 texture_unit, \
310 assert(params->texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS);
314 &sampler->dynamic_state.static_state[params->texture_unit].texture_state,
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.h 404 void SetBaseTextureUnit(GLuint texture_unit) {
405 base_texture_unit_ = texture_unit;

Completed in 515 milliseconds