/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 | 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 | prog_parameter.c | 275 const gl_state_index16 state[STATE_LENGTH], in _mesa_add_parameter() 426 const gl_state_index16 stateTokens[STATE_LENGTH], in _mesa_add_sized_state_reference() 465 const gl_state_index16 stateTokens[STATE_LENGTH]) in _mesa_add_state_reference()
|
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_statevars.c | 82 fetch_state(struct gl_context *ctx, const gl_state_index16 state[], in fetch_state() 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() 1608 gl_state_index16 state = STATE_NOT_STATE_VAR; in _mesa_optimize_state_parameters()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_patch_vertices.c | 28 make_uniform(nir_shader *nir, const gl_state_index16 *tokens) in make_uniform() 59 const gl_state_index16 *uniform_state_tokens) in nir_lower_patch_vertices()
|
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_pntc_ytransform.c | 33 const gl_state_index16 *pntc_state_tokens; 110 const gl_state_index16 pntc_state_tokens[][STATE_LENGTH]) in nir_lower_pntc_ytransform()
|
H A D | nir_lower_point_size_mov.c | 36 const gl_state_index16 *pointsize_state_tokens, in lower_impl() 104 const gl_state_index16 *pointsize_state_tokens) in nir_lower_point_size_mov()
|
H A D | nir_lower_alpha_test.c | 41 const gl_state_index16 *alpha_ref_state_tokens) in nir_lower_alpha_test()
|
H A D | nir.h | 176 gl_state_index16 tokens[STATE_LENGTH]; 4840 const gl_state_index16 *alpha_ref_state_tokens); 5236 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]); 5239 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]); 5246 const gl_state_index16 *pointsize_state_tokens); 5258 const gl_state_index16 *uniform_state_tokens); 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_token [all...] |
H A D | nir_lower_drawpixels.c | 71 const gl_state_index16 state_tokens[STATE_LENGTH]) in create_uniform()
|
/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 | ir.h | 398 gl_state_index16 tokens[STATE_LENGTH];
|
/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_glsl_to_nir.cpp | 199 const gl_state_index16 *const stateTokens = uniform->state_slots[0].tokens; in st_nir_assign_uniform_locations() 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()
|
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()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_lower_point_sprite.c | 239 const gl_state_index16 tokens[4] = { STATE_INTERNAL_DRIVER, in d3d12_lower_point_sprite()
|
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()
|
/third_party/mesa3d/src/compiler/ |
H A D | shader_enums.h | 122 typedef short gl_state_index16; /* see enum gl_state_index */ typedef
|