Searched refs:stateTokens (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_parameter.c | 372 const gl_state_index16 stateTokens[STATE_LENGTH], in _mesa_add_sized_state_reference() 381 stateTokens, in _mesa_add_sized_state_reference() 387 name = _mesa_program_state_string(stateTokens); in _mesa_add_sized_state_reference() 389 size, GL_NONE, NULL, stateTokens, in _mesa_add_sized_state_reference() 391 paramList->StateFlags |= _mesa_program_state_flags(stateTokens); in _mesa_add_sized_state_reference() 411 const gl_state_index16 stateTokens[STATE_LENGTH]) in _mesa_add_state_reference() 413 return _mesa_add_sized_state_reference(paramList, stateTokens, 4, true); in _mesa_add_state_reference()
|
D | prog_parameter.h | 184 const gl_state_index16 stateTokens[STATE_LENGTH], 189 const gl_state_index16 stateTokens[]);
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 216 const gl_state_index16 *const stateTokens = uniform->state_slots[0].tokens; in st_nir_assign_uniform_locations() local 230 stateTokens, comps, false); in st_nir_assign_uniform_locations() 233 loc = _mesa_add_state_reference(prog->Parameters, stateTokens); in st_nir_assign_uniform_locations()
|