/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_resource.c | 10 const struct pipe_resource *templ) in nvc0_resource_create() 24 const struct pipe_resource *templ, in nvc0_resource_create_with_modifiers() 76 const struct pipe_resource *templ, in nvc0_resource_from_handle() 94 const struct pipe_surface *templ) in nvc0_surface_create() 103 const struct pipe_resource *templ, in nvc0_resource_from_user_memory()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_resource.c | 12 const struct pipe_resource *templ) in nv50_resource_create() 24 const struct pipe_resource *templ, in nv50_resource_from_handle() 37 const struct pipe_surface *templ) in nv50_surface_from_buffer() 70 const struct pipe_surface *templ) in nv50_surface_create()
|
D | nv50_miptree.c | 335 const struct pipe_resource *templ) in nv50_miptree_create() 402 const struct pipe_resource *templ, in nv50_miptree_from_handle() 469 const struct pipe_surface *templ) in nv50_surface_from_miptree() 504 const struct pipe_surface *templ) in nv50_miptree_surface_new()
|
/external/python/cpython2/Tools/framer/framer/ |
D | bases.py | 29 def p(templ, vars=vars): # helper function to generate output argument 79 def p(templ, vars=self.__vars): # helper function to generate output argument 113 def p(templ, vars=self.__vars): argument 187 def p(templ, vars=self.__vars): argument 198 def p(templ, vars=self.__vars): argument 213 def p(templ): argument
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | attr-target-mv-member-funcs.cpp | 55 struct templ { struct 63 templ<int> a; in templ_use() argument
|
D | attr-loader-uninitialized.cpp | 32 template<typename T> struct templ{T * t;}; argument
|
/external/boringssl/src/tool/ |
D | args.cc | 33 const struct argument *templ = nullptr; in ParseKeyValueArguments() local 63 const struct argument *templ = &templates[j]; in ParseKeyValueArguments() local 76 const struct argument *templ = &templates[i]; in PrintUsage() local
|
/external/rust/crates/quiche/deps/boringssl/src/tool/ |
D | args.cc | 33 const struct argument *templ = nullptr; in ParseKeyValueArguments() local 63 const struct argument *templ = &templates[j]; in ParseKeyValueArguments() local 76 const struct argument *templ = &templates[i]; in PrintUsage() local
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
D | p8-0x.cpp | 57 struct templ { struct 61 …template class templ<int>; // expected-note{{in instantiation of template class 'PR10127::templ<in… variable 62 template class templ<outer>; variable
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | google-build-explicit-make-pair.cpp | 16 void templ(T a, T b) { in templ() function 46 templ(i, i); in test() local
|
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
D | p8-0x.cpp | 57 struct templ { struct 61 …template class templ<int>; // expected-note{{in instantiation of template class 'PR10127::templ<in… variable 62 template class templ<outer>; variable
|
/external/doclava/src/com/google/doclava/ |
D | ClearPage.java | 78 public static void write(Data data, String templ, String filename, JSilver cs) { in write() 82 public static void write(Data data, String templ, String filename) { in write() 86 public static void write(Data data, String templ, String filename, boolean fullPath) { in write() 90 public static void write(Data data, String templ, String filename, boolean fullPath, JSilver cs) { in write()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_shader.c | 142 const struct pipe_shader_state *templ, in softpipe_create_shader_state() 173 const struct pipe_shader_state *templ) in softpipe_create_fs_state() 254 const struct pipe_shader_state *templ) in softpipe_create_vs_state() 315 const struct pipe_shader_state *templ) in softpipe_create_gs_state() 423 const struct pipe_compute_state *templ) in softpipe_create_compute_state()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer_unittest.cc | 82 string templ = temp_dir.path() + kMDWriterUnitTestFileName; in TEST() local 112 string templ = temp_dir.path() + kMDWriterUnitTestFileName; in TEST() local 168 string templ = temp_dir.path() + kMDWriterUnitTestFileName; in TEST() local 244 string templ = temp_dir.path() + kMDWriterUnitTestFileName; in TEST() local 289 string templ = temp_dir.path() + kMDWriterUnitTestFileName; in TEST() local 340 string templ = temp_dir.path() + kMDWriterUnitTestFileName; in TEST() local 567 string templ = temp_dir.path() + kMDWriterUnitTestFileName; in TEST() local 644 string templ = temp_dir.path() + kMDWriterUnitTestFileName; in TEST() local 723 string templ = temp_dir.path() + kMDWriterUnitTestFileName; in TEST() local
|
/external/libfuse/include/ |
D | fuse_opt.h | 79 const char *templ; member 98 #define FUSE_OPT_KEY(templ, key) { templ, -1U, key } argument
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_tess.c | 42 const struct pipe_shader_state *templ) in llvmpipe_create_tcs_state() 110 const struct pipe_shader_state *templ) in llvmpipe_create_tes_state()
|
/external/llvm-project/clang/test/Analysis/ |
D | debug-CallGraph.cpp | 56 void templ(T t) { in templ() function 61 void templ<double>(double t) { in templ() function
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_buffer.c | 641 const struct pipe_resource *templ) in si_alloc_buffer_struct() 663 const struct pipe_resource *templ, unsigned alignment) in si_buffer_create() 708 const struct pipe_resource *templ, in si_buffer_from_user_memory() 736 const struct pipe_resource *templ, in si_buffer_from_winsys_buffer() 769 const struct pipe_resource *templ) in si_resource_create()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_resource.c | 32 const struct pipe_resource *templ) in r300_resource_create()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 93 const struct pipe_resource *templ, in resource_create() 334 const struct pipe_resource *templ) in zink_resource_create() 377 const struct pipe_resource *templ, in zink_resource_from_handle() 551 struct pipe_resource templ = *pres; in zink_transfer_map() local
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_ts.c | 52 const struct pipe_shader_state *templ) in svga_create_tcs_state() 136 const struct pipe_shader_state *templ) in svga_create_tes_state()
|
/external/clang/test/CXX/expr/expr.unary/expr.new/ |
D | p17-crash.cpp | 9 template < typename T > class templ { class
|
/external/llvm-project/clang/test/CXX/expr/expr.unary/expr.new/ |
D | p17-crash.cpp | 9 template < typename T > class templ { class
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_sampler_view.h | 43 struct pipe_sampler_view templ; in st_create_texture_sampler_view_format() local
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_texture.c | 362 struct pipe_resource templ = rtex->resource.b.b; in r600_reallocate_texture_inplace() local 532 struct pipe_resource templ = res->b.b; in r600_texture_get_handle() local 602 struct pipe_resource templ = rtex->resource.b.b; in r600_texture_get_fmask_info() local 1034 const struct pipe_resource *templ) in r600_choose_tiling() 1093 const struct pipe_resource *templ) in r600_texture_create() 1112 const struct pipe_resource *templ, in r600_texture_from_handle() 1533 const struct pipe_surface *templ, in r600_create_surface_custom() 1561 const struct pipe_surface *templ) in r600_create_surface() 1887 const struct pipe_resource *templ, in r600_texture_from_memobj()
|