Home
last modified time | relevance | path

Searched defs:create_function (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
Dmarshal_XML.py33 def create_function(self, element, context): member in marshal_item_factory
DglX_XML.py35 def create_function(self, element, context): member in glx_item_factory
Dgl_XML.py846 def create_function(self, element, context): member in gl_item_factory
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_reader_test.cc56 const TensorSliceWriter::CreateBuilderFunction& create_function, in SimpleFloatHelper()
180 const TensorSliceWriter::CreateBuilderFunction& create_function, in SimpleIntXHelper()
/external/tensorflow/tensorflow/c/
Dkernels.cc31 void* (*create_function)(TF_OpKernelConstruction*); member
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp474 nir_visitor::create_function(ir_function_signature *ir) in create_function() function in nir_visitor
/external/javasqlite/src/main/java/SQLite/
DDatabase.java466 public void create_function(String name, int nargs, Function f) { in create_function() method in Database
/external/python/cpython2/Lib/test/
Dtest_weakref.py28 def create_function(): function
/external/python/cpython3/Lib/test/
Dtest_weakref.py35 def create_function(): function
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli2371 val create_function : llmodule -> [ `Function ] t val
/external/sqlite/dist/
Dsqlite3ext.h82 int (*create_function)(sqlite3*,const char*,int,int,void*, member
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli2602 val create_function : llmodule -> [ `Function ] t val
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2586 val create_function : llmodule -> [ `Function ] t val
/external/sqlite/dist/orig/
Dsqlite3ext.h82 int (*create_function)(sqlite3*,const char*,int,int,void*, member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c4642 static void create_function(struct si_shader_context *ctx) in create_function() function
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c791 static void create_function(struct nir_to_llvm_context *ctx, in create_function() function