Home
last modified time | relevance | path

Searched defs:STATE_LENGTH (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_clip.c209 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) in get_ucp()
235 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) in lower_clip_outputs()
307 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) in nir_lower_clip_vs()
352 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) in lower_clip_in_gs_block()
380 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) in nir_lower_clip_gs()
Dnir_lower_pntc_ytransform.c110 const gl_state_index16 pntc_state_tokens[][STATE_LENGTH]) in nir_lower_pntc_ytransform()
Dnir_lower_drawpixels.c71 const gl_state_index16 state_tokens[STATE_LENGTH]) in create_uniform()
/third_party/mesa3d/src/mesa/program/
Dprog_parameter.c273 const gl_state_index16 state[STATE_LENGTH], in _mesa_add_parameter()
424 const gl_state_index16 stateTokens[STATE_LENGTH], in _mesa_add_sized_state_reference()
463 const gl_state_index16 stateTokens[STATE_LENGTH]) in _mesa_add_state_reference()
Dprog_statevars.c787 _mesa_program_state_value_size(const gl_state_index16 state[STATE_LENGTH]) in _mesa_program_state_value_size()
804 _mesa_program_state_flags(const gl_state_index16 state[STATE_LENGTH]) in _mesa_program_state_flags()
1216 _mesa_program_state_string(const gl_state_index16 state[STATE_LENGTH]) in _mesa_program_state_string()
/third_party/mesa3d/src/compiler/glsl/
Dstandalone_scaffolding.cpp122 _mesa_program_state_flags(UNUSED const gl_state_index16 state[STATE_LENGTH]) in _mesa_program_state_flags()
128 _mesa_program_state_string(UNUSED const gl_state_index16 state[STATE_LENGTH]) in _mesa_program_state_string()
/third_party/mesa3d/src/compiler/
Dshader_enums.h98 #define STATE_LENGTH 4 macro