Home
last modified time | relevance | path

Searched refs:tpl (Results 1 – 25 of 48) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_surface.cpp86 const struct pipe_surface *tpl, in initialize_dsv() argument
100 if (tpl->u.tex.first_layer > 0) in initialize_dsv()
102 tpl->u.tex.first_layer); in initialize_dsv()
104 desc.Texture1D.MipSlice = tpl->u.tex.level; in initialize_dsv()
108 desc.Texture1DArray.MipSlice = tpl->u.tex.level; in initialize_dsv()
109 desc.Texture1DArray.FirstArraySlice = tpl->u.tex.first_layer; in initialize_dsv()
110 desc.Texture1DArray.ArraySize = tpl->u.tex.last_layer - tpl->u.tex.first_layer + 1; in initialize_dsv()
114 if (tpl->u.tex.first_layer > 0) in initialize_dsv()
116 tpl->u.tex.first_layer); in initialize_dsv()
121 if (tpl->u.tex.first_layer > 0) in initialize_dsv()
[all …]
Dd3d12_blit.cpp602 struct pipe_resource tpl = {}; in create_tmp_resource() local
603 tpl.width0 = info->dst.box.width; in create_tmp_resource()
604 tpl.height0 = info->dst.box.height; in create_tmp_resource()
605 tpl.depth0 = info->dst.box.depth; in create_tmp_resource()
606 tpl.array_size = 1; in create_tmp_resource()
607 tpl.format = PIPE_FORMAT_R8_UINT; in create_tmp_resource()
608 tpl.target = info->dst.resource->target; in create_tmp_resource()
609 tpl.nr_samples = info->dst.resource->nr_samples; in create_tmp_resource()
610 tpl.nr_storage_samples = info->dst.resource->nr_storage_samples; in create_tmp_resource()
611 tpl.usage = PIPE_USAGE_STREAM; in create_tmp_resource()
[all …]
/third_party/node/src/
Dmodule_wrap.cc737 Local<FunctionTemplate> tpl = env->NewFunctionTemplate(New); in Initialize() local
738 tpl->InstanceTemplate()->SetInternalFieldCount( in Initialize()
740 tpl->Inherit(BaseObject::GetConstructorTemplate(env)); in Initialize()
742 env->SetProtoMethod(tpl, "link", Link); in Initialize()
743 env->SetProtoMethod(tpl, "instantiate", Instantiate); in Initialize()
744 env->SetProtoMethod(tpl, "evaluate", Evaluate); in Initialize()
745 env->SetProtoMethod(tpl, "setExport", SetSyntheticExport); in Initialize()
746 env->SetProtoMethodNoSideEffect(tpl, "createCachedData", CreateCachedData); in Initialize()
747 env->SetProtoMethodNoSideEffect(tpl, "getNamespace", GetNamespace); in Initialize()
748 env->SetProtoMethodNoSideEffect(tpl, "getStatus", GetStatus); in Initialize()
[all …]
/third_party/typescript/tests/baselines/reference/
DrecursiveMappedTypes.types46 type tpl = [string, [string, [string]]];
47 >tpl : tpl
52 type t1 = DeepMap<tpl, number>; // [number, [number, [number]]]
DrecursiveMappedTypes.symbols78 type tpl = [string, [string, [string]]];
79 >tpl : Symbol(tpl, Decl(recursiveMappedTypes.ts, 27, 2))
84 type t1 = DeepMap<tpl, number>; // [number, [number, [number]]]
87 >tpl : Symbol(tpl, Decl(recursiveMappedTypes.ts, 27, 2))
DrecursiveMappedTypes.js31 type tpl = [string, [string, [string]]];
34 type t1 = DeepMap<tpl, number>; // [number, [number, [number]]]
/third_party/mesa3d/docs/_exts/
Dredirects.py26tpl = '<html><head><meta http-equiv="refresh" content="0; url={0}"><script>window.location.replace…
27 return tpl.format(dst)
/third_party/libsnd/
DMakefile.am47 EXTRA_DIST += include/sndfile.h.in src/config.h.in src/test_endswap.tpl src/test_endswap.def \
238 tests/write_read_test.tpl tests/write_read_test.def \
239 tests/pcm_test.tpl tests/pcm_test.def \
240 tests/header_test.tpl tests/header_test.def \
241 tests/utils.tpl tests/utils.def \
242 tests/scale_clip_test.tpl tests/scale_clip_test.def \
243 tests/pipe_test.tpl tests/pipe_test.def \
244 tests/rdwr_test.tpl tests/rdwr_test.def \
245 tests/floating_point_test.tpl tests/floating_point_test.def \
246 tests/benchmark.tpl tests/benchmark.def
[all …]
D.editorconfig6 [*.{h,hpp,c,tpl,def}]
/third_party/alsa-lib/src/topology/
Dpcm.c1810 struct snd_tplg_hw_config_template *tpl) in set_link_hw_config() argument
1815 cfg->id = tpl->id; in set_link_hw_config()
1817 cfg->fmt = tpl->fmt; in set_link_hw_config()
1818 cfg->clock_gated = tpl->clock_gated; in set_link_hw_config()
1819 cfg->invert_bclk = tpl->invert_bclk; in set_link_hw_config()
1820 cfg->invert_fsync = tpl->invert_fsync; in set_link_hw_config()
1821 cfg->bclk_provider = tpl->bclk_provider; in set_link_hw_config()
1822 cfg->fsync_provider = tpl->fsync_provider; in set_link_hw_config()
1823 cfg->mclk_direction = tpl->mclk_direction; in set_link_hw_config()
1824 cfg->reserved = tpl->reserved; in set_link_hw_config()
[all …]
/third_party/libsnd/tests/
Dheader_test.tpl504 …outfile = test_open_file_or_die (filename, SFM_WRITE, &sfinfo, SF_TRUE, [+ (tpl-file-line "%2$d") …
506 test_writef_short_or_die (outfile, k, buffer, frames, [+ (tpl-file-line "%2$d") +]) ;
533 outfile = test_open_file_or_die (filename, SFM_RDWR, &sfinfo, [+ (tpl-file-line "%2$d") +]) ;
554 …test_seek_or_die (outfile, k * frames, SEEK_SET, k * frames, sfinfo.channels, [+ (tpl-file-line "%…
555 …test_seek_or_die (outfile, 0, SEEK_END, k * frames, sfinfo.channels, [+ (tpl-file-line "%2$d") +])…
559 { infile = test_open_file_or_die (filename, SFM_READ, &sfinfo, [+ (tpl-file-line "%2$d") +]) ;
560 check_log_buffer_or_die (infile, [+ (tpl-file-line "%2$d") +]) ;
565 …{ printf ("\n\nLine %d : Incorrect sample count (%" PRId64 " should be %" PRId64 ")\n", [+ (tpl-fi…
571 …test_write_short_or_die (outfile, k, buffer, sfinfo.channels * frames, [+ (tpl-file-line "%2$d") +…
573 test_writef_short_or_die (outfile, k, buffer, frames, [+ (tpl-file-line "%2$d") +]) ;
Dpipe_test.def1 autogen definitions pipe_test.tpl;
Dbenchmark.def1 autogen definitions benchmark.tpl;
Dheader_test.def1 autogen definitions header_test.tpl;
Dfloating_point_test.def1 autogen definitions floating_point_test.tpl;
Drdwr_test.def1 autogen definitions rdwr_test.tpl;
Dutils.def1 autogen definitions utils.tpl;
/third_party/typescript/tests/cases/conformance/types/mapped/
DrecursiveMappedTypes.ts32 type tpl = [string, [string, [string]]]; alias
35 type t1 = DeepMap<tpl, number>; // [number, [number, [number]]]
/third_party/rust/crates/regex/scripts/
Dregex-match-tests.py79 tpl = ''' variable
83 print(tpl.format(date=str(datetime.datetime.now())))
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrCode.java249 QrTemplate tpl = QrTemplate.MEMOIZER.get(ver); in QrCode() local
250 modules = tpl.template.clone(); in QrCode()
254 drawCodewords(tpl.dataOutputBitIndexes, allCodewords); in QrCode()
255 mask = handleConstructorMasking(tpl.masks, msk); in QrCode()
/third_party/mbedtls/scripts/
Dgenerate_visualc_files.pl196 my ($tpl, @names) = @_;
200 (my $entry = $tpl) =~ s/{NAME}/$name/g;
/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest42-PR21296-clanggcc-report0.txt62 [C] 'function void tpl<std::tuple<STR&&> >(std::tuple<STR&&>)' has some indirect sub-type changes:
63 …'function void tpl<std::tuple<STR&&> >(std::tuple<STR&&>) {_Z3tplISt5tupleIJO3STREEEvT_}' now beco…
Dtest42-PR21296-clanggcc.cc228 void tpl(T x) { in tpl() function
243 tpl(my_forward_as_tuple(std::move(__k))); in call()
/third_party/ltp/testcases/misc/lvm/datafiles/
DMakefile7 INSTALL_TARGETS := runfile.tpl
/third_party/libsnd/src/
Dtest_endswap.def1 autogen definitions test_endswap.tpl;

12