Lines Matching full:components
15 // read U or V of a 1D element into shared memory sU[][] or sV[][] -- for all components
28 // write V of a 1D element into global memory from sV[][] -- for all components
40 // sum into V of a 1D element into global memory from sV[][] -- for all components
52 // read U of a 2D element into registers rU[][][] -- for all components of a single dim
89 // read V of a 2D element into registers rV[][][] -- for all components of a single dim
106 // write V of a 2D element from registers rV[][][] to global memory -- for all components of a sin…
123 // sum into V of a 2D element from registers rV[][][] to global memory -- for all components of a …
140 // read U of a 3D element into registers rU[][][] -- for all components of a single dim
177 // read V of a 3D element into registers rV[][][] -- for all components of a single dim
194 // write V of a 3D element from registers rV[][][] to global memory -- for all components of a sin…
211 // sum into V of a 3D element from registers rV[][][] to global memory -- for all components of a …