HomeSort by: relevance | last modified time | path
    Searched defs:operator (Results 1 - 25 of 169) sorted by relevancy

1 2 3 4 5 6 7

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
format.hpp 45 operator<(const cl_image_format &a, const cl_image_format &b) {
52 operator==(const cl_image_format &a, const cl_image_format &b) {
58 operator!=(const cl_image_format &a, const cl_image_format &b) {
timestamp.cpp 48 timestamp::query::operator()() const {
62 timestamp::current::operator()() const {
context.cpp 41 context::operator==(const context &ctx) const {
46 context::operator!=(const context &ctx) const {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
format.hpp 45 operator<(const cl_image_format &a, const cl_image_format &b) {
52 operator==(const cl_image_format &a, const cl_image_format &b) {
58 operator!=(const cl_image_format &a, const cl_image_format &b) {
context.cpp 34 context::operator==(const context &ctx) const {
39 context::operator!=(const context &ctx) const {
timestamp.cpp 48 timestamp::query::operator()() const {
62 timestamp::current::operator()() const {
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
adaptor.hpp 62 operator*() const {
67 operator++() {
73 operator++(int) {
80 operator==(const iterator_adaptor &jt) const {
85 operator!=(const iterator_adaptor &jt) const {
90 operator->() const {
95 operator--() {
101 operator--(int) {
108 operator+=(difference_type n) {
114 operator-=(difference_type n)
    [all...]
algebra.hpp 91 operator+(U &&u, V &&v) {
102 operator-(U &&u, V &&v) {
112 operator*(U &&u, T &&a) {
122 operator*(T &&a, U &&u) {
132 operator-(U &&u) {
pointer.hpp 92 operator=(ref_holder ref) {
98 operator==(const ref_holder &ref) const {
103 operator!=(const ref_holder &ref) const {
138 operator=(intrusive_ptr ptr) {
144 operator==(const intrusive_ptr &ref) const {
149 operator!=(const intrusive_ptr &ref) const {
154 operator*() const {
159 operator->() const {
164 operator()() const {
168 explicit operator bool() const
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
adaptor.hpp 61 operator*() const {
66 operator++() {
72 operator++(int) {
79 operator==(const iterator_adaptor &jt) const {
84 operator!=(const iterator_adaptor &jt) const {
89 operator->() const {
94 operator--() {
100 operator--(int) {
107 operator+=(difference_type n) {
113 operator-=(difference_type n)
    [all...]
algebra.hpp 91 operator+(U &&u, V &&v) {
102 operator-(U &&u, V &&v) {
112 operator*(U &&u, T &&a) {
122 operator*(T &&a, U &&u) {
132 operator-(U &&u) {
pointer.hpp 81 operator=(ref_holder ref) {
87 operator==(const ref_holder &ref) const {
92 operator!=(const ref_holder &ref) const {
127 operator=(intrusive_ptr ptr) {
133 operator==(const intrusive_ptr &ref) const {
138 operator!=(const intrusive_ptr &ref) const {
143 operator*() const {
148 operator->() const {
153 operator()() const {
157 explicit operator bool() const
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/android_stub/log/
log_time.h 57 bool operator==(const timespec& T) const {
61 bool operator!=(const timespec& T) const {
64 bool operator<(const timespec& T) const {
69 bool operator>=(const timespec& T) const {
72 bool operator>(const timespec& T) const {
77 bool operator<=(const timespec& T) const {
82 bool operator==(const log_time& T) const {
85 bool operator!=(const log_time& T) const {
88 bool operator<(const log_time& T) const {
92 bool operator>=(const log_time& T) const
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/tool/pps/
pps_counter.cc 28 bool Counter::operator==(const Counter &other) const
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-linked_ptr.h 163 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
169 linked_ptr& operator=(linked_ptr const& ptr) {
183 T* operator->() const { return value_; }
184 T& operator*() const { return *value_; }
186 bool operator==(T* p) const { return value_ == p; }
187 bool operator!=(T* p) const { return value_ != p; }
189 bool operator==(linked_ptr<U> const& ptr) const {
193 bool operator!=(linked_ptr<U> const& ptr) const {
223 bool operator==(T* ptr, const linked_ptr<T>& x) {
228 bool operator!=(T* ptr, const linked_ptr<T>& x)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_glsl_to_tgsi_private.cpp 146 void st_src_reg::operator=(const st_src_reg &reg)
188 bool operator == (const st_src_reg& lhs, const st_src_reg& rhs)
226 std::ostream& operator << (std::ostream& os, const st_src_reg& reg)
321 void st_dst_reg::operator=(const st_dst_reg &reg)
334 bool operator == (const st_dst_reg& lhs, const st_dst_reg& rhs)
366 std::ostream& operator << (std::ostream& os, const st_dst_reg& reg)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_glsl_to_tgsi_private.cpp 146 void st_src_reg::operator=(const st_src_reg &reg)
188 bool operator == (const st_src_reg& lhs, const st_src_reg& rhs)
226 std::ostream& operator << (std::ostream& os, const st_src_reg& reg)
321 void st_dst_reg::operator=(const st_dst_reg &reg)
334 bool operator == (const st_dst_reg& lhs, const st_dst_reg& rhs)
366 std::ostream& operator << (std::ostream& os, const st_dst_reg& reg)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
ringbuffer.h 58 T& operator[](const uint32_t index)
  /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
coord.cpp 71 BOOL_32 Coordinate::operator==(const Coordinate& b)
76 BOOL_32 Coordinate::operator<(const Coordinate& b)
107 BOOL_32 Coordinate::operator>(const Coordinate& b)
114 BOOL_32 Coordinate::operator<=(const Coordinate& b)
119 BOOL_32 Coordinate::operator>=(const Coordinate& b)
124 BOOL_32 Coordinate::operator!=(const Coordinate& b)
129 Coordinate& Coordinate::operator++(INT_32)
272 Coordinate& CoordTerm::operator[](UINT_32 i)
277 BOOL_32 CoordTerm::operator==(const CoordTerm& b)
300 BOOL_32 CoordTerm::operator!=(const CoordTerm& b
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
coord.cpp 79 BOOL_32 Coordinate::operator==(const Coordinate& b)
84 BOOL_32 Coordinate::operator<(const Coordinate& b)
115 BOOL_32 Coordinate::operator>(const Coordinate& b)
122 BOOL_32 Coordinate::operator<=(const Coordinate& b)
127 BOOL_32 Coordinate::operator>=(const Coordinate& b)
132 BOOL_32 Coordinate::operator!=(const Coordinate& b)
137 Coordinate& Coordinate::operator++(INT_32)
280 Coordinate& CoordTerm::operator[](UINT_32 i)
285 BOOL_32 CoordTerm::operator==(const CoordTerm& b)
308 BOOL_32 CoordTerm::operator!=(const CoordTerm& b
    [all...]
addrobject.h 65 VOID* operator new(size_t size, VOID* pMem);
66 VOID operator delete(VOID* pObj);
70 VOID operator delete(VOID* pObj, VOID* pMem) { ADDR_ASSERT_ALWAYS(); }
89 // disallow the assignment operator
90 Object& operator=(const Object& a);
  /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
coord.cpp 79 BOOL_32 Coordinate::operator==(const Coordinate& b)
84 BOOL_32 Coordinate::operator<(const Coordinate& b)
115 BOOL_32 Coordinate::operator>(const Coordinate& b)
122 BOOL_32 Coordinate::operator<=(const Coordinate& b)
127 BOOL_32 Coordinate::operator>=(const Coordinate& b)
132 BOOL_32 Coordinate::operator!=(const Coordinate& b)
137 Coordinate& Coordinate::operator++(INT_32)
280 Coordinate& CoordTerm::operator[](UINT_32 i)
285 BOOL_32 CoordTerm::operator==(const CoordTerm& b)
308 BOOL_32 CoordTerm::operator!=(const CoordTerm& b
    [all...]
addrobject.h 65 VOID* operator new(size_t size, VOID* pMem);
66 VOID operator delete(VOID* pObj);
70 VOID operator delete(VOID* pObj, VOID* pMem) { ADDR_ASSERT_ALWAYS(); }
89 // disallow the assignment operator
90 Object& operator=(const Object& a);
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_util.h 142 /*! \brief Unchecked access operator
146 constexpr reference operator[](const size_type index) noexcept
152 /*! \brief Unchecked const access operator
156 constexpr const_reference operator[](const size_type index) const noexcept
254 Iterator& operator++();
256 bool operator!=(const Iterator& other) const;
258 uint32_t operator*() const;
346 IDSet::Iterator::operator++()
370 IDSet::Iterator::operator!=(const IDSet::Iterator& other) const
377 IDSet::Iterator::operator*() cons
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
gtest-filepath.h 71 FilePath& operator=(const FilePath& rhs) {

Completed in 19 milliseconds

1 2 3 4 5 6 7