Home
last modified time | relevance | path

Searched defs:tpl (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_surface.cpp86 const struct pipe_surface *tpl, in initialize_dsv()
154 const struct pipe_surface *tpl, in initialize_rtv()
233 const struct pipe_surface *tpl) in d3d12_create_surface()
Dd3d12_blit.cpp602 struct pipe_resource tpl = {}; in create_tmp_resource() local
/third_party/rust/crates/regex/scripts/
Dregex-match-tests.py79 tpl = ''' variable
/third_party/typescript/tests/cases/conformance/types/mapped/
DrecursiveMappedTypes.ts32 type tpl = [string, [string, [string]]]; alias
/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest42-PR21296-clanggcc.cc228 void tpl(T x) { in tpl() function
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrCode.java249 QrTemplate tpl = QrTemplate.MEMOIZER.get(ver); in QrCode() local
/third_party/node/deps/uv/src/unix/
Dfs.c1961 const char* tpl, in uv_fs_mkdtemp()
1973 const char* tpl, in uv_fs_mkstemp()
/third_party/libuv/src/unix/
Dfs.c1865 const char* tpl, in uv_fs_mkdtemp()
1877 const char* tpl, in uv_fs_mkstemp()
/third_party/node/src/
Dmodule_wrap.cc760 Local<FunctionTemplate> tpl = NewFunctionTemplate(isolate, New); in Initialize() local
Djs_native_api_v8.cc2172 v8::Local<v8::FunctionTemplate> tpl; in OH_JSVM_DefineClass() local
4694 v8::Local<v8::FunctionTemplate> tpl; in OH_JSVM_DefineClassWithPropertyHandler() local
/third_party/python/Modules/
D_json.c356 PyObject *tpl; in _build_rval_index_tuple() local
/third_party/node/deps/uv/src/win/
Dfs.c3012 const char* tpl, in uv_fs_mkdtemp()
3029 const char* tpl, in uv_fs_mkstemp()
/third_party/libuv/src/win/
Dfs.c2999 const char* tpl, in uv_fs_mkdtemp()
3016 const char* tpl, in uv_fs_mkstemp()
/third_party/alsa-lib/src/topology/
Dpcm.c1840 struct snd_tplg_hw_config_template *tpl) in set_link_hw_config()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1670 defineOrEmit(insn, pass, [&](debug::TemplateType *tpl) { in process()