Searched refs:stateTokens (Results 1 – 3 of 3) sorted by relevance
368 const gl_state_index stateTokens[STATE_LENGTH]) in _mesa_add_state_reference()377 stateTokens, STATE_LENGTH * sizeof(gl_state_index))) { in _mesa_add_state_reference()382 name = _mesa_program_state_string(stateTokens); in _mesa_add_state_reference()385 NULL, (gl_state_index *) stateTokens); in _mesa_add_state_reference()386 paramList->StateFlags |= _mesa_program_state_flags(stateTokens); in _mesa_add_state_reference()
130 const gl_state_index stateTokens[STATE_LENGTH]);
193 const gl_state_index *const stateTokens = (gl_state_index *)uniform->state_slots[0].tokens; in st_nir_assign_uniform_locations() local197 loc = _mesa_add_state_reference(prog->Parameters, stateTokens); in st_nir_assign_uniform_locations()