Home
last modified time | relevance | path

Searched defs:texUnit (Results 1 – 25 of 29) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dtexenv.c51 struct gl_fixedfunc_texture_unit *texUnit, in set_env_mode()
91 struct gl_fixedfunc_texture_unit *texUnit, in set_env_color()
108 struct gl_fixedfunc_texture_unit *texUnit, in set_combiner_mode()
177 struct gl_fixedfunc_texture_unit *texUnit, in set_combiner_source()
269 struct gl_fixedfunc_texture_unit *texUnit, in set_combiner_operand()
352 struct gl_fixedfunc_texture_unit *texUnit, in set_combiner_scale()
409 struct gl_fixedfunc_texture_unit *texUnit = in _mesa_texenvfv_indexed() local
466 struct gl_texture_unit *texUnit = in _mesa_texenvfv_indexed() local
637 const struct gl_fixedfunc_texture_unit *texUnit, in get_texenvi()
731 struct gl_fixedfunc_texture_unit *texUnit = in _mesa_gettexenvfv_indexed() local
[all …]
Dtexstate.c128 const struct gl_fixedfunc_texture_unit *texUnit = ctx->Texture.FixedFuncUnit + unit; in _mesa_print_texunit_state() local
290 const GLuint texUnit = texture - GL_TEXTURE0; in active_texture() local
353 GLuint texUnit = texture - GL_TEXTURE0; in _mesa_ClientActiveTexture() local
480 pack_tex_combine(struct gl_fixedfunc_texture_unit *texUnit) in pack_tex_combine()
513 struct gl_texture_unit *texUnit, in update_tex_combine()
613 struct gl_fixedfunc_texture_unit *texUnit = in update_texgen() local
650 struct gl_texture_unit *texUnit; in update_single_program_texture() local
771 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; in update_ff_texture_state() local
1023 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[u]; in _mesa_init_texture() local
1036 struct gl_fixedfunc_texture_unit *texUnit = in _mesa_init_texture() local
[all …]
Denable.c306 struct gl_fixedfunc_texture_unit *texUnit = in enable_texture() local
884 struct gl_fixedfunc_texture_unit *texUnit = get_texcoord_unit(ctx); in _mesa_set_enable() local
905 struct gl_fixedfunc_texture_unit *texUnit = get_texcoord_unit(ctx); in _mesa_set_enable() local
1484 const struct gl_fixedfunc_texture_unit *const texUnit = in is_texture_enabled() local
1706 const struct gl_fixedfunc_texture_unit *texUnit = in _mesa_IsEnabled() local
1720 const struct gl_fixedfunc_texture_unit *texUnit = in _mesa_IsEnabled() local
Dtexobj.c148 struct gl_texture_unit *texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_get_current_tex_object() local
232 struct gl_texture_unit *texUnit; in _mesa_get_texobj_by_target_and_texunit() local
1432 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; in unbind_textures_from_unit() local
1655 struct gl_texture_unit *texUnit; in bind_texture_object() local
1986 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[first + i]; in bind_textures() local
Dcontext.c1279 struct gl_fixedfunc_texture_unit *texUnit = in _mesa_initialize_context() local
Dtexgen.c48 struct gl_fixedfunc_texture_unit* texUnit; in get_texgen() local
Dff_fragment_shader.cpp275 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i]; in make_state_key() local
Drastpos.c287 const struct gl_fixedfunc_texture_unit *texUnit = in compute_texgen() local
Duniform_query.cpp981 const unsigned texUnit = ((unsigned *) values)[i]; in validate_uniform() local
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c61 GLuint texUnit, bool glsl130_or_later, in st_update_single_texture()
127 const GLuint texUnit = prog->SamplerUnits[unit]; in update_textures() local
Dst_atom_sampler.c234 GLuint texUnit) in st_convert_sampler_from_unit()
Dst_texture.h244 const GLuint texUnit = prog->SamplerUnits[unit]; in st_get_texture_object() local
Dst_texture.c513 struct gl_program *prog, GLuint texUnit) in st_create_texture_handle_from_unit()
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp302 void TextureRenderer::renderQuad (int texUnit, const float* texCoord, TextureType texType) in renderQuad()
307 void TextureRenderer::renderQuad (int texUnit, const float* texCoord, const RenderParams& params) in renderQuad()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_texstate.c221 const struct gl_fixedfunc_texture_unit *texUnit = in r200UpdateTextureEnv() local
771 const struct gl_fixedfunc_texture_unit *texUnit = in r200UpdateAllTexEnv() local
1087 const struct gl_fixedfunc_texture_unit *texUnit = in r200_validate_texgen() local
Dr200_tex.c301 struct gl_fixedfunc_texture_unit *texUnit = in r200TexEnv() local
/external/mesa3d/src/mesa/tnl/
Dt_vb_texgen.c341 const struct gl_fixedfunc_texture_unit *texUnit = in texgen() local
494 struct gl_fixedfunc_texture_unit *texUnit = in run_texgen_stage() local
518 struct gl_fixedfunc_texture_unit *texUnit = in validate_texgen_stage() local
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texstate.c211 const struct gl_fixedfunc_texture_unit *texUnit = in radeonUpdateTextureEnv() local
796 struct gl_fixedfunc_texture_unit *texUnit = in radeon_validate_texgen() local
Dradeon_tex.c260 struct gl_fixedfunc_texture_unit *texUnit = in radeonTexEnv() local
/external/deqp/framework/opengl/
DgluStrUtil.hpp61 const deUint32 texUnit; member in glu::detail::TextureUnitStr
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp1138 void TextureRenderer::renderQuad (tcu::Surface& result, int texUnit, const float* texCoord, Texture… in renderQuad()
1143 void TextureRenderer::renderQuad (tcu::Surface& result, int texUnit, const float* texCoord, const R… in renderQuad()
1148 void TextureRenderer::renderQuad (const tcu::PixelBufferAccess& result, int texUnit, const float* t… in renderQuad()
1163 int texUnit, in renderQuad()
1173 int texUnit, in renderQuad()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_texblend.c391 struct gl_fixedfunc_texture_unit *texUnit = in emit_texblend() local
/external/mesa3d/src/mesa/swrast/
Ds_fragprog.c116 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; in fetch_texel_deriv() local
Ds_texcombine.c652 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; in _swrast_texture_span() local
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c623 nouveau_bind_texture(struct gl_context *ctx, GLuint texUnit, in nouveau_bind_texture()

12