Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/decpp/
DdePoolArray.hpp138 const PoolArray<T, Alignment>* getArray (void) const throw() { return m_array; } in getArray()
141 const T* operator-> (void) const throw() { return &(*m_array)[this->m_ndx]; } in operator ->()
142 const T& operator* (void) const throw() { return (*m_array)[this->m_ndx]; } in operator *()
143 const T& operator[] (deUintptr offs) const throw() { return (*m_array)[this->m_ndx+offs]; } in operator []()
161 const PoolArray<T, Alignment>* m_array; member in de::PoolArrayConstIterator
174 PoolArray<T, Alignment>* getArray (void) const throw() { return m_array; } in getArray()
177 T* operator-> (void) const throw() { return &(*m_array)[this->m_ndx]; } in operator ->()
178 T& operator* (void) const throw() { return (*m_array)[this->m_ndx]; } in operator *()
179 T& operator[] (deUintptr offs) const throw() { return (*m_array)[this->m_ndx+offs]; } in operator []()
194 PoolArray<T, Alignment>* m_array; member in de::PoolArrayIterator
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_virtualvalues.cpp101 const LocalArray *m_array; member in r600::ValueComparer
864 m_array(array) in LocalArrayValue()
887 return m_array; in array()
915 m_array.add_parent(instr); in add_parent_to_array()
920 m_array.del_parent(instr); in del_parent_from_array()
925 int offset = sel() - m_array.sel(); in print()
926 os << "A" << m_array.sel() << "["; in print()
939 (m_array.ready_for_indirect(block, index, chan()) && m_addr->ready(block, index)): in ready()
940 m_array.ready_for_direct(block, index, chan()); in ready()
946 m_array(nullptr), in ValueComparer()
[all …]
Dsfn_virtualvalues.h416 LocalArray& m_array; variable
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp629 m_array[i] = RandomDouble(min, max); in vertexAttribute()
633 GLdouble m_array[SIZE]; member in VertexAttrib64Bit::GetVertexAttribTest::vertexAttribute
768 …if (false == verifyResults(vertex_attribute.m_array, SIZE, index, function_name.str().c_str(), __L… in checkVertexAttribLd()
797 …if (false == verifyResults(vertex_attribute.m_array, SIZE, index, function_name.str().c_str(), __L… in checkVertexAttribLdv()
888 gl.vertexAttribL1d(index, attribute.m_array[0]); in vertexAttribLd()
902 gl.vertexAttribL2d(index, attribute.m_array[0], attribute.m_array[1]); in vertexAttribLd()
916 gl.vertexAttribL3d(index, attribute.m_array[0], attribute.m_array[1], attribute.m_array[2]); in vertexAttribLd()
930 …gl.vertexAttribL4d(index, attribute.m_array[0], attribute.m_array[1], attribute.m_array[2], attrib… in vertexAttribLd()
944 gl.vertexAttribL1dv(index, attribute.m_array); in vertexAttribLdv()
958 gl.vertexAttribL2dv(index, attribute.m_array); in vertexAttribLdv()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp70 VecArrayAccess (const void* ptr) : m_array((tcu::Vector<T, Size>*)ptr) {} in VecArrayAccess()
73 const tcu::Vector<T, Size>& operator[] (size_t offset) const { return m_array[offset]; } in operator []()
74 tcu::Vector<T, Size>& operator[] (size_t offset) { return m_array[offset]; } in operator []()
77 tcu::Vector<T, Size>* m_array; member
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp59 VecArrayAccess (const void* ptr) : m_array((tcu::Vector<T, Size>*)ptr) {} in VecArrayAccess()
62 const tcu::Vector<T, Size>& operator[] (size_t offset) const { return m_array[offset]; } in operator []()
63 tcu::Vector<T, Size>& operator[] (size_t offset) { return m_array[offset]; } in operator []()
66 tcu::Vector<T, Size>* m_array; member
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp63 VecArrayAccess (const void* ptr) : m_array((tcu::Vector<T, Size>*)ptr) {} in VecArrayAccess()
66 const tcu::Vector<T, Size>& operator[] (size_t offset) const { return m_array[offset]; } in operator []()
67 tcu::Vector<T, Size>& operator[] (size_t offset) { return m_array[offset]; } in operator []()
70 tcu::Vector<T, Size>* m_array; member