Searched refs:conv_types (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c341 const struct lp_type conv_types[] = { variable in typeref:typename:const struct lp_type[]
396 const unsigned num_types = ARRAY_SIZE(conv_types);
407 for(src_type = conv_types; src_type < &conv_types[num_types]; ++src_type) {
408 for(dst_type = conv_types; dst_type < &conv_types[num_types]; ++dst_type) {
436 src_type = &conv_types[rand() % num_types];
439 dst_type = &conv_types[rand() % num_types];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c341 const struct lp_type conv_types[] = { variable in typeref:typename:const struct lp_type[]
396 const unsigned num_types = ARRAY_SIZE(conv_types);
407 for(src_type = conv_types; src_type < &conv_types[num_types]; ++src_type) {
408 for(dst_type = conv_types; dst_type < &conv_types[num_types]; ++dst_type) {
436 src_type = &conv_types[rand() % num_types];
439 dst_type = &conv_types[rand() % num_types];

Completed in 2 milliseconds