Home
last modified time | relevance | path

Searched refs:_EnabledUnits (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texture.c295 GLbitfield enabledUnits = ctx->Texture._EnabledUnits; in _swrast_map_textures()
315 GLbitfield enabledUnits = ctx->Texture._EnabledUnits; in _swrast_unmap_textures()
Ds_context.c77 if (ctx->Texture._EnabledUnits) rasterMask |= TEXTURE_BIT; in _swrast_update_rasterflags()
292 && ctx->Texture._EnabledUnits == 0x0 in _swrast_update_specular_vertex_add()
529 attribsMask |= (ctx->Texture._EnabledUnits << FRAG_ATTRIB_TEX0); in _swrast_update_active_attribs()
Ds_triangle.c1074 && ctx->Texture._EnabledUnits == 0x1 in _swrast_choose_triangle()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c80 if (ctx->Texture._EnabledUnits) { in intel_check_blit_fragment_ops()
Dintel_pixel_copy.c67 ctx->Texture._EnabledUnits || in intel_check_copypixel_blit_fragment_ops()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel.c80 if (ctx->Texture._EnabledUnits) { in intel_check_blit_fragment_ops()
Dintel_pixel_copy.c67 ctx->Texture._EnabledUnits || in intel_check_copypixel_blit_fragment_ops()
Di830_texblend.c447 if (ctx->Texture._EnabledUnits) { in i830EmitTextureBlend()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_pixel.c80 if (ctx->Texture._EnabledUnits) { in intel_check_blit_fragment_ops()
Dintel_pixel_copy.c67 ctx->Texture._EnabledUnits || in intel_check_copypixel_blit_fragment_ops()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_frag.c356 if (ctx->Texture._EnabledUnits) { in nv10_get_final_combiner()
365 *n = log2i(ctx->Texture._EnabledUnits) + 1; in nv10_get_final_combiner()
Dnv04_state_frag.c289 if (ctx->Texture._EnabledUnits) in nv04_emit_tex_env()
/external/mesa3d/src/mesa/main/
Dtexstate.c525 ctx->Texture._EnabledUnits = 0x0; in update_texture_state()
621 ctx->Texture._EnabledUnits |= (1 << unit); in update_texture_state()
802 ctx->Texture._EnabledUnits = 0x0; in _mesa_init_texture()
Dmtypes.h1449 GLbitfield _EnabledUnits; member
Dffvertex_prog.c239 ctx->Texture._EnabledUnits) in make_state_key()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_line.c100 && !ctx->Texture._EnabledUnits in xmesa_choose_point()
459 if (ctx->Texture._EnabledUnits) return (swrast_line_func) NULL; in get_line_func()
Dxm_tri.c1018 if (ctx->Texture._EnabledUnits) in get_triangle_func()
/external/mesa3d/docs/
DRELNOTES-4.1170 This field is being replaced by ctx->Texture._EnabledUnits which has one
171 bit per texture unit. If the bit k of _EnabledUnits is set, that means
DRELNOTES-5.1229 If a bit is set in the ctx->Texture._EnabledUnits bitmask is set, the
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c199 if (ctx->Texture._EnabledUnits) return NULL; in osmesa_choose_line_function()
301 if (ctx->Texture._EnabledUnits) return (swrast_tri_func) NULL; in osmesa_choose_triangle_function()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state_init.c254 CHECK( tex_any, ctx->Texture._EnabledUnits, 0 )
255 CHECK( tf, (ctx->Texture._EnabledUnits && !ctx->ATIFragmentShader._Enabled), 0 );
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2643 ctx->Texture._EnabledUnits || in _mesa_meta_Bitmap()