Home
last modified time | relevance | path

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

/third_party/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()
174 struct gl_fixedfunc_texture_unit *texUnit, in set_combiner_source()
265 struct gl_fixedfunc_texture_unit *texUnit, in set_combiner_operand()
335 struct gl_fixedfunc_texture_unit *texUnit, in set_combiner_scale()
392 struct gl_fixedfunc_texture_unit *texUnit = in _mesa_texenvfv_indexed() local
449 struct gl_texture_unit *texUnit = in _mesa_texenvfv_indexed() local
617 const struct gl_fixedfunc_texture_unit *texUnit, in get_texenvi()
711 struct gl_fixedfunc_texture_unit *texUnit = in _mesa_gettexenvfv_indexed() local
[all …]
Dtexstate.c134 const struct gl_fixedfunc_texture_unit *texUnit = ctx->Texture.FixedFuncUnit + unit; in _mesa_print_texunit_state() local
296 const GLuint texUnit = texture - GL_TEXTURE0; in active_texture() local
359 GLuint texUnit = texture - GL_TEXTURE0; in _mesa_ClientActiveTexture() local
492 pack_tex_combine(struct gl_fixedfunc_texture_unit *texUnit) in pack_tex_combine()
525 struct gl_texture_unit *texUnit, in update_tex_combine()
625 struct gl_fixedfunc_texture_unit *texUnit = in update_texgen() local
662 struct gl_texture_unit *texUnit; in update_single_program_texture() local
783 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; in update_ff_texture_state() local
1053 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[u]; in _mesa_init_texture() local
1066 struct gl_fixedfunc_texture_unit *texUnit = in _mesa_init_texture() local
[all …]
Denable.c324 struct gl_fixedfunc_texture_unit *texUnit = in enable_texture() local
913 struct gl_fixedfunc_texture_unit *texUnit = get_texcoord_unit(ctx); in _mesa_set_enable() local
936 struct gl_fixedfunc_texture_unit *texUnit = get_texcoord_unit(ctx); in _mesa_set_enable() local
1515 const struct gl_fixedfunc_texture_unit *const texUnit = in is_texture_enabled() local
1737 const struct gl_fixedfunc_texture_unit *texUnit = in _mesa_IsEnabled() local
1751 const struct gl_fixedfunc_texture_unit *texUnit = in _mesa_IsEnabled() local
Dtexobj.c157 struct gl_texture_unit *texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_get_current_tex_object() local
240 struct gl_texture_unit *texUnit; in _mesa_get_texobj_by_target_and_texunit() local
1413 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; in unbind_textures_from_unit() local
1591 struct gl_texture_unit *texUnit; in bind_texture_object() local
1901 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[first + i]; in bind_textures() local
Dcontext.c1067 struct gl_fixedfunc_texture_unit *texUnit = in _mesa_initialize_context() local
Dtexgen.c50 struct gl_fixedfunc_texture_unit* texUnit; in get_texgen() local
Dff_fragment_shader.cpp272 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i]; in make_state_key() local
Drastpos.c293 const struct gl_fixedfunc_texture_unit *texUnit = in compute_texgen() local
Duniform_query.cpp1224 const unsigned texUnit = ((unsigned *) values)[i]; in validate_uniform() local
Dffvertex_prog.c251 struct gl_fixedfunc_texture_unit *texUnit = in make_state_key() local
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/framework/opengl/
DgluStrUtil.hpp61 const deUint32 texUnit; member in glu::detail::TextureUnitStr
/third_party/mesa3d/src/mesa/state_tracker/
Dst_texture.h137 const GLuint texUnit = prog->SamplerUnits[unit]; in st_get_texture_object() local
Dst_atom_texture.c60 GLuint texUnit, bool glsl130_or_later, in st_update_single_texture()
Dst_atom_sampler.c154 GLuint texUnit) in st_convert_sampler_from_unit()
Dst_texture.c513 struct gl_program *prog, GLuint texUnit) in st_create_texture_handle_from_unit()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp1184 void TextureRenderer::renderQuad (tcu::Surface& result, int texUnit, const float* texCoord, Texture… in renderQuad()
1189 void TextureRenderer::renderQuad (tcu::Surface& result, int texUnit, const float* texCoord, const R… in renderQuad()
1194 void TextureRenderer::renderQuad (const tcu::PixelBufferAccess& result, int texUnit, const float* t… in renderQuad()
1209 int texUnit, in renderQuad()
1219 int texUnit, in renderQuad()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureTestUtil.cpp1184 void TextureRenderer::renderQuad (tcu::Surface& result, int texUnit, const float* texCoord, Texture… in renderQuad()
1189 void TextureRenderer::renderQuad (tcu::Surface& result, int texUnit, const float* texCoord, const R… in renderQuad()
1194 void TextureRenderer::renderQuad (const tcu::PixelBufferAccess& result, int texUnit, const float* t… in renderQuad()
1209 int texUnit, in renderQuad()
1219 int texUnit, in renderQuad()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1415 const int texUnit = 1; in setupRenderState() local