/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/ |
D | translate_generic.c | 608 static ALWAYS_INLINE void PIPE_CDECL generic_run_one( struct translate_generic *tg, in generic_run_one() argument 613 unsigned nr_attrs = tg->nr_attrib; in generic_run_one() 618 uint8_t *dst = (uint8_t *)vert + tg->attrib[attr].output_offset; in generic_run_one() 620 if (tg->attrib[attr].type == TRANSLATE_ELEMENT_NORMAL) { in generic_run_one() 625 if (tg->attrib[attr].instance_divisor) { in generic_run_one() 626 index = instance_id / tg->attrib[attr].instance_divisor; in generic_run_one() 635 index = MIN2(index, tg->attrib[attr].max_index); in generic_run_one() 638 src = tg->attrib[attr].input_ptr + in generic_run_one() 639 tg->attrib[attr].input_stride * index; in generic_run_one() 641 copy_size = tg->attrib[attr].copy_size; in generic_run_one() [all …]
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_generic.c | 608 static ALWAYS_INLINE void PIPE_CDECL generic_run_one( struct translate_generic *tg, in generic_run_one() argument 613 unsigned nr_attrs = tg->nr_attrib; in generic_run_one() 618 uint8_t *dst = (uint8_t *)vert + tg->attrib[attr].output_offset; in generic_run_one() 620 if (tg->attrib[attr].type == TRANSLATE_ELEMENT_NORMAL) { in generic_run_one() 625 if (tg->attrib[attr].instance_divisor) { in generic_run_one() 626 index = instance_id / tg->attrib[attr].instance_divisor; in generic_run_one() 635 index = MIN2(index, tg->attrib[attr].max_index); in generic_run_one() 638 src = tg->attrib[attr].input_ptr + in generic_run_one() 639 tg->attrib[attr].input_stride * index; in generic_run_one() 641 copy_size = tg->attrib[attr].copy_size; in generic_run_one() [all …]
|
/external/clang/utils/ |
D | FuzzTest | 72 def __init__(self, tg, test): argument 73 self.tg = tg 81 name,data = self.tg.inputs[i] 95 name,data = self.tg.inputs[i] 114 file_data = test_application.tg.inputs[test[3][0]][1] 319 tg = TestGenerator(input_files, opts.enable_delete, opts.enable_insert, 322 print '%s: note: %d input bytes.' % (sys.argv[0], tg.num_positions) 323 print '%s: note: %d total tests.' % (sys.argv[0], tg.num_tests) 328 itertools.repeat(tg.num_tests, opts.max_tests)) 330 it = itertools.imap(random.randrange, itertools.repeat(tg.num_tests)) [all …]
|
/external/clang/test/TableGen/ |
D | tg-fixits.td | 7 // CHECK: tg-fixits.td:[[@LINE-1]]:41: error: group 'name' is referred to anonymously 14 // CHECK: tg-fixits.td:[[@LINE-2]]:36: error: group 'name' is referred to anonymously 21 // CHECK: tg-fixits.td:[[@LINE-1]]:3: error: group 'name' is referred to anonymously 29 // CHECK: tg-fixits.td:[[@LINE-1]]:11: error: group 'name' is referred to anonymously 39 // CHECK: tg-fixits.td:[[@LINE-1]]:51: error: group 'name' is referred to anonymously
|
/external/chromium_org/third_party/skia/tests/ |
D | OnceTest.cpp | 57 SkTaskGroup tg; in DEF_TEST() local 59 tg.add(&racers[i]); in DEF_TEST() 61 tg.wait(); in DEF_TEST()
|
D | PathOpsThreadedCommon.cpp | 19 SkTaskGroup tg; in render() local 21 tg.add(fRunnables[index]); in render()
|
/external/chromium_org/third_party/icu/source/data/lang/ |
D | tg.txt | 14 tg{ 16 tg{"тоҷикӣ"}
|
D | fa_AF.txt | 29 tg{"تاجکی"}
|
D | kok.txt | 130 tg{"तजिक"}
|
/external/llvm/include/llvm/Support/ |
D | Timer.h | 89 Timer(StringRef N, TimerGroup &tg) : TG(nullptr) { init(N, tg); } in Timer() argument 102 void init(StringRef N, TimerGroup &tg);
|
/external/chromium_org/media/tools/layout_tests/ |
D | layouttest_analyzer.py | 369 for tg in ['whole', 'skip', 'nonskip']: 372 escaped_tg_name + '_' + tg + '.html') 375 sorted_testnames = data_map[tg][0].keys() 384 data_map[tg][0][testname]))
|
/external/chromium_org/third_party/skia/dm/ |
D | DMQuiltTask.cpp | 99 SkTaskGroup tg; in draw() local 103 tg.add(new Tile(x, y, *recorded, &full)); in draw()
|
/external/chromium_org/third_party/skia/tools/skpdiff/ |
D | SkDiffContext.cpp | 240 SkTaskGroup tg; in diffDirectories() local 255 tg.add(&runnableDiffs[x]); in diffDirectories() 284 SkTaskGroup tg; in diffPatterns() local 290 tg.add(&runnableDiffs[x]); in diffPatterns() 292 tg.wait(); in diffPatterns()
|
/external/llvm/utils/llvm-build/llvmbuild/ |
D | main.py | 331 tg = c.get_parent_target_group() 332 if tg and not tg.enabled: 603 tg = ci.get_parent_target_group() 604 if tg and not tg.enabled:
|
/external/chromium_org/third_party/icu/source/data/locales/ |
D | tg.txt | 11 tg{
|
/external/clang/test/Sema/ |
D | fp16-sema.c | 11 typedef void(*tg) (__fp16*); typedef
|
/external/icu/icu4c/source/data/lang/ |
D | fa_AF.txt | 29 tg{"تاجکی"}
|
D | ps.txt | 40 tg{"تاجک"}
|
D | kok.txt | 129 tg{"तजिक"}
|
/external/chromium_org/ui/gfx/ |
D | color_analysis.cc | 513 float tg = color_transform.y(); in ApplyColorReduction() local 535 float gray_level = tr * r + tg * g + tb * b; in ApplyColorReduction() 548 tg *= scale; in ApplyColorReduction() 568 float gl = t0 + tr * r + tg * g + tb * b; in ApplyColorReduction()
|
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/fr/ |
D | 228.txt | 17 # http://www.artp.tg/index.php?page=voir_actualites.php?m=11&action=consulter (2011-08-11)
|
/external/mksh/ |
D | NOTICE | 6 * Thorsten Glaser <tg@mirbsd.org>
|
/external/chromium_org/third_party/icu/scripts/ |
D | accept_lang.list | 128 tg
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 7839 http://homeschoolunitstudies.com/tg.htm 13547 http://parenting.ivillage.com/tp/tpdevelopment/0,,46tg,00.html 14503 http://quest.arc.nasa.gov/mars/teachers/tg/program5/5.2.html 22006 http://www.amazon.co.uk/exec/obidos/tg/browse/-/274661 22007 http://www.amazon.co.uk/exec/obidos/tg/browse/-/275044 22008 http://www.amazon.co.uk/exec/obidos/tg/browse/-/276817 22009 http://www.amazon.co.uk/exec/obidos/tg/browse/-/278148 22010 http://www.amazon.co.uk/exec/obidos/tg/browse/-/284657 22011 http://www.amazon.co.uk/exec/obidos/tg/browse/-/291864 22012 http://www.amazon.co.uk/exec/obidos/tg/browse/-/468294 [all …]
|
/external/llvm/lib/Support/ |
D | Timer.cpp | 111 void Timer::init(StringRef N, TimerGroup &tg) { in init() argument 115 TG = &tg; in init()
|