Searched refs:STATE_LENGTH (Results 1 - 25 of 62) sorted by relevance
123
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/ |
| H A D | program_state_string.cpp | 33 const gl_state_index16 state[STATE_LENGTH] = {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | program_state_string.cpp | 33 const gl_state_index16 state[STATE_LENGTH] = {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_statevars.h | 192 _mesa_program_state_value_size(const gl_state_index16 state[STATE_LENGTH]); 195 _mesa_program_state_flags(const gl_state_index16 state[STATE_LENGTH]); 199 _mesa_program_state_string(const gl_state_index16 state[STATE_LENGTH]);
|
| H A D | prog_parameter.h | 115 gl_state_index16 StateIndexes[STATE_LENGTH]; 183 const gl_state_index16 state[STATE_LENGTH], 202 const gl_state_index16 stateTokens[STATE_LENGTH], 207 const gl_state_index16 stateTokens[STATE_LENGTH]);
|
| H A D | prog_parameter.c | 273 const gl_state_index16 state[STATE_LENGTH], 337 for (unsigned i = 0; i < STATE_LENGTH; i++) 424 const gl_state_index16 stateTokens[STATE_LENGTH], 458 * \param stateTokens an array of STATE_LENGTH state tokens 463 const gl_state_index16 stateTokens[STATE_LENGTH])
|
| H A D | programopt.c | 60 static const gl_state_index16 mvpState[4][STATE_LENGTH] = { 128 static const gl_state_index16 mvpState[4][STATE_LENGTH] = { 250 static const gl_state_index16 fogPStateOpt[STATE_LENGTH] 252 static const gl_state_index16 fogColorState[STATE_LENGTH]
|
| H A D | program_parse.y | 59 const gl_state_index16 tokens[STATE_LENGTH]); 62 struct asm_symbol *param_var, const gl_state_index16 tokens[STATE_LENGTH]); 65 struct asm_symbol *param_var, const gl_state_index16 tokens[STATE_LENGTH]); 150 gl_state_index16 state[STATE_LENGTH]; 2326 const gl_state_index16 tokens[STATE_LENGTH]) 2347 const gl_state_index16 tokens[STATE_LENGTH]) 2350 gl_state_index16 state_tokens[STATE_LENGTH]; 2396 const gl_state_index16 tokens[STATE_LENGTH]) 2399 gl_state_index16 state_tokens[STATE_LENGTH];
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | standalone_scaffolding.h | 75 _mesa_program_state_flags(const gl_state_index16 state[STATE_LENGTH]); 79 _mesa_program_state_string(const gl_state_index16 state[STATE_LENGTH]);
|
| H A D | standalone_scaffolding.cpp | 122 _mesa_program_state_flags(UNUSED const gl_state_index16 state[STATE_LENGTH]) 128 _mesa_program_state_string(UNUSED const gl_state_index16 state[STATE_LENGTH])
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | standalone_scaffolding.h | 75 _mesa_program_state_flags(const gl_state_index16 state[STATE_LENGTH]); 79 _mesa_program_state_string(const gl_state_index16 state[STATE_LENGTH]);
|
| H A D | standalone_scaffolding.cpp | 122 _mesa_program_state_flags(UNUSED const gl_state_index16 state[STATE_LENGTH]) 128 _mesa_program_state_string(UNUSED const gl_state_index16 state[STATE_LENGTH])
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_statevars.h | 142 _mesa_program_state_flags(const gl_state_index16 state[STATE_LENGTH]); 146 _mesa_program_state_string(const gl_state_index16 state[STATE_LENGTH]);
|
| H A D | prog_parameter.h | 106 gl_state_index16 StateIndexes[STATE_LENGTH]; 150 const gl_state_index16 state[STATE_LENGTH], 169 const gl_state_index16 stateTokens[STATE_LENGTH],
|
| H A D | prog_parameter.c | 244 const gl_state_index16 state[STATE_LENGTH], 305 for (unsigned i = 0; i < STATE_LENGTH; i++) 373 const gl_state_index16 stateTokens[STATE_LENGTH], 407 * \param stateTokens an array of 5 (STATE_LENGTH) state tokens 412 const gl_state_index16 stateTokens[STATE_LENGTH])
|
| H A D | programopt.c | 60 static const gl_state_index16 mvpState[4][STATE_LENGTH] = { 128 static const gl_state_index16 mvpState[4][STATE_LENGTH] = { 250 static const gl_state_index16 fogPStateOpt[STATE_LENGTH] 252 static const gl_state_index16 fogColorState[STATE_LENGTH]
|
| H A D | program_parse.y | 51 const gl_state_index16 tokens[STATE_LENGTH]); 54 struct asm_symbol *param_var, const gl_state_index16 tokens[STATE_LENGTH]); 57 struct asm_symbol *param_var, const gl_state_index16 tokens[STATE_LENGTH]); 142 gl_state_index16 state[STATE_LENGTH]; 2305 const gl_state_index16 tokens[STATE_LENGTH]) 2326 const gl_state_index16 tokens[STATE_LENGTH]) 2329 gl_state_index16 state_tokens[STATE_LENGTH]; 2378 const gl_state_index16 tokens[STATE_LENGTH]) 2381 gl_state_index16 state_tokens[STATE_LENGTH];
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_patch_vertices.c | 38 memcpy(var->state_slots[0].tokens, tokens, sizeof(*tokens) * STATE_LENGTH);
|
| H A D | nir_lower_clip.c | 209 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) 235 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) 307 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) 352 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) 380 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH])
|
| H A D | nir_lower_pntc_ytransform.c | 110 const gl_state_index16 pntc_state_tokens[][STATE_LENGTH])
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_patch_vertices.c | 38 memcpy(var->state_slots[0].tokens, tokens, sizeof(*tokens) * STATE_LENGTH);
|
| /xsrc/external/mit/MesaLib/src/mesa/program/ |
| H A D | program_parse.tab.h | 183 gl_state_index16 state[STATE_LENGTH];
|
| /xsrc/external/mit/MesaLib.old/src/mesa/program/ |
| H A D | program_parse.tab.h | 177 gl_state_index16 state[STATE_LENGTH];
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_nir_lower_builtin.c | 104 gl_state_index16 tokens[STATE_LENGTH];
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_nir_lower_builtin.c | 104 gl_state_index16 tokens[STATE_LENGTH];
|
| H A D | st_program.c | 733 gl_state_index16 clipplane_state[MAX_CLIP_PLANES][STATE_LENGTH] = {{0}}; 759 static const gl_state_index16 depth_range_state[STATE_LENGTH] = 771 static const gl_state_index16 point_size_state[STATE_LENGTH] = 1342 static const gl_state_index16 texcoord_state[STATE_LENGTH] = 1344 static const gl_state_index16 scale_state[STATE_LENGTH] = 1346 static const gl_state_index16 bias_state[STATE_LENGTH] = 1348 static const gl_state_index16 alpha_ref_state[STATE_LENGTH] =
|
Completed in 21 milliseconds
123