Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexstate.c571 BITSET_WORD *enabled_texture_units) in update_program_texture_state() argument
592 BITSET_SET(enabled_texture_units, unit); in update_program_texture_state()
609 BITSET_WORD *enabled_texture_units) in update_ff_texture_state() argument
624 if (BITSET_TEST(enabled_texture_units, unit)) in update_ff_texture_state()
676 BITSET_SET(enabled_texture_units, unit); in update_ff_texture_state()
700 BITSET_DECLARE(enabled_texture_units, MAX_COMBINED_TEXTURE_IMAGE_UNITS); in update_texture_state()
723 memset(&enabled_texture_units, 0, sizeof(enabled_texture_units)); in update_texture_state()
730 update_program_texture_state(ctx, prog, enabled_texture_units); in update_texture_state()
735 update_ff_texture_state(ctx, enabled_texture_units); in update_texture_state()
739 if (!BITSET_TEST(enabled_texture_units, i)) in update_texture_state()