Home
last modified time | relevance | path

Searched refs:tpl (Results 1 - 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp86 const struct pipe_surface *tpl, in initialize_dsv()
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 in initialize_dsv()
84 initialize_dsv(struct pipe_context *pctx, struct pipe_resource *pres, const struct pipe_surface *tpl, struct d3d12_descriptor_handle *handle, DXGI_FORMAT dxgi_format) initialize_dsv() argument
152 initialize_rtv(struct pipe_context *pctx, struct pipe_resource *pres, const struct pipe_surface *tpl, struct d3d12_descriptor_handle *handle, DXGI_FORMAT dxgi_format) initialize_rtv() argument
231 d3d12_create_surface(struct pipe_context *pctx, struct pipe_resource *pres, const struct pipe_surface *tpl) d3d12_create_surface() argument
[all...]
H A 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 in create_tmp_resource()
[all...]
/third_party/mesa3d/docs/_exts/
H A Dredirects.py26 tpl = '<html><head><meta http-equiv="refresh" content="0; url={0}"><script>window.location.replace("{0}")</script></head></html>'
27 return tpl.format(dst)
/third_party/alsa-lib/src/topology/
H A Dpcm.c1840 struct snd_tplg_hw_config_template *tpl) in set_link_hw_config()
1845 cfg->id = tpl->id; in set_link_hw_config()
1847 cfg->fmt = tpl->fmt; in set_link_hw_config()
1848 cfg->clock_gated = tpl->clock_gated; in set_link_hw_config()
1849 cfg->invert_bclk = tpl->invert_bclk; in set_link_hw_config()
1850 cfg->invert_fsync = tpl->invert_fsync; in set_link_hw_config()
1851 cfg->bclk_provider = tpl->bclk_provider; in set_link_hw_config()
1852 cfg->fsync_provider = tpl->fsync_provider; in set_link_hw_config()
1853 cfg->mclk_direction = tpl->mclk_direction; in set_link_hw_config()
1854 cfg->reserved = tpl in set_link_hw_config()
1839 set_link_hw_config(struct snd_soc_tplg_hw_config *cfg, struct snd_tplg_hw_config_template *tpl) set_link_hw_config() argument
[all...]
/third_party/node/src/
H A Dmodule_wrap.cc760 Local<FunctionTemplate> tpl = NewFunctionTemplate(isolate, New); in Initialize() local
761 tpl->InstanceTemplate()->SetInternalFieldCount( in Initialize()
763 tpl->Inherit(BaseObject::GetConstructorTemplate(env)); in Initialize()
765 SetProtoMethod(isolate, tpl, "link", Link); in Initialize()
766 SetProtoMethod(isolate, tpl, "instantiate", Instantiate); in Initialize()
767 SetProtoMethod(isolate, tpl, "evaluate", Evaluate); in Initialize()
768 SetProtoMethod(isolate, tpl, "setExport", SetSyntheticExport); in Initialize()
770 isolate, tpl, "createCachedData", CreateCachedData); in Initialize()
771 SetProtoMethodNoSideEffect(isolate, tpl, "getNamespace", GetNamespace); in Initialize()
772 SetProtoMethodNoSideEffect(isolate, tpl, "getStatu in Initialize()
[all...]
H A Djs_native_api_v8.cc2242 v8::Local<v8::FunctionTemplate> tpl; in OH_JSVM_DefineClass() local
2244 env, constructor, &tpl)); in OH_JSVM_DefineClass()
2248 tpl->SetClassName(name_string); in OH_JSVM_DefineClass()
2282 tpl->PrototypeTemplate()->SetAccessorProperty(property_name, in OH_JSVM_DefineClass()
2294 env, p->method, &t, v8::Signature::New(isolate, tpl))); in OH_JSVM_DefineClass()
2297 tpl->PrototypeTemplate()->Set(property_name, t, attributes); in OH_JSVM_DefineClass()
2300 tpl->PrototypeTemplate()->Set(property_name, value, attributes); in OH_JSVM_DefineClass()
2306 scope.Escape(tpl->GetFunction(context).ToLocalChecked())); in OH_JSVM_DefineClass()
4762 v8::Local<v8::FunctionTemplate> tpl;
4764 env, constructor, &tpl));
[all...]
/third_party/rust/crates/regex/scripts/
H A Dregex-match-tests.py79 tpl = '''
83 print(tpl.format(date=str(datetime.datetime.now())))
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrCode.java249 QrTemplate tpl = QrTemplate.MEMOIZER.get(ver); in QrCode()
250 modules = tpl.template.clone(); in QrCode()
254 drawCodewords(tpl.dataOutputBitIndexes, allCodewords); in QrCode()
255 mask = handleConstructorMasking(tpl.masks, msk); in QrCode()
/third_party/ltp/testcases/misc/lvm/datafiles/
H A DMakefile7 INSTALL_TARGETS := runfile.tpl
/third_party/mbedtls/scripts/
H A Dgenerate_visualc_files.pl187 my ($tpl, @names) = @_;
191 (my $entry = $tpl) =~ s/{NAME}/$name/g;
/third_party/libabigail/tests/data/test-diff-dwarf/
H A Dtest42-PR21296-clanggcc.cc228 void tpl(T x) { in tpl() function
229 printf("tpl: &C=%p\n", get<0>(x).C); in tpl()
230 printf("tpl: C=%s\n", get<0>(x).C); in tpl()
243 tpl(my_forward_as_tuple(std::move(__k))); in call()
/third_party/typescript/tests/baselines/reference/
H A DrecursiveMappedTypes.js31 type tpl = [string, [string, [string]]];
34 type t1 = DeepMap<tpl, number>; // [number, [number, [number]]]
/third_party/python/Modules/
H A D_json.c356 PyObject *tpl; in _build_rval_index_tuple() local
369 tpl = PyTuple_New(2); in _build_rval_index_tuple()
370 if (tpl == NULL) { in _build_rval_index_tuple()
375 PyTuple_SET_ITEM(tpl, 0, rval); in _build_rval_index_tuple()
376 PyTuple_SET_ITEM(tpl, 1, pyidx); in _build_rval_index_tuple()
377 return tpl; in _build_rval_index_tuple()
/third_party/libuv/src/unix/
H A Dfs.c1865 const char* tpl, in uv_fs_mkdtemp()
1868 req->path = uv__strdup(tpl); in uv_fs_mkdtemp()
1877 const char* tpl, in uv_fs_mkstemp()
1880 req->path = uv__strdup(tpl); in uv_fs_mkstemp()
1863 uv_fs_mkdtemp(uv_loop_t* loop, uv_fs_t* req, const char* tpl, uv_fs_cb cb) uv_fs_mkdtemp() argument
1875 uv_fs_mkstemp(uv_loop_t* loop, uv_fs_t* req, const char* tpl, uv_fs_cb cb) uv_fs_mkstemp() argument
/third_party/node/deps/uv/src/unix/
H A Dfs.c1961 const char* tpl, in uv_fs_mkdtemp()
1964 req->path = uv__strdup(tpl); in uv_fs_mkdtemp()
1973 const char* tpl, in uv_fs_mkstemp()
1976 req->path = uv__strdup(tpl); in uv_fs_mkstemp()
1959 uv_fs_mkdtemp(uv_loop_t* loop, uv_fs_t* req, const char* tpl, uv_fs_cb cb) uv_fs_mkdtemp() argument
1971 uv_fs_mkstemp(uv_loop_t* loop, uv_fs_t* req, const char* tpl, uv_fs_cb cb) uv_fs_mkstemp() argument
/third_party/libuv/src/win/
H A Dfs.c2999 const char* tpl, in uv_fs_mkdtemp()
3004 err = fs__capture_path(req, tpl, NULL, TRUE); in uv_fs_mkdtemp()
3016 const char* tpl, in uv_fs_mkstemp()
3021 err = fs__capture_path(req, tpl, NULL, TRUE); in uv_fs_mkstemp()
2997 uv_fs_mkdtemp(uv_loop_t* loop, uv_fs_t* req, const char* tpl, uv_fs_cb cb) uv_fs_mkdtemp() argument
3014 uv_fs_mkstemp(uv_loop_t* loop, uv_fs_t* req, const char* tpl, uv_fs_cb cb) uv_fs_mkstemp() argument
/third_party/node/deps/uv/src/win/
H A Dfs.c3012 const char* tpl, in uv_fs_mkdtemp()
3017 err = fs__capture_path(req, tpl, NULL, TRUE); in uv_fs_mkdtemp()
3029 const char* tpl, in uv_fs_mkstemp()
3034 err = fs__capture_path(req, tpl, NULL, TRUE); in uv_fs_mkstemp()
3010 uv_fs_mkdtemp(uv_loop_t* loop, uv_fs_t* req, const char* tpl, uv_fs_cb cb) uv_fs_mkdtemp() argument
3027 uv_fs_mkstemp(uv_loop_t* loop, uv_fs_t* req, const char* tpl, uv_fs_cb cb) uv_fs_mkstemp() argument
/third_party/libuv/include/
H A Duv.h1522 const char* tpl,
1526 const char* tpl,
/third_party/libuv/include/uv_ndk/
H A Duv.h1393 const char* tpl,
1397 const char* tpl,
/third_party/node/deps/uv/include/
H A Duv.h1410 const char* tpl,
1414 const char* tpl,
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp1670 defineOrEmit(insn, pass, [&](debug::TemplateType *tpl) {
1671 tpl->target = get(debug::Type::ID(insn.word(5)));
1674 tpl->parameters.emplace_back(get(debug::TemplateParameter::ID(insn.word(i))));

Completed in 42 milliseconds