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()
684 case STATE_INTERNAL: in _mesa_program_state_flags()
876 case STATE_INTERNAL: in append_token()
1045 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_nir_uniforms.cpp255 STATE_INTERNAL, in brw_nir_lower_patch_vertices_in_to_uniform()
Dbrw_program.c121 .state_tokens = {STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM, 0, 0, 0}, in brw_create_nir()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp169 {NULL, {STATE_INTERNAL, STATE_FOG_PARAMS_OPTIMIZED}, SWIZZLE_XYZW},
173 {NULL, {STATE_INTERNAL, STATE_CURRENT_ATTRIB, 0}, SWIZZLE_XYZW},
177 {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()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c1015 { STATE_INTERNAL, STATE_CURRENT_ATTRIB, VERT_ATTRIB_TEX0 }; in st_create_fp_variant()
1017 { STATE_INTERNAL, STATE_PT_SCALE }; in st_create_fp_variant()
1019 { STATE_INTERNAL, STATE_PT_BIAS }; in st_create_fp_variant()
Dst_glsl_to_nir.cpp602 STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM in st_link_nir()
Dst_mesa_to_tgsi.c626 = { 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.cpp1473 = { STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM }; in visit_expression()
2080 = { STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM }; in visit_expression()
6803 STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM in get_mesa_program_tgsi()