Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_statevars.h111 STATE_INTERNAL, /* Mesa additions */ enumerator
Dprog_statevars.c428 case STATE_INTERNAL: in fetch_state()
717 case STATE_INTERNAL: in _mesa_program_state_flags()
918 case STATE_INTERNAL: in append_token()
1096 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.c448 return register_param3( p, STATE_INTERNAL, STATE_CURRENT_ATTRIB, input ); in register_input()
803 struct ureg rescale = register_param2(p, STATE_INTERNAL, in get_transformed_normal()
940 struct ureg spot_dir_norm = register_param3(p, STATE_INTERNAL, in calculate_light_attenuation()
1110 VPpli = register_param3(p, STATE_INTERNAL, in build_lighting()
1113 struct ureg Ppli = register_param3(p, STATE_INTERNAL, in build_lighting()
1146 half = register_param3(p, STATE_INTERNAL, in build_lighting()
1514 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.c132 { STATE_INTERNAL, STATE_TCS_PATCH_VERTICES_IN }; in brw_create_nir()
145 { STATE_INTERNAL, STATE_TES_PATCH_VERTICES_IN }; in brw_create_nir()
151 .state_tokens = {STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM, 0, 0, 0}, in brw_create_nir()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c675 clipplane_state[i][0] = STATE_INTERNAL; in lower_ucp()
709 { STATE_INTERNAL, STATE_POINT_SIZE_CLAMPED, 0 }; in st_create_vp_variant()
1223 { STATE_INTERNAL, STATE_CURRENT_ATTRIB, VERT_ATTRIB_TEX0 }; in st_create_fp_variant()
1225 { STATE_INTERNAL, STATE_PT_SCALE }; in st_create_fp_variant()
1227 { STATE_INTERNAL, STATE_PT_BIAS }; in st_create_fp_variant()
1229 { STATE_INTERNAL, STATE_ALPHA_REF }; in st_create_fp_variant()
Dst_glsl_to_nir.cpp621 STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM in st_nir_lower_wpos_ytransform()
646 STATE_INTERNAL, STATE_FB_PNTC_Y_TRANSFORM in st_nir_lower_wpos_ytransform()
Dst_mesa_to_tgsi.c638 = { STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM, 0, 0, 0 }; in emit_wpos_adjustment()
Dst_atifs_to_tgsi.c550 {STATE_INTERNAL, STATE_FOG_PARAMS_OPTIMIZED, 0, 0, 0}; in st_init_atifs_prog()
Dst_glsl_to_tgsi.cpp1548 = { STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM }; in visit_expression()
2160 = { STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM }; in visit_expression()
7150 STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM in get_mesa_program_tgsi()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp184 {NULL, {STATE_INTERNAL, STATE_FOG_PARAMS_OPTIMIZED}, SWIZZLE_XYZW},
188 {NULL, {STATE_INTERNAL, STATE_CURRENT_ATTRIB, 0}, SWIZZLE_XYZW},
192 {NULL, {STATE_INTERNAL, STATE_CURRENT_ATTRIB_MAYBE_VP_CLAMPED, 0}, SWIZZLE_XYZW},
Dlower_blend_equation_advanced.cpp492 slot0->tokens[0] = STATE_INTERNAL; in lower_blend_equation_advanced()