/third_party/mesa3d/src/mesa/program/ |
H A D | prog_parameter.h | 108 gl_state_index16 StateIndexes[STATE_LENGTH]; 176 const gl_state_index16 state[STATE_LENGTH], 195 const gl_state_index16 stateTokens[STATE_LENGTH], 200 const gl_state_index16 stateTokens[STATE_LENGTH]);
|
H A D | prog_statevars.h | 193 _mesa_program_state_value_size(const gl_state_index16 state[STATE_LENGTH]); 196 _mesa_program_state_flags(const gl_state_index16 state[STATE_LENGTH]); 200 _mesa_program_state_string(const gl_state_index16 state[STATE_LENGTH]);
|
H A D | prog_parameter.c | 275 const gl_state_index16 state[STATE_LENGTH], in _mesa_add_parameter() 339 for (unsigned i = 0; i < STATE_LENGTH; i++) in _mesa_add_parameter() 426 const gl_state_index16 stateTokens[STATE_LENGTH], in _mesa_add_sized_state_reference() 460 * \param stateTokens an array of STATE_LENGTH state tokens 465 const gl_state_index16 stateTokens[STATE_LENGTH]) in _mesa_add_state_reference()
|
H A D | programopt.c | 60 static const gl_state_index16 mvpState[4][STATE_LENGTH] = { in insert_mvp_dp4_code() 128 static const gl_state_index16 mvpState[4][STATE_LENGTH] = { in insert_mvp_mad_code() 250 static const gl_state_index16 fogPStateOpt[STATE_LENGTH] in _mesa_append_fog_code() 252 static const gl_state_index16 fogColorState[STATE_LENGTH] in _mesa_append_fog_code()
|
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]; 2321 const gl_state_index16 tokens[STATE_LENGTH]) 2342 const gl_state_index16 tokens[STATE_LENGTH]) 2345 gl_state_index16 state_tokens[STATE_LENGTH]; 2391 const gl_state_index16 tokens[STATE_LENGTH]) 2394 gl_state_index16 state_tokens[STATE_LENGTH];
|
H A D | prog_parameter_layout.c | 129 for (unsigned i = 0; i < STATE_LENGTH; i++) { in compare_state_var()
|
H A D | program.c | 402 for (unsigned i = 0; i < STATE_LENGTH; i++) { in compare_state_var()
|
H A D | prog_statevars.c | 794 _mesa_program_state_value_size(const gl_state_index16 state[STATE_LENGTH]) in _mesa_program_state_value_size() 811 _mesa_program_state_flags(const gl_state_index16 state[STATE_LENGTH]) in _mesa_program_state_flags() 1230 _mesa_program_state_string(const gl_state_index16 state[STATE_LENGTH]) in _mesa_program_state_string()
|
/third_party/mesa3d/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]) in _mesa_program_state_flags() 128 _mesa_program_state_string(UNUSED const gl_state_index16 state[STATE_LENGTH]) in _mesa_program_state_string()
|
H A D | lower_blend_equation_advanced.cpp | 495 for (int i = 1; i < STATE_LENGTH; i++) in lower_blend_equation_advanced()
|
H A D | ir.h | 398 gl_state_index16 tokens[STATE_LENGTH];
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_clip.c | 225 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) in get_ucp() 251 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) in lower_clip_outputs() 327 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) in nir_lower_clip_vs() 372 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) in lower_clip_in_gs_block() 400 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) in nir_lower_clip_gs()
|
H A D | nir_lower_patch_vertices.c | 38 memcpy(var->state_slots[0].tokens, tokens, sizeof(*tokens) * STATE_LENGTH); in make_uniform()
|
H A D | nir_lower_pntc_ytransform.c | 110 const gl_state_index16 pntc_state_tokens[][STATE_LENGTH]) in nir_lower_pntc_ytransform()
|
H A D | nir.h | 176 gl_state_index16 tokens[STATE_LENGTH]; 5236 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]); 5239 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]); 5261 gl_state_index16 state_tokens[STATE_LENGTH]; 5273 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]); 5280 gl_state_index16 texcoord_state_tokens[STATE_LENGTH]; 5281 gl_state_index16 scale_state_tokens[STATE_LENGTH]; 5282 gl_state_index16 bias_state_tokens[STATE_LENGTH];
|
H A D | nir_lower_drawpixels.c | 71 const gl_state_index16 state_tokens[STATE_LENGTH]) in create_uniform()
|
/third_party/mesa3d/src/mesa/main/tests/ |
H A D | program_state_string.cpp | 33 const gl_state_index16 state[STATE_LENGTH] = { in TEST()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | uniforms.h | 107 gl_state_index16 tokens[STATE_LENGTH];
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_program.c | 648 gl_state_index16 clipplane_state[MAX_CLIP_PLANES][STATE_LENGTH] = {{0}}; in lower_ucp() 683 static const gl_state_index16 point_size_state[STATE_LENGTH] = in st_create_common_variant() 878 static const gl_state_index16 texcoord_state[STATE_LENGTH] = in st_create_fp_variant() 880 static const gl_state_index16 scale_state[STATE_LENGTH] = in st_create_fp_variant() 882 static const gl_state_index16 bias_state[STATE_LENGTH] = in st_create_fp_variant() 884 static const gl_state_index16 alpha_ref_state[STATE_LENGTH] = in st_create_fp_variant()
|
H A D | st_nir_lower_builtin.c | 98 gl_state_index16 tokens[STATE_LENGTH]; in get_variable()
|
H A D | st_atifs_to_nir.c | 544 static const gl_state_index16 fog_params_state[STATE_LENGTH] = in st_init_atifs_prog() 546 static const gl_state_index16 fog_color[STATE_LENGTH] = in st_init_atifs_prog()
|
H A D | st_glsl_to_nir.cpp | 557 gl_state_index16 state[STATE_LENGTH] = { STATE_ATOMIC_COUNTER_OFFSET, (short)shader_program->data->AtomicBuffers[i].Binding }; in st_glsl_to_nir_post_opts() 650 static const gl_state_index16 wposTransformState[STATE_LENGTH] = { in st_nir_lower_wpos_ytransform() 675 static const gl_state_index16 pntcTransformState[STATE_LENGTH] = { in st_nir_lower_wpos_ytransform()
|
/third_party/mesa3d/src/compiler/ |
H A D | shader_enums.h | 120 #define STATE_LENGTH 4 macro
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_nir_passes.c | 47 const gl_state_index16 tokens[STATE_LENGTH] = { STATE_INTERNAL_DRIVER, var_enum }; in d3d12_get_state_var() 630 const gl_state_index16 tokens[STATE_LENGTH] = { STATE_INTERNAL_DRIVER }; in d3d12_lower_state_vars()
|