Home
last modified time | relevance | path

Searched refs:_MaxEnabledTexImageUnit (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexstate.c705 ctx->Texture._MaxEnabledTexImageUnit = in update_single_program_texture_state()
706 MAX2(ctx->Texture._MaxEnabledTexImageUnit, (int)unit); in update_single_program_texture_state()
826 ctx->Texture._MaxEnabledTexImageUnit = in update_ff_texture_state()
827 MAX2(ctx->Texture._MaxEnabledTexImageUnit, (int)unit); in update_ff_texture_state()
852 ctx->Texture._MaxEnabledTexImageUnit = in fix_missing_textures_for_atifs()
853 MAX2(ctx->Texture._MaxEnabledTexImageUnit, (int)unit); in fix_missing_textures_for_atifs()
872 int old_max_unit = ctx->Texture._MaxEnabledTexImageUnit; in _mesa_update_texture_state()
888 ctx->Texture._MaxEnabledTexImageUnit = -1; in _mesa_update_texture_state()
906 for (i = 0; i <= ctx->Texture._MaxEnabledTexImageUnit; i++) { in _mesa_update_texture_state()
910 for (i = ctx->Texture._MaxEnabledTexImageUnit + 1; i <= old_max_unit; i++) { in _mesa_update_texture_state()
Dffvertex_prog.c236 ctx->Texture._MaxEnabledTexImageUnit != -1) in make_state_key()
Dmtypes.h1320 GLint _MaxEnabledTexImageUnit; member
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_texblend.c446 if (ctx->Texture._MaxEnabledTexImageUnit != -1) { in i830EmitTextureBlend()
447 for (unit = 0; unit <= ctx->Texture._MaxEnabledTexImageUnit; unit++) in i830EmitTextureBlend()
450 unit == ctx->Texture._MaxEnabledTexImageUnit); in i830EmitTextureBlend()
Dintel_pixel.c81 if (ctx->Texture._MaxEnabledTexImageUnit != -1) { in intel_check_blit_fragment_ops()
Dintel_pixel_copy.c121 ctx->Texture._MaxEnabledTexImageUnit != -1 || in do_blit_copypixels()
/external/mesa3d/src/mesa/swrast/
Ds_texture.c364 for (unit = 0; unit <= ctx->Texture._MaxEnabledTexImageUnit; unit++) { in _swrast_map_textures()
380 for (unit = 0; unit <= ctx->Texture._MaxEnabledTexImageUnit; unit++) { in _swrast_unmap_textures()
Ds_context.c77 if (ctx->Texture._MaxEnabledTexImageUnit >= 0) rasterMask |= TEXTURE_BIT; in _swrast_update_rasterflags()
291 && ctx->Texture._MaxEnabledTexImageUnit == -1 in _swrast_update_specular_vertex_add()
Ds_triangle.c1075 && ctx->Texture._MaxEnabledTexImageUnit == 0 in _swrast_choose_triangle()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c78 if (ctx->Texture._MaxEnabledTexImageUnit != -1) { in intel_check_blit_fragment_ops()
Dintel_tex_validate.c189 const int max_enabled_unit = ctx->Texture._MaxEnabledTexImageUnit; in brw_validate_textures()
Dintel_pixel_copy.c125 ctx->Texture._MaxEnabledTexImageUnit != -1 || in do_blit_copypixels()
Dbrw_draw.c416 int maxEnabledUnit = ctx->Texture._MaxEnabledTexImageUnit; in brw_predraw_resolve_inputs()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_frag.c368 if (ctx->Texture._MaxEnabledTexImageUnit != -1) { in nv10_get_final_combiner()
377 *n = ctx->Texture._MaxEnabledTexImageUnit + 1; in nv10_get_final_combiner()
Dnv04_state_frag.c289 if (ctx->Texture._MaxEnabledTexImageUnit != -1) in nv04_emit_tex_env()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_line.c100 && ctx->Texture._MaxEnabledTexImageUnit == -1 in xmesa_choose_point()
459 if (ctx->Texture._MaxEnabledTexImageUnit != -1) return (swrast_line_func) NULL; in get_line_func()
Dxm_tri.c1020 if (ctx->Texture._MaxEnabledTexImageUnit != -1) in get_triangle_func()
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c217 ctx->Texture._MaxEnabledTexImageUnit == -1 || in osmesa_choose_line_function()
332 ctx->Texture._MaxEnabledTexImageUnit != -1) { in osmesa_choose_triangle_function()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state_init.c254 CHECK( tex_any, ctx->Texture._MaxEnabledTexImageUnit != -1, 0 )
255 CHECK( tf, (ctx->Texture._MaxEnabledTexImageUnit != -1 && !_mesa_ati_fragment_shader_enabled(ctx)),…
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2376 ctx->Texture._MaxEnabledTexImageUnit != -1 || in _mesa_meta_Bitmap()