Lines Matching refs:enabled_texture_units
705 BITSET_WORD *enabled_texture_units) in update_single_program_texture_state() argument
712 BITSET_SET(enabled_texture_units, unit); in update_single_program_texture_state()
719 BITSET_WORD *enabled_texture_units) in update_program_texture_state() argument
737 enabled_texture_units); in update_program_texture_state()
751 enabled_texture_units); in update_program_texture_state()
766 BITSET_WORD *enabled_texture_units) in update_ff_texture_state() argument
783 if (BITSET_TEST(enabled_texture_units, unit)) in update_ff_texture_state()
837 BITSET_SET(enabled_texture_units, unit); in update_ff_texture_state()
850 BITSET_WORD *enabled_texture_units) in fix_missing_textures_for_atifs() argument
863 BITSET_SET(enabled_texture_units, unit); in fix_missing_textures_for_atifs()
885 BITSET_DECLARE(enabled_texture_units, MAX_COMBINED_TEXTURE_IMAGE_UNITS); in _mesa_update_texture_state()
903 memset(&enabled_texture_units, 0, sizeof(enabled_texture_units)); in _mesa_update_texture_state()
910 update_program_texture_state(ctx, prog, enabled_texture_units); in _mesa_update_texture_state()
915 update_ff_texture_state(ctx, enabled_texture_units); in _mesa_update_texture_state()
919 if (!BITSET_TEST(enabled_texture_units, i)) in _mesa_update_texture_state()
931 enabled_texture_units); in _mesa_update_texture_state()