Home
last modified time | relevance | path

Searched refs:STATE_INTERNAL (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_statevars.h116 STATE_INTERNAL, /* Mesa additions */ enumerator
Dprog_statevars.c428 case STATE_INTERNAL: in _mesa_fetch_state()
702 case STATE_INTERNAL: in _mesa_program_state_flags()
896 case STATE_INTERNAL: in append_token()
1068 case STATE_INTERNAL: in _mesa_program_state_string()
Dprogramopt.c251 = { STATE_INTERNAL, STATE_FOG_PARAMS_OPTIMIZED, 0, 0, 0 }; in _mesa_append_fog_code()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c454 return register_param3( p, STATE_INTERNAL, STATE_CURRENT_ATTRIB, input ); in register_input()
809 struct ureg rescale = register_param2(p, STATE_INTERNAL, in get_transformed_normal()
945 struct ureg spot_dir_norm = register_param3(p, STATE_INTERNAL, in calculate_light_attenuation()
1115 VPpli = register_param3(p, STATE_INTERNAL, in build_lighting()
1118 struct ureg Ppli = register_param3(p, STATE_INTERNAL, in build_lighting()
1151 half = register_param3(p, STATE_INTERNAL, in build_lighting()
1521 struct ureg state_size = register_param2(p, STATE_INTERNAL, STATE_POINT_SIZE_CLAMPED); in build_atten_pointsize()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c97 .state_tokens = {STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM, 0, 0, 0}, in brw_create_nir()
356 STATE_INTERNAL, in brw_add_texrect_params()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp42 {NULL, {STATE_INTERNAL, STATE_TCS_PATCH_VERTICES_IN}, SWIZZLE_XXXX}
173 {NULL, {STATE_INTERNAL, STATE_FOG_PARAMS_OPTIMIZED}, SWIZZLE_XYZW},
177 {NULL, {STATE_INTERNAL, STATE_CURRENT_ATTRIB, 0}, SWIZZLE_XYZW},
181 {NULL, {STATE_INTERNAL, STATE_CURRENT_ATTRIB_MAYBE_VP_CLAMPED, 0}, SWIZZLE_XYZW},
Dlower_blend_equation_advanced.cpp491 slot0->tokens[0] = STATE_INTERNAL; in lower_blend_equation_advanced()
Dlinker.cpp2469 slot0->tokens[0] = STATE_INTERNAL; in resize_tes_inputs()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp248 STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM in st_glsl_to_nir()
Dst_program.c939 { STATE_INTERNAL, STATE_CURRENT_ATTRIB, VERT_ATTRIB_TEX0 }; in st_create_fp_variant()
941 { STATE_INTERNAL, STATE_PT_SCALE }; in st_create_fp_variant()
943 { STATE_INTERNAL, STATE_PT_BIAS }; in st_create_fp_variant()
Dst_mesa_to_tgsi.c600 = { STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM, 0, 0, 0 }; in emit_wpos_adjustment()
Dst_atifs_to_tgsi.c548 {STATE_INTERNAL, STATE_FOG_PARAMS_OPTIMIZED, 0, 0, 0}; in st_init_atifs_prog()
Dst_glsl_to_tgsi.cpp1663 = { STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM }; in visit_expression()
2218 = { STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM }; in visit_expression()
6574 STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM in get_mesa_program_tgsi()