/external/mesa3d/src/mesa/program/ |
D | prog_parameter.h | 116 gl_state_index16 StateIndexes[STATE_LENGTH]; 165 const gl_state_index16 state[STATE_LENGTH], 184 const gl_state_index16 stateTokens[STATE_LENGTH], 189 const gl_state_index16 stateTokens[]);
|
D | prog_statevars.h | 144 _mesa_program_state_value_size(const gl_state_index16 state[STATE_LENGTH]); 147 _mesa_program_state_flags(const gl_state_index16 state[STATE_LENGTH]); 151 _mesa_program_state_string(const gl_state_index16 state[STATE_LENGTH]);
|
D | prog_parameter.c | 243 const gl_state_index16 state[STATE_LENGTH], in _mesa_add_parameter() 372 const gl_state_index16 stateTokens[STATE_LENGTH], in _mesa_add_sized_state_reference() 411 const gl_state_index16 stateTokens[STATE_LENGTH]) in _mesa_add_state_reference()
|
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()
|
D | program_parse.y | 52 const gl_state_index16 tokens[STATE_LENGTH]); 55 struct asm_symbol *param_var, const gl_state_index16 tokens[STATE_LENGTH]); 58 struct asm_symbol *param_var, const gl_state_index16 tokens[STATE_LENGTH]); 143 gl_state_index16 state[STATE_LENGTH]; 2306 const gl_state_index16 tokens[STATE_LENGTH]) 2327 const gl_state_index16 tokens[STATE_LENGTH]) 2330 gl_state_index16 state_tokens[STATE_LENGTH]; 2379 const gl_state_index16 tokens[STATE_LENGTH]) 2382 gl_state_index16 state_tokens[STATE_LENGTH];
|
D | prog_statevars.c | 57 fetch_state(struct gl_context *ctx, const gl_state_index16 state[], in fetch_state() 646 _mesa_program_state_value_size(const gl_state_index16 state[STATE_LENGTH]) in _mesa_program_state_value_size() 663 _mesa_program_state_flags(const gl_state_index16 state[STATE_LENGTH]) in _mesa_program_state_flags() 1001 _mesa_program_state_string(const gl_state_index16 state[STATE_LENGTH]) in _mesa_program_state_string()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_point_size_mov.c | 36 const gl_state_index16 *pointsize_state_tokens, in lower_impl() 69 const gl_state_index16 *pointsize_state_tokens) in nir_lower_point_size_mov()
|
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()
|
D | nir_lower_clip.c | 222 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) in get_ucp() 248 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) in lower_clip_outputs() 320 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) in nir_lower_clip_vs() 365 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) in lower_clip_in_gs_block() 393 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) in nir_lower_clip_gs()
|
D | nir_lower_pntc_ytransform.c | 33 const gl_state_index16 *pntc_state_tokens; 108 const gl_state_index16 pntc_state_tokens[][STATE_LENGTH]) in nir_lower_pntc_ytransform()
|
D | nir_lower_alpha_test.c | 41 const gl_state_index16 *alpha_ref_state_tokens) in nir_lower_alpha_test()
|
D | nir.h | 116 gl_state_index16 tokens[STATE_LENGTH]; 4609 const gl_state_index16 *alpha_ref_state_tokens); 4877 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]); 4880 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]); 4887 const gl_state_index16 *pointsize_state_tokens); 4899 const gl_state_index16 *uniform_state_tokens); 4902 gl_state_index16 state_tokens[STATE_LENGTH]; 4914 const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]); 4921 gl_state_index16 texcoord_state_tokens[STATE_LENGTH]; 4922 gl_state_index16 scale_state_tokens[STATE_LENGTH]; [all …]
|
D | nir_lower_drawpixels.c | 71 const gl_state_index16 state_tokens[STATE_LENGTH]) in create_uniform()
|
/external/mesa3d/src/compiler/glsl/ |
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]);
|
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()
|
D | ir.h | 402 gl_state_index16 tokens[STATE_LENGTH];
|
/external/mesa3d/src/mesa/main/tests/ |
D | program_state_string.cpp | 33 const gl_state_index16 state[STATE_LENGTH] = { in TEST()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 669 gl_state_index16 clipplane_state[MAX_CLIP_PLANES][STATE_LENGTH] = {{0}}; in lower_ucp() 696 static const gl_state_index16 depth_range_state[STATE_LENGTH] = 708 static const gl_state_index16 point_size_state[STATE_LENGTH] = in st_create_vp_variant() 1222 static const gl_state_index16 texcoord_state[STATE_LENGTH] = in st_create_fp_variant() 1224 static const gl_state_index16 scale_state[STATE_LENGTH] = in st_create_fp_variant() 1226 static const gl_state_index16 bias_state[STATE_LENGTH] = in st_create_fp_variant() 1228 static const gl_state_index16 alpha_ref_state[STATE_LENGTH] = in st_create_fp_variant()
|
D | st_nir_lower_builtin.c | 104 gl_state_index16 tokens[STATE_LENGTH]; in get_variable()
|
D | st_glsl_to_nir.cpp | 216 const gl_state_index16 *const stateTokens = uniform->state_slots[0].tokens; in st_nir_assign_uniform_locations() 620 static const gl_state_index16 wposTransformState[STATE_LENGTH] = { in st_nir_lower_wpos_ytransform() 645 static const gl_state_index16 pntcTransformState[STATE_LENGTH] = { in st_nir_lower_wpos_ytransform()
|
D | st_atifs_to_tgsi.c | 549 static const gl_state_index16 fog_params_state[STATE_LENGTH] = in st_init_atifs_prog() 551 static const gl_state_index16 fog_color[STATE_LENGTH] = in st_init_atifs_prog()
|
D | st_mesa_to_tgsi.c | 637 static const gl_state_index16 wposTransformState[STATE_LENGTH] in emit_wpos_adjustment()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program.c | 131 static const gl_state_index16 tokens[STATE_LENGTH] = in brw_create_nir() 144 static const gl_state_index16 tokens[STATE_LENGTH] = in brw_create_nir()
|
/external/mesa3d/src/compiler/ |
D | shader_enums.h | 91 typedef short gl_state_index16; /* see enum gl_state_index */ typedef
|
/external/mesa3d/src/mesa/main/ |
D | uniforms.h | 508 gl_state_index16 tokens[STATE_LENGTH];
|