Searched defs:VecArrayAccess (Results 1 – 2 of 2) sorted by relevance
55 struct VecArrayAccess struct58 VecArrayAccess (const void* ptr) : m_array((tcu::Vector<T, Size>*)ptr) {} in VecArrayAccess() argument59 ~VecArrayAccess (void) {} in ~VecArrayAccess()61 const tcu::Vector<T, Size>& operator[] (size_t offset) const { return m_array[offset]; } in operator []()62 tcu::Vector<T, Size>& operator[] (size_t offset) { return m_array[offset]; } in operator []()65 tcu::Vector<T, Size>* m_array;
59 struct VecArrayAccess struct62 VecArrayAccess (const void* ptr) : m_array((tcu::Vector<T, Size>*)ptr) {} in VecArrayAccess() function63 ~VecArrayAccess (void) {} in ~VecArrayAccess()65 const tcu::Vector<T, Size>& operator[] (size_t offset) const { return m_array[offset]; } in operator []()66 tcu::Vector<T, Size>& operator[] (size_t offset) { return m_array[offset]; } in operator []()69 tcu::Vector<T, Size>* m_array;