Home
last modified time | relevance | path

Searched refs:tg (Results 1 - 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c588 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 Didctdsp_alpha_asm.S97 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 Dregdef.h74 #define tg a3 macro
H A Dme_cmp_mvi_asm.S32 #define tg a3 define
/third_party/ffmpeg/libavformat/
H A Dreplaygain.c69 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 Dreplaygain.h35 int ff_replaygain_export_raw(AVStream *st, int32_t tg, uint32_t tp,
/third_party/python/Lib/test/test_asyncio/
H A Dtest_queues.py27 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 Dtest_taskgroups.py769 async with taskgroups.TaskGroup() as tg:
771 tg.create_task(raise_exc())
H A Dtest_locks.py966 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 DTimer.h91 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 DTimer.h91 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 Dcoverage_test.go315 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 DSkottieTool.cpp332 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 Dmfenc.c539 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 DTimer.cpp101 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 DTimer.cpp99 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 Dlocmap.cpp693 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 Dlocmap.cpp693 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 Dlocmap.cpp693 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 DvktMeshShaderBuiltinTestsEXT.cpp1756 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 DvktMeshShaderBuiltinTestsEXT.cpp1756 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 Dvirgl_encode.c1273 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 Dhp3500.c2401 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 DIBMCalendarTest.java1497 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 DIBMCalendarTest.java1497 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()

Completed in 40 milliseconds

12