Home
last modified time | relevance | path

Searched defs:source (Results 1 – 11 of 11) sorted by relevance

/libCEED/backends/hip/
H A Dceed-hip-compile.cpp36 static int CeedCompileCore_Hip(Ceed ceed, const char *source, const bool throw_error, bool *is_comp… in CeedCompileCore_Hip()
178 int CeedCompile_Hip(Ceed ceed, const char *source, hipModule_t *module, const CeedInt num_defines, … in CeedCompile_Hip()
190 int CeedTryCompile_Hip(Ceed ceed, const char *source, bool *is_compile_good, hipModule_t *module, c… in CeedTryCompile_Hip()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-qfunction-load.sycl.cpp74 char *source; in CeedQFunctionBuildKernel_Sycl() local
/libCEED/backends/cuda/
H A Dceed-cuda-compile.cpp71 static int CeedCompileCore_Cuda(Ceed ceed, const char *source, const bool throw_error, bool *is_com… in CeedCompileCore_Cuda()
407 int CeedCompile_Cuda(Ceed ceed, const char *source, CUmodule *module, const CeedInt num_defines, ..… in CeedCompile_Cuda()
419 int CeedTryCompile_Cuda(Ceed ceed, const char *source, bool *is_compile_good, CUmodule *module, con… in CeedTryCompile_Cuda()
/libCEED/python/
H A Dceed_qfunction.py79 def __init__(self, ceed, vlength, f, source): argument
H A Dceed.py568 def QFunction(self, vlength, f, source): argument
/libCEED/interface/
H A Dceed-qfunction.c35 char source[CEED_MAX_RESOURCE_LEN]; member
64 int CeedQFunctionRegister(const char *name, const char *source, CeedInt vec_length, CeedQFunctionUs… in CeedQFunctionRegister()
677 …CreateInterior(Ceed ceed, CeedInt vec_length, CeedQFunctionUser f, const char *source, CeedQFuncti… in CeedQFunctionCreateInterior()
H A Dceed.c344 int CeedStringAllocCopy(const char *source, char **copy) { in CeedStringAllocCopy()
H A Dceed-fortran.c770 const char *source, int *qf, int *err, fortran_charlen_t source_len) { in fCeedQFunctionCreateInterior()
/libCEED/backends/sycl/
H A Dceed-sycl-compile.sycl.cpp42 char *source; local
/libCEED/backends/sycl-shared/
H A Dceed-sycl-shared-basis.sycl.cpp254 char *source; in CeedBasisCreateTensorH1_Sycl_shared() local
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl522 function CeedQFunctionCreateInterior(ceed, vec_length, f, source, qf) argument
912 function CeedStringAllocCopy(source, copy) argument
1174 function CeedQFunctionRegister(name, source, vec_length, f, init) argument