Home
last modified time | relevance | path

Searched refs:gl_state_index16 (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 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 Dprog_parameter.c275 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 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_statevars.c82 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 Dnir_lower_patch_vertices.c28 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 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_pntc_ytransform.c33 const gl_state_index16 *pntc_state_tokens;
110 const gl_state_index16 pntc_state_tokens[][STATE_LENGTH]) in nir_lower_pntc_ytransform()
H A Dnir_lower_point_size_mov.c36 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 Dnir_lower_alpha_test.c41 const gl_state_index16 *alpha_ref_state_tokens) in nir_lower_alpha_test()
H A Dnir.h176 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 Dnir_lower_drawpixels.c71 const gl_state_index16 state_tokens[STATE_LENGTH]) in create_uniform()
/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 Dir.h398 gl_state_index16 tokens[STATE_LENGTH];
/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_glsl_to_nir.cpp199 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 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()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_lower_point_sprite.c239 const gl_state_index16 tokens[4] = { STATE_INTERNAL_DRIVER, in d3d12_lower_point_sprite()
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()
/third_party/mesa3d/src/compiler/
H A Dshader_enums.h122 typedef short gl_state_index16; /* see enum gl_state_index */ typedef

Completed in 27 milliseconds

12