Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dproperty.hpp36 class property_scalar { class
38 property_scalar(property_buffer &buf) : buf(buf) { in property_scalar() function in clover::detail::property_scalar
41 inline property_scalar &
99 detail::property_scalar<T>
144 inline property_scalar<T> &
145 property_scalar<T>::operator=(const T &x) { in operator =()