Searched refs:stateTokens (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/mesa/program/ |
D | prog_parameter.c | 424 const gl_state_index16 stateTokens[STATE_LENGTH], in _mesa_add_sized_state_reference() 433 stateTokens, in _mesa_add_sized_state_reference() 439 name = _mesa_program_state_string(stateTokens); in _mesa_add_sized_state_reference() 441 size, GL_NONE, NULL, stateTokens, in _mesa_add_sized_state_reference() 443 paramList->StateFlags |= _mesa_program_state_flags(stateTokens); in _mesa_add_sized_state_reference() 463 const gl_state_index16 stateTokens[STATE_LENGTH]) in _mesa_add_state_reference() 465 return _mesa_add_sized_state_reference(paramList, stateTokens, 4, true); in _mesa_add_state_reference()
|
D | prog_parameter.h | 202 const gl_state_index16 stateTokens[STATE_LENGTH], 207 const gl_state_index16 stateTokens[STATE_LENGTH]);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 220 const gl_state_index16 *const stateTokens = uniform->state_slots[0].tokens; in st_nir_assign_uniform_locations() local 234 stateTokens, comps, false); in st_nir_assign_uniform_locations() 237 loc = _mesa_add_state_reference(prog->Parameters, stateTokens); in st_nir_assign_uniform_locations()
|