Searched refs:tnl_program (Results 1 – 1 of 1) sorted by relevance
305 struct tnl_program { struct378 static struct ureg get_temp( struct tnl_program *p ) in get_temp()394 static struct ureg reserve_temp( struct tnl_program *p ) in reserve_temp()402 static void release_temp( struct tnl_program *p, struct ureg reg ) in release_temp()410 static void release_temps( struct tnl_program *p ) in release_temps()416 static struct ureg register_param5(struct tnl_program *p, in register_param5()445 static struct ureg register_input( struct tnl_program *p, GLuint input ) in register_input()462 static struct ureg register_output( struct tnl_program *p, GLuint output ) in register_output()469 static struct ureg register_const4f( struct tnl_program *p, in register_const4f()499 static struct ureg get_identity_param( struct tnl_program *p ) in get_identity_param()[all …]