Home
last modified time | relevance | path

Searched refs:input_i (Results 1 – 2 of 2) sorted by relevance

/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-qfunction.sycl.cpp47 for (auto &input_i : inputs) { in CeedQFunctionApply_Sycl() local
48 CeedCallBackend(CeedVectorGetArrayRead(*U_i, CEED_MEM_DEVICE, &input_i)); in CeedQFunctionApply_Sycl()
75 for (auto &input_i : inputs) { in CeedQFunctionApply_Sycl() local
76 cgh.set_arg(iarg, input_i); in CeedQFunctionApply_Sycl()
94 for (auto &input_i : inputs) { in CeedQFunctionApply_Sycl() local
95 CeedCallBackend(CeedVectorRestoreArrayRead(*U_i, &input_i)); in CeedQFunctionApply_Sycl()
H A Dceed-sycl-ref-qfunction-load.sycl.cpp49 CeedQFunctionField *input_i = input_fields; in CeedQFunctionBuildKernel_Sycl() local
52 CeedCallBackend(CeedQFunctionFieldGetSize(*input_i, &size_i)); in CeedQFunctionBuildKernel_Sycl()
53 ++input_i; in CeedQFunctionBuildKernel_Sycl()