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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_conv.c 102 struct lp_type dst_type, unsigned num_dsts)
135 lp_build_conv(gallivm, src_type, dst_type, src, num_srcs, dst, num_dsts);
137 for(i = 0; i < num_dsts; ++i) {
166 unsigned num_dsts; local
198 num_dsts = src_type.length/dst_type.length;
201 num_dsts = 1;
205 num_dsts = 1;
210 assert(src_type.length * num_srcs == dst_type.length * num_dsts);
216 func = add_conv_test(gallivm, src_type, num_srcs, dst_type, num_dsts);
238 for(j = 0; j < num_dsts; ++j)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c 102 struct lp_type dst_type, unsigned num_dsts)
135 lp_build_conv(gallivm, src_type, dst_type, src, num_srcs, dst, num_dsts);
137 for(i = 0; i < num_dsts; ++i) {
166 unsigned num_dsts; local
198 num_dsts = src_type.length/dst_type.length;
201 num_dsts = 1;
205 num_dsts = 1;
210 assert(src_type.length * num_srcs == dst_type.length * num_dsts);
216 func = add_conv_test(gallivm, src_type, num_srcs, dst_type, num_dsts);
238 for(j = 0; j < num_dsts; ++j)
    [all...]

Completed in 4125 milliseconds