Home
last modified time | relevance | path

Searched defs:b_out_index (Results 1 – 4 of 4) sorted by relevance

/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-operator-assemble.h56 IndexType b_out_index = e_out * NUM_QPTS * NUM_NODES_OUT; in __launch_bounds__() local
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-operator-assemble.h56 IndexType b_out_index = e_out * NUM_QPTS * NUM_NODES_OUT; in __launch_bounds__() local
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-operator.sycl.cpp1238 CeedSize b_out_index = eval_mode_out * num_qpts * num_nodes; in CeedOperatorLinearAssemble_Sycl() local
/libCEED/interface/
H A Dceed-preconditioning.c813 … const CeedSize b_out_index = (q * num_eval_modes_out[0] + e_out) * elem_size_out + n; in CeedOperatorAssembleSingle() local