HomeSort by relevance Sort by last modified time
    Searched full:conv_types (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_conv.c 330 const struct lp_type conv_types[] = { variable in typeref:struct:lp_type
383 const unsigned num_types = sizeof(conv_types)/sizeof(conv_types[0]);
394 for(src_type = conv_types; src_type < &conv_types[num_types]; ++src_type) {
395 for(dst_type = conv_types; dst_type < &conv_types[num_types]; ++dst_type) {
423 src_type = &conv_types[rand() % num_types];
426 dst_type = &conv_types[rand() % num_types];
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c 330 const struct lp_type conv_types[] = { variable in typeref:struct:lp_type
383 const unsigned num_types = sizeof(conv_types)/sizeof(conv_types[0]);
394 for(src_type = conv_types; src_type < &conv_types[num_types]; ++src_type) {
395 for(dst_type = conv_types; dst_type < &conv_types[num_types]; ++dst_type) {
423 src_type = &conv_types[rand() % num_types];
426 dst_type = &conv_types[rand() % num_types];

Completed in 94 milliseconds