Home
last modified time | relevance | path

Searched refs:STATE_LENGTH (Results 1 - 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/mesa/program/
H A Dprog_parameter.h108 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 Dprog_statevars.h193 _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 Dprog_parameter.c275 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 Dprogramopt.c60 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 Dprogram_parse.y59 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 Dprog_parameter_layout.c129 for (unsigned i = 0; i < STATE_LENGTH; i++) { in compare_state_var()
H A Dprogram.c402 for (unsigned i = 0; i < STATE_LENGTH; i++) { in compare_state_var()
H A Dprog_statevars.c794 _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 Dstandalone_scaffolding.h75 _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 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()
H A Dlower_blend_equation_advanced.cpp495 for (int i = 1; i < STATE_LENGTH; i++) in lower_blend_equation_advanced()
H A Dir.h398 gl_state_index16 tokens[STATE_LENGTH];
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_clip.c225 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 Dnir_lower_patch_vertices.c38 memcpy(var->state_slots[0].tokens, tokens, sizeof(*tokens) * STATE_LENGTH); in make_uniform()
H A Dnir_lower_pntc_ytransform.c110 const gl_state_index16 pntc_state_tokens[][STATE_LENGTH]) in nir_lower_pntc_ytransform()
H A Dnir.h176 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 Dnir_lower_drawpixels.c71 const gl_state_index16 state_tokens[STATE_LENGTH]) in create_uniform()
/third_party/mesa3d/src/mesa/main/tests/
H A Dprogram_state_string.cpp33 const gl_state_index16 state[STATE_LENGTH] = { in TEST()
/third_party/mesa3d/src/mesa/main/
H A Duniforms.h107 gl_state_index16 tokens[STATE_LENGTH];
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_program.c648 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 Dst_nir_lower_builtin.c98 gl_state_index16 tokens[STATE_LENGTH]; in get_variable()
H A Dst_atifs_to_nir.c544 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 Dst_glsl_to_nir.cpp557 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 Dshader_enums.h120 #define STATE_LENGTH 4 macro
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_nir_passes.c47 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()

Completed in 49 milliseconds

12