Home | History | Annotate | Download | only in math

Lines Matching refs:psize

168 static int test_transform_function( transform_func func, int psize,
181 if ( psize > 4 ) {
182 _mesa_problem( NULL, "test_transform_function called with psize > 4\n" );
218 for ( j = 0 ; j < psize ; j++ )
282 int psize, mtype;
304 for ( psize = 1 ; psize <= 4 ; psize++ ) {
305 printf(" p%d\t", psize );
312 for ( psize = 1 ; psize <= 4 ; psize++ ) {
313 transform_func func = _mesa_transform_tab[psize][mtypes[mtype]];
314 unsigned long *cycles = &(benchmark_tab[psize-1][mtype]);
316 if ( test_transform_function( func, psize, mtype, cycles ) == 0 ) {
319 psize, mstrings[mtype], description );
324 printf(" %li\t", benchmark_tab[psize-1][mtype] );