Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dtypes.rs207 pub struct CLVec<T> { struct
211 impl<T: Copy> CLVec<T> { argument
236 impl CLVec<usize> { implementation
259 impl<T: Default + Copy> Default for CLVec<T> { implementation
268 impl<T> std::ops::Deref for CLVec<T> { implementation
276 impl<T> std::ops::DerefMut for CLVec<T> { implementation
282 impl<T: Copy + std::ops::Add<Output = T>> std::ops::Add for CLVec<T> { implementation
290 impl<T: Copy + std::ops::Add<Output = T>> std::ops::Add<[T; 3]> for CLVec<T> { implementation
300 impl<T: Copy + std::ops::Sub<Output = T>> std::ops::Sub<[T; 3]> for CLVec<T> { implementation
310 impl<T> std::ops::Mul for CLVec<T> implementation
[all …]