Home
last modified time | relevance | path

Searched refs:file_paths (Results 1 – 3 of 3) sorted by relevance

/libCEED/interface/
H A Dceed-jit-tools.c124 …d ceed, const char *source_file_path, CeedInt *num_file_paths, char ***file_paths, char **buffer) { in CeedLoadSourceToInitializedBuffer() argument
254 …i < *num_file_paths; i++) is_included |= !strcmp(normalized_include_source_path, (*file_paths)[i]); in CeedLoadSourceToInitializedBuffer()
257 …urceToInitializedBuffer(ceed, normalized_include_source_path, num_file_paths, file_paths, buffer)); in CeedLoadSourceToInitializedBuffer()
258 CeedCall(CeedRealloc(*num_file_paths + 1, file_paths)); in CeedLoadSourceToInitializedBuffer()
259 … CeedCall(CeedStringAllocCopy(normalized_include_source_path, &(*file_paths)[*num_file_paths])); in CeedLoadSourceToInitializedBuffer()
313 …d ceed, const char *source_file_path, CeedInt *num_file_paths, char ***file_paths, char **buffer) { in CeedLoadSourceAndInitializeBuffer() argument
316 *file_paths = NULL; in CeedLoadSourceAndInitializeBuffer()
322 …CeedCall(CeedLoadSourceToInitializedBuffer(ceed, source_file_path, num_file_paths, file_paths, buf… in CeedLoadSourceAndInitializeBuffer()
340 char **file_paths = NULL; in CeedLoadSourceToBuffer() local
344 …CeedCall(CeedLoadSourceAndInitializeBuffer(ceed, source_file_path, &num_file_paths, &file_paths, b… in CeedLoadSourceToBuffer()
[all …]
/libCEED/include/ceed/
H A Djit-tools.h16 …tializeBuffer(Ceed ceed, const char *source_file_path, CeedInt *num_file_paths, char ***file_paths,
18 …ializedBuffer(Ceed ceed, const char *source_file_path, CeedInt *num_file_paths, char ***file_paths,
/libCEED/backends/magma/
H A Dceed-magma-basis.c322 char **file_paths = NULL; in CeedBasisApplyNonTensorCore_Magma() local
351 …adSourceAndInitializeBuffer(ceed, basis_kernel_path, &num_file_paths, &file_paths, &basis_kernel_s… in CeedBasisApplyNonTensorCore_Magma()
354 …dSourceToInitializedBuffer(ceed, weight_kernel_path, &num_file_paths, &file_paths, &basis_kernel_s… in CeedBasisApplyNonTensorCore_Magma()
373 for (CeedInt i = 0; i < num_file_paths; i++) CeedCallBackend(CeedFree(&file_paths[i])); in CeedBasisApplyNonTensorCore_Magma()
374 CeedCallBackend(CeedFree(&file_paths)); in CeedBasisApplyNonTensorCore_Magma()
537 char **file_paths = NULL; in CeedBasisCreateTensorH1_Magma() local
570 …dSourceAndInitializeBuffer(ceed, interp_kernel_path, &num_file_paths, &file_paths, &basis_kernel_s… in CeedBasisCreateTensorH1_Magma()
579 …oadSourceToInitializedBuffer(ceed, grad_kernel_path, &num_file_paths, &file_paths, &basis_kernel_s… in CeedBasisCreateTensorH1_Magma()
588 …dSourceToInitializedBuffer(ceed, weight_kernel_path, &num_file_paths, &file_paths, &basis_kernel_s… in CeedBasisCreateTensorH1_Magma()
625 for (CeedInt i = 0; i < num_file_paths; i++) CeedCallBackend(CeedFree(&file_paths[i])); in CeedBasisCreateTensorH1_Magma()
[all …]