Searched refs:STATE_INTERNAL (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.h | 111 STATE_INTERNAL, /* Mesa additions */ enumerator
|
D | prog_statevars.c | 428 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()
|
D | programopt.c | 251 = { STATE_INTERNAL, STATE_FOG_PARAMS_OPTIMIZED, 0, 0, 0 }; in _mesa_append_fog_code()
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 448 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/ |
D | brw_program.c | 132 { 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/ |
D | st_program.c | 675 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()
|
D | st_glsl_to_nir.cpp | 621 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()
|
D | st_mesa_to_tgsi.c | 638 = { STATE_INTERNAL, STATE_FB_WPOS_Y_TRANSFORM, 0, 0, 0 }; in emit_wpos_adjustment()
|
D | st_atifs_to_tgsi.c | 550 {STATE_INTERNAL, STATE_FOG_PARAMS_OPTIMIZED, 0, 0, 0}; in st_init_atifs_prog()
|
D | st_glsl_to_tgsi.cpp | 1548 = { 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/ |
D | builtin_variables.cpp | 184 {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},
|
D | lower_blend_equation_advanced.cpp | 492 slot0->tokens[0] = STATE_INTERNAL; in lower_blend_equation_advanced()
|