/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_surface.cpp | 86 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 …]
|
D | d3d12_blit.cpp | 602 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/ |
D | module_wrap.cc | 737 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/ |
D | recursiveMappedTypes.types | 46 type tpl = [string, [string, [string]]]; 47 >tpl : tpl 52 type t1 = DeepMap<tpl, number>; // [number, [number, [number]]]
|
D | recursiveMappedTypes.symbols | 78 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))
|
D | recursiveMappedTypes.js | 31 type tpl = [string, [string, [string]]]; 34 type t1 = DeepMap<tpl, number>; // [number, [number, [number]]]
|
/third_party/mesa3d/docs/_exts/ |
D | redirects.py | 26 …tpl = '<html><head><meta http-equiv="refresh" content="0; url={0}"><script>window.location.replace… 27 return tpl.format(dst)
|
/third_party/libsnd/ |
D | Makefile.am | 47 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 | .editorconfig | 6 [*.{h,hpp,c,tpl,def}]
|
/third_party/alsa-lib/src/topology/ |
D | pcm.c | 1810 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/ |
D | header_test.tpl | 504 …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") +]) ;
|
D | pipe_test.def | 1 autogen definitions pipe_test.tpl;
|
D | benchmark.def | 1 autogen definitions benchmark.tpl;
|
D | header_test.def | 1 autogen definitions header_test.tpl;
|
D | floating_point_test.def | 1 autogen definitions floating_point_test.tpl;
|
D | rdwr_test.def | 1 autogen definitions rdwr_test.tpl;
|
D | utils.def | 1 autogen definitions utils.tpl;
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | recursiveMappedTypes.ts | 32 type tpl = [string, [string, [string]]]; alias 35 type t1 = DeepMap<tpl, number>; // [number, [number, [number]]]
|
/third_party/rust/crates/regex/scripts/ |
D | regex-match-tests.py | 79 tpl = ''' variable 83 print(tpl.format(date=str(datetime.datetime.now())))
|
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
D | QrCode.java | 249 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/ |
D | generate_visualc_files.pl | 196 my ($tpl, @names) = @_; 200 (my $entry = $tpl) =~ s/{NAME}/$name/g;
|
/third_party/libabigail/tests/data/test-diff-dwarf/ |
D | test42-PR21296-clanggcc-report0.txt | 62 [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…
|
D | test42-PR21296-clanggcc.cc | 228 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/ |
D | Makefile | 7 INSTALL_TARGETS := runfile.tpl
|
/third_party/libsnd/src/ |
D | test_endswap.def | 1 autogen definitions test_endswap.tpl;
|