Home | History | Annotate | Download | only in math

Lines Matching refs:mtype

169 				    int mtype, unsigned long *cycles )
187 mat->type = mtypes[mtype];
196 switch ( templates[mtype][i * 4 + j] ) {
282 int psize, mtype;
311 for ( mtype = 0 ; mtype < 7 ; mtype++ ) {
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] );
329 printf(" | [%s]\n", mstrings[mtype] );