/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_value_gpr.cpp | 207 m_array(array) in GPRArrayValue() 214 m_array(array) in GPRArrayValue() 222 assert(m_array); in do_print() 229 os << "(" << *m_array << ")"; in do_print() 237 *m_array == *v.m_array; in is_equal_to() 245 assert(m_array); in record_read() 246 m_array->record_read(ev, chan); in record_read() 256 assert(m_array); in record_write() 257 m_array->record_write(ev, chan); in record_write()
|
D | sfn_value_gpr.h | 181 GPRArray *m_array; variable 186 return m_array->size(); in array_size()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | dePoolArray.hpp | 138 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/boost/boost/geometry/algorithms/detail/relate/ |
D | result.hpp | 72 ::memset(m_array, 'F', static_size); in matrix() 81 return m_array[index]; in get() 90 m_array[index] = V; in set() 96 return m_array[index]; in operator []() 101 return m_array; in begin() 106 return m_array + static_size; in end() 116 return m_array; in data() 121 return std::string(m_array, static_size); in str() 125 char m_array[static_size]; member in boost::geometry::detail::relate::matrix 227 char * it = m_array; in mask() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cVertexAttrib64BitTest.cpp | 629 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/boost/boost/graph/ |
D | leda_graph.hpp | 824 leda_node_property_map(NodeMapPtr a) : m_array(a) {} in leda_node_property_map() 825 ERef operator[](leda::node n) const { return (*m_array)[n]; } in operator []() 828 NodeMapPtr m_array; member in boost::leda_node_property_map 902 leda_edge_property_map(EdgeMapPtr a) : m_array(a) {} in leda_edge_property_map() 903 ERef operator[](leda::edge n) const { return (*m_array)[n]; } in operator []() 906 EdgeMapPtr m_array; member in boost::leda_edge_property_map
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 70 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/ |
D | es3fShaderCommonFunctionTests.cpp | 59 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/ |
D | es31fShaderCommonFunctionTests.cpp | 63 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
|