Home
last modified time | relevance | path

Searched defs:tpl (Results 1 – 14 of 14) 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/libuv/src/unix/
Dfs.c1981 const char* tpl, in uv_fs_mkdtemp()
1993 const char* tpl, in uv_fs_mkstemp()
/third_party/node/src/
Dmodule_wrap.cc737 Local<FunctionTemplate> tpl = env->NewFunctionTemplate(New); in Initialize() local
Dnode_contextify.cc1320 Local<FunctionTemplate> tpl = FunctionTemplate::New(env->isolate()); in Initialize() local
Djs_native_api_v8.cc822 v8::Local<v8::FunctionTemplate> tpl; in napi_define_class() local
/third_party/python/Modules/
D_json.c354 PyObject *tpl; in _build_rval_index_tuple() local
/third_party/libuv/src/win/
Dfs.c3012 const char* tpl, in uv_fs_mkdtemp()
3029 const char* tpl, in uv_fs_mkstemp()
/third_party/alsa-lib/src/topology/
Dpcm.c1810 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()