Home
last modified time | relevance | path

Searched defs:points_in_elem (Results 1 – 5 of 5) sorted by relevance

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-shared-basis-read-write-templates.h181 …ReadPoint(SharedData_Cuda &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in ReadPoint()
201 …ritePoint(SharedData_Cuda &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in WritePoint()
H A Dcuda-gen-templates.h28 …ReadPoint(SharedData_Cuda &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in ReadPoint()
41 …ritePoint(SharedData_Cuda &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in WritePoint()
/libCEED/include/ceed/jit-source/hip/
H A Dhip-shared-basis-read-write-templates.h181 …nt(SharedData_Hip &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, const … in ReadPoint()
200 …WritePoint(SharedData_Hip &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in WritePoint()
H A Dhip-gen-templates.h28 … ReadPoint(SharedData_Hip &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in ReadPoint()
41 …WritePoint(SharedData_Hip &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in WritePoint()
/libCEED/interface/
H A Dceed-operator.c1871 CeedInt points_in_elem = 0; in CeedOperatorGetFlopsEstimate() local