/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_surface.cpp | 84 const struct pipe_surface *tpl, in initialize_dsv() argument 98 if (tpl->u.tex.first_layer > 0) in initialize_dsv() 100 tpl->u.tex.first_layer); in initialize_dsv() 102 desc.Texture1D.MipSlice = tpl->u.tex.level; in initialize_dsv() 106 desc.Texture1DArray.MipSlice = tpl->u.tex.level; in initialize_dsv() 107 desc.Texture1DArray.FirstArraySlice = tpl->u.tex.first_layer; in initialize_dsv() 108 desc.Texture1DArray.ArraySize = tpl->u.tex.last_layer - tpl->u.tex.first_layer + 1; in initialize_dsv() 112 if (tpl->u.tex.first_layer > 0) in initialize_dsv() 114 tpl->u.tex.first_layer); in initialize_dsv() 119 if (tpl->u.tex.first_layer > 0) in initialize_dsv() [all …]
|
D | d3d12_blit.cpp | 600 struct pipe_resource tpl = {}; in create_tmp_resource() local 601 tpl.width0 = info->dst.box.width; in create_tmp_resource() 602 tpl.height0 = info->dst.box.height; in create_tmp_resource() 603 tpl.depth0 = info->dst.box.depth; in create_tmp_resource() 604 tpl.array_size = 1; in create_tmp_resource() 605 tpl.format = PIPE_FORMAT_R8_UINT; in create_tmp_resource() 606 tpl.target = info->dst.resource->target; in create_tmp_resource() 607 tpl.nr_samples = info->dst.resource->nr_samples; in create_tmp_resource() 608 tpl.nr_storage_samples = info->dst.resource->nr_storage_samples; in create_tmp_resource() 609 tpl.usage = PIPE_USAGE_STREAM; in create_tmp_resource() [all …]
|
/third_party/boost/boost/context/detail/ |
D | apply.hpp | 38 apply_impl( Fn && fn, Tpl && tpl, index_sequence< I ... >) in apply_impl() argument 40 …ontext::detail::invoke( std::forward< Fn >( fn), std::get< I >( std::forward< Tpl >( tpl) ) ... ) ) in apply_impl() 42 …-> decltype( std::invoke( std::forward< Fn >( fn), std::get< I >( std::forward< Tpl >( tpl) ) ... … in apply_impl() 46 …context::detail::invoke( std::forward< Fn >( fn), std::get< I >( std::forward< Tpl >( tpl) ) ... ); in apply_impl() 48 return std::invoke( std::forward< Fn >( fn), std::get< I >( std::forward< Tpl >( tpl) ) ... ); in apply_impl() 54 apply( Fn && fn, Tpl && tpl) in apply() argument 56 std::forward< Tpl >( tpl), in apply() 60 std::forward< Tpl >( tpl),
|
D | tuple.hpp | 113 head( std::tuple< T ... > & tpl) { in head() argument 114 return tuple_head< std::tuple< T ... > >{ tpl }; in head() 119 tail( std::tuple< T ... > & tpl) { in tail() argument 120 return tuple_tail< std::tuple< T ... > >{ tpl }; in tail()
|
/third_party/boost/libs/hana/test/type/ |
D | integral.cpp | 20 template <typename ...> struct tpl { }; struct 37 decltype(hana::integral(hana::template_<tpl>)()), 38 tpl<> 41 decltype(hana::integral(hana::template_<tpl>)(hana::type_c<x1>)), 42 tpl<x1> 45 decltype(hana::integral(hana::template_<tpl>)(hana::type_c<x1>, hana::type_c<x2>)), 46 tpl<x1, x2>
|
/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/boost/boost/variant/detail/ |
D | multivisitors_cpp11_based.hpp | 80 tuple_tail_impl(const Tuple& tpl, index_sequence<I...>) in tuple_tail_impl() argument 84 > (std::get<I + 1>(tpl)...); in tuple_tail_impl() 88 std::tuple<Tail...> tuple_tail(const std::tuple<Head, Tail...>& tpl) in tuple_tail() argument 90 return tuple_tail_impl(tpl, make_index_sequence<sizeof...(Tail)>()); in tuple_tail()
|
/third_party/mesa3d/docs/_exts/ |
D | redirects.py | 6 …tpl = '<html><head><meta http-equiv="refresh" content="0; url={0}"><script>window.location.replace… 7 return tpl.format(dst)
|
/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))
|
/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/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/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;
|
/third_party/giflib/ |
D | gifinto.c | 52 mkstemp(char *tpl) in mkstemp() argument 59 p = _mktemp(tpl); in mkstemp()
|
/third_party/grpc/third_party/py/ |
D | python_configure.bzl | 22 def _tpl(repository_ctx, tpl, substitutions = {}, out = None): 24 out = tpl 27 Label("//third_party/py:%s.tpl" % tpl), 358 default = Label("//third_party/py:BUILD.tpl"), 362 default = Label("//third_party/py:variety.tpl"),
|
/third_party/mbedtls/scripts/ |
D | generate_visualc_files.pl | 196 my ($tpl, @names) = @_; 200 (my $entry = $tpl) =~ s/{NAME}/$name/g;
|
/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;
|