Searched refs:tnl_program (Results 1 – 1 of 1) sorted by relevance
299 struct tnl_program { struct372 static struct ureg get_temp( struct tnl_program *p ) in get_temp()388 static struct ureg reserve_temp( struct tnl_program *p ) in reserve_temp()396 static void release_temp( struct tnl_program *p, struct ureg reg ) in release_temp()404 static void release_temps( struct tnl_program *p ) in release_temps()410 static struct ureg register_param5(struct tnl_program *p, in register_param5()439 static struct ureg register_input( struct tnl_program *p, GLuint input ) in register_input()456 static struct ureg register_output( struct tnl_program *p, GLuint output ) in register_output()463 static struct ureg register_const4f( struct tnl_program *p, in register_const4f()493 static struct ureg get_identity_param( struct tnl_program *p ) in get_identity_param()[all …]