Home
last modified time | relevance | path

Searched refs:texture_unit (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h117 unsigned texture_unit; member
199 unsigned texture_unit);
206 unsigned texture_unit);
213 unsigned texture_unit);
220 unsigned texture_unit);
227 unsigned texture_unit);
234 unsigned texture_unit);
241 unsigned texture_unit);
248 unsigned texture_unit);
255 unsigned texture_unit);
[all …]
Dlp_bld_tgsi_info.c161 tex_info->texture_unit = inst->Src[3].Register.Index; in analyse_tex()
169 tex_info->texture_unit = inst->Src[1].Register.Index; in analyse_tex()
243 tex_info->texture_unit = inst->Src[1].Register.Index; in analyse_sample()
246 if (tex_info->texture_unit != tex_info->sampler_unit) { in analyse_sample()
486 tex_info->texture_unit, in dump_info()
Dlp_bld_sample.c210 unsigned texture_unit, in lp_build_rho() argument
250 bld->context_ptr, texture_unit); in lp_build_rho()
698 unsigned texture_unit, in lp_build_lod_selector() argument
764 rho = lp_build_rho(bld, texture_unit, s, t, r, cube_rho, derivs); in lp_build_lod_selector()
905 unsigned texture_unit, in lp_build_nearest_mip_level() argument
915 bld->context_ptr, texture_unit); in lp_build_nearest_mip_level()
917 bld->context_ptr, texture_unit); in lp_build_nearest_mip_level()
960 unsigned texture_unit, in lp_build_linear_mip_levels() argument
977 bld->context_ptr, texture_unit); in lp_build_linear_mip_levels()
979 bld->context_ptr, texture_unit); in lp_build_linear_mip_levels()
[all …]
Dlp_bld_sample_soa.c2004 unsigned texture_unit, in lp_build_layer_coord() argument
2013 bld->context_ptr, texture_unit); in lp_build_layer_coord()
2584 unsigned texture_unit, in lp_build_fetch_texel() argument
2611 lp_build_nearest_mip_level(bld, texture_unit, ilevel, &ilevel, in lp_build_fetch_texel()
2618 bld->context_ptr, texture_unit); in lp_build_fetch_texel()
2633 z = lp_build_layer_coord(bld, texture_unit, FALSE, z, &out1); in lp_build_fetch_texel()
2637 z = lp_build_layer_coord(bld, texture_unit, FALSE, z, NULL); in lp_build_fetch_texel()
3777 unsigned texture_unit = params->texture_unit; in lp_build_size_query_soa() local
3842 context_ptr, texture_unit); in lp_build_size_query_soa()
3853 context_ptr, texture_unit), in lp_build_size_query_soa()
[all …]
Dlp_bld_tgsi.h115 unsigned texture_unit:8; /* Texture unit */ member
Dlp_bld_tgsi_soa.c2238 unsigned texture_unit, sampler_unit; in emit_sample() local
2264 texture_unit = inst->Src[1].Register.Index; in emit_sample()
2272 switch (bld->sv[texture_unit].Resource) { in emit_sample()
2384 params.texture_index = texture_unit; in emit_sample()
2593 params.texture_unit = unit; in emit_size_query()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm_sample.c88 unsigned texture_unit, in draw_llvm_texture_member() argument
98 debug_assert(texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS); in draw_llvm_texture_member()
105 indices[2] = lp_build_const_int32(gallivm, texture_unit); in draw_llvm_texture_member()
116 lp_build_name(res, "context.texture%u.%s", texture_unit, member_name); in draw_llvm_texture_member()
182 unsigned texture_unit) \
185 texture_unit, _index, #_name, _emit_load ); \
258 assert(params->texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS); in draw_llvm_sampler_soa_emit_size_query()
261 &sampler->dynamic_state.static_state[params->texture_unit].texture_state, in draw_llvm_sampler_soa_emit_size_query()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tex_sample.c94 unsigned texture_unit, in lp_llvm_texture_member() argument
104 assert(texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS); in lp_llvm_texture_member()
111 indices[2] = lp_build_const_int32(gallivm, texture_unit); in lp_llvm_texture_member()
122 lp_build_name(res, "context.texture%u.%s", texture_unit, member_name); in lp_llvm_texture_member()
142 unsigned texture_unit) \
145 texture_unit, _index, #_name, _emit_load ); \
283 assert(params->texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS); in lp_llvm_sampler_soa_emit_size_query()
286 &sampler->dynamic_state.static_state[params->texture_unit].texture_state, in lp_llvm_sampler_soa_emit_size_query()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_tex_sample.cpp103 unsigned texture_unit, in swr_texture_member() argument
113 assert(texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS); in swr_texture_member()
134 indices[2] = lp_build_const_int32(gallivm, texture_unit); in swr_texture_member()
145 lp_build_name(res, "context.texture%u.%s", texture_unit, member_name); in swr_texture_member()
165 unsigned texture_unit) \
170 texture_unit, \
316 assert(params->texture_unit < PIPE_MAX_SHADER_SAMPLER_VIEWS); in swr_sampler_soa_emit_size_query()
320 &sampler->dynamic_state.static_state[params->texture_unit].texture_state, in swr_sampler_soa_emit_size_query()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp367 …void setupSampler(glw::GLuint texture_unit, const glw::GLchar* sampler_name, glw::GLuint program_i…
DesextcTextureCubeMapArraySampling.cpp4997 void TextureCubeMapArraySamplingTest::textureDefinition::setupSampler(glw::GLuint texture_unit, argument
5013 m_gl->activeTexture(GL_TEXTURE0 + texture_unit);
5025 m_gl->uniform1i(sampler_location, texture_unit);
/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp6309 …bindTextureToTargetToSpecificTextureUnit(GLuint to_id, GLenum texture_target, GLenum texture_unit);
7203 …:bindTextureToTargetToSpecificTextureUnit(GLuint to_id, GLenum texture_target, GLenum texture_unit) in bindTextureToTargetToSpecificTextureUnit() argument
7209 gl.activeTexture(texture_unit); in bindTextureToTargetToSpecificTextureUnit()