/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.h | 117 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 …]
|
D | lp_bld_tgsi_info.c | 161 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()
|
D | lp_bld_sample.c | 210 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 …]
|
D | lp_bld_sample_soa.c | 2004 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 …]
|
D | lp_bld_tgsi.h | 115 unsigned texture_unit:8; /* Texture unit */ member
|
D | lp_bld_tgsi_soa.c | 2238 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/ |
D | draw_llvm_sample.c | 88 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/ |
D | lp_tex_sample.c | 94 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/ |
D | swr_tex_sample.cpp | 103 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/ |
D | esextcTextureCubeMapArraySampling.hpp | 367 …void setupSampler(glw::GLuint texture_unit, const glw::GLchar* sampler_name, glw::GLuint program_i…
|
D | esextcTextureCubeMapArraySampling.cpp | 4997 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/ |
D | es3cCopyTexImageConversionsTests.cpp | 6309 …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()
|