Searched refs:points_in_elem (Results 1 – 5 of 5) sorted by relevance
| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-shared-basis-read-write-templates.h | 181 …ReadPoint(SharedData_Cuda &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in ReadPoint() argument 186 if (p < points_in_elem) { in ReadPoint() 201 …ritePoint(SharedData_Cuda &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in WritePoint() argument 204 if (p < points_in_elem) { in WritePoint()
|
| H A D | cuda-gen-templates.h | 28 …ReadPoint(SharedData_Cuda &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in ReadPoint() argument 41 …ritePoint(SharedData_Cuda &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in WritePoint() argument 43 if (p < points_in_elem) { in WritePoint()
|
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-shared-basis-read-write-templates.h | 181 …edData_Hip &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, const CeedInt… in ReadPoint() argument 185 if (p < points_in_elem) { in ReadPoint() 200 …WritePoint(SharedData_Hip &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in WritePoint() argument 203 if (p < points_in_elem) { in WritePoint()
|
| H A D | hip-gen-templates.h | 28 … ReadPoint(SharedData_Hip &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in ReadPoint() argument 41 …WritePoint(SharedData_Hip &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in WritePoint() argument 43 if (p < points_in_elem) { in WritePoint()
|
| /libCEED/interface/ |
| H A D | ceed-operator.c | 1871 CeedInt points_in_elem = 0; in CeedOperatorGetFlopsEstimate() local 1873 CeedCall(CeedElemRestrictionGetNumPointsInElement(rstr_points, i, &points_in_elem)); in CeedOperatorGetFlopsEstimate() 1874 num_points += points_in_elem; in CeedOperatorGetFlopsEstimate()
|