/third_party/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_generic.c | 588 generic_run_one(struct translate_generic *tg, in generic_run_one() argument 594 unsigned nr_attrs = tg->nr_attrib; in generic_run_one() 599 uint8_t *dst = (uint8_t *)vert + tg->attrib[attr].output_offset; in generic_run_one() 601 if (tg->attrib[attr].type == TRANSLATE_ELEMENT_NORMAL) { in generic_run_one() 606 if (tg->attrib[attr].instance_divisor) { in generic_run_one() 608 index += (instance_id / tg->attrib[attr].instance_divisor); in generic_run_one() 617 index = MIN2(index, tg->attrib[attr].max_index); in generic_run_one() 620 src = tg->attrib[attr].input_ptr + in generic_run_one() 621 (ptrdiff_t)tg->attrib[attr].input_stride * index; in generic_run_one() 623 copy_size = tg in generic_run_one() 662 struct translate_generic *tg = translate_generic(translate); generic_run_elts() local 680 struct translate_generic *tg = translate_generic(translate); generic_run_elts16() local 698 struct translate_generic *tg = translate_generic(translate); generic_run_elts8() local 716 struct translate_generic *tg = translate_generic(translate); generic_run() local 735 struct translate_generic *tg = translate_generic(translate); generic_set_buffer() local 781 struct translate_generic *tg = CALLOC_STRUCT(translate_generic); translate_generic_create() local [all...] |
/third_party/ffmpeg/libavcodec/alpha/ |
H A D | idctdsp_alpha_asm.S | 97 zap t1, 0x33, tg 100 srl tg, 1, t0 101 xor tg, t0, tg # 0x8000800080008000 117 and t0, tg, t2 # 0 1 120 bic t0, tg, t0 # 0 2 122 and t3, tg, t5 # 1 1 127 and t6, tg, t8 # 2 1 130 bic t3, tg, t3 # 1 2 131 bic t6, tg, t [all...] |
H A D | regdef.h | 74 #define tg a3 macro
|
H A D | me_cmp_mvi_asm.S | 32 #define tg a3 define
|
/third_party/ffmpeg/libavformat/ |
H A D | replaygain.c | 69 int ff_replaygain_export_raw(AVStream *st, int32_t tg, uint32_t tp, in ff_replaygain_export_raw() argument 74 if (tg == INT32_MIN && ag == INT32_MIN) in ff_replaygain_export_raw() 82 replaygain->track_gain = tg; in ff_replaygain_export_raw() 92 const AVDictionaryEntry *tg, *tp, *ag, *ap; in ff_replaygain_export() local 94 tg = av_dict_get(metadata, "REPLAYGAIN_TRACK_GAIN", NULL, 0); in ff_replaygain_export() 100 parse_value(tg ? tg->value : NULL, INT32_MIN), in ff_replaygain_export()
|
H A D | replaygain.h | 35 int ff_replaygain_export_raw(AVStream *st, int32_t tg, uint32_t tp,
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_queues.py | 27 async with asyncio.TaskGroup() as tg: 29 getter = tg.create_task(q.get()) 40 async with asyncio.TaskGroup() as tg: 43 putter = tg.create_task(q.put(2)) 204 async with asyncio.TaskGroup() as tg: 205 tg.create_task(producer(q, producer_num_items)) 206 tg.create_task(consumer(q, producer_num_items)) 276 async with asyncio.TaskGroup() as tg: 277 reader1 = tg.create_task(q.get()) 278 reader2 = tg [all...] |
H A D | test_taskgroups.py | 769 async with taskgroups.TaskGroup() as tg: 771 tg.create_task(raise_exc())
|
H A D | test_locks.py | 966 async with asyncio.TaskGroup() as tg: 967 tg.create_task(coro('c1')) 968 tg.create_task(coro('c2')) 969 tg.create_task(coro('c3'))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Timer.h | 91 Timer(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg) { in Timer() argument 92 init(TimerName, TimerDescription, tg); in Timer() 106 void init(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Timer.h | 91 Timer(StringRef Name, StringRef Description, TimerGroup &tg) { in Timer() argument 92 init(Name, Description, tg); in Timer() 106 void init(StringRef Name, StringRef Description, TimerGroup &tg);
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
H A D | coverage_test.go | 315 if tg, te := trimWS(g), trimWS(e); tg != te { 316 t.Errorf("Tests not as expected.\nGot:\n%v\nExpect:\n%v\n------\nGot: %v\nExpect: %v", g, e, tg, te) 322 if tg, te := trimWS(g), trimWS(e); tg != te { 323 t.Errorf("Coverage not as expected.\nGot:\n%v\nExpect:\n%v\n------\nGot: %v\nExpect: %v", g, e, tg, te)
|
/third_party/skia/modules/skottie/src/ |
H A D | SkottieTool.cpp | 332 SkTaskGroup tg; in main() local 333 tg.batch(frame_count, [&](int i) { in main() 389 tg.wait(); in main()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mfenc.c | 539 GUID tg; in mf_enca_output_score() local 550 hr = IMFAttributes_GetGUID(type, &MF_MT_SUBTYPE, &tg); in mf_enca_output_score() 552 if (IsEqualGUID(&c->main_subtype, &tg)) in mf_enca_output_score() 637 GUID tg; in mf_encv_output_score() local 641 hr = IMFAttributes_GetGUID(type, &MF_MT_SUBTYPE, &tg); in mf_encv_output_score() 643 if (IsEqualGUID(&c->main_subtype, &tg)) in mf_encv_output_score()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Timer.cpp | 101 void Timer::init(StringRef Name, StringRef Description, TimerGroup &tg) { in init() argument 106 TG = &tg; in init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Timer.cpp | 99 TimerGroup &tg) { in init() 104 TG = &tg; in init() 98 init(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg) init() argument
|
/third_party/icu/icu4c/source/common/ |
H A D | locmap.cpp | 693 ILCID_POSIX_SUBTABLE(tg) { in ILCID_POSIX_SUBTABLE() 694 {0x28, "tg"}, in ILCID_POSIX_SUBTABLE() 925 ILCID_POSIX_MAP(tg), /* tg Tajik 0x28 */
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locmap.cpp | 693 ILCID_POSIX_SUBTABLE(tg) { in ILCID_POSIX_SUBTABLE() 694 {0x28, "tg"}, in ILCID_POSIX_SUBTABLE() 925 ILCID_POSIX_MAP(tg), /* tg Tajik 0x28 */
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locmap.cpp | 693 ILCID_POSIX_SUBTABLE(tg) { in ILCID_POSIX_SUBTABLE() 694 {0x28, "tg"}, in ILCID_POSIX_SUBTABLE() 925 ILCID_POSIX_MAP(tg), /* tg Tajik 0x28 */
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderBuiltinTestsEXT.cpp | 1756 const auto& tg = m_taskGroups.get(); in imageExtent() local 1757 taskMultiplier = tg.x() * tg.y() * tg.z(); in imageExtent()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderBuiltinTestsEXT.cpp | 1756 const auto& tg = m_taskGroups.get(); in imageExtent() local 1757 taskMultiplier = tg.x() * tg.y() * tg.z(); in imageExtent()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_encode.c | 1273 struct virgl_so_target *tg = virgl_so_target(targets[i]); in virgl_encoder_set_so_targets() local 1274 virgl_encoder_write_dword(ctx->cbuf, tg ? tg->handle : 0); in virgl_encoder_set_so_targets()
|
/third_party/backends/backend/ |
H A D | hp3500.c | 2401 int tg; member 2420 /*res r39 rC3 rC6 freq cph0s rgo gbo intra mmcm d3 tg stepsz */ 3134 tg_setting = resparms[rmres].tg; in rts8801_fullscan() 3179 tg_setting = resparms[jres].tg; in rts8801_fullscan()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | IBMCalendarTest.java | 1497 public TFDItem(String tz, String loc, long st, long tg, boolean prg, int yD, int MD, int dD, int HD, int mD, int sD ) { in TestFieldDifference() 1501 target = tg; in TestFieldDifference()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | IBMCalendarTest.java | 1497 public TFDItem(String tz, String loc, long st, long tg, boolean prg, int yD, int MD, int dD, int HD, int mD, int sD ) { in TestFieldDifference() 1501 target = tg; in TestFieldDifference()
|