Searched refs:m_stride (Results 1 - 14 of 14) sorted by relevance

/external/pdfium/third_party/agg23/
H A Dagg_rendering_buffer.h53 m_stride(0),
62 m_stride(0),
72 m_stride = stride;
105 return m_stride;
109 return (m_stride < 0) ?
110 unsigned(-m_stride) :
111 unsigned(m_stride);
123 return (int8u*)p + m_stride;
127 return (int8u*)p + m_stride;
141 int m_stride; member in class:agg::rendering_buffer
[all...]
/external/eigen/Eigen/src/Core/
H A DMap.h104 return StrideType::InnerStrideAtCompileTime != 0 ? m_stride.inner() : 1;
110 return StrideType::OuterStrideAtCompileTime != 0 ? m_stride.outer()
123 : Base(cast_to_pointer_type(dataPtr)), m_stride(stride)
136 : Base(cast_to_pointer_type(dataPtr), size), m_stride(stride)
150 : Base(cast_to_pointer_type(dataPtr), rows, cols), m_stride(stride)
158 StrideType m_stride; member in class:Eigen::Map
H A DRef.h71 return StrideType::InnerStrideAtCompileTime != 0 ? m_stride.inner() : 1;
76 return StrideType::OuterStrideAtCompileTime != 0 ? m_stride.outer()
85 m_stride(StrideType::OuterStrideAtCompileTime==Dynamic?0:StrideType::OuterStrideAtCompileTime,
112 ::new (&m_stride) StrideBase(expr.innerStride(), StrideType::InnerStrideAtCompileTime==0?0:1);
114 ::new (&m_stride) StrideBase(StrideType::OuterStrideAtCompileTime==0?0:expr.outerStride(),
118 StrideBase m_stride; member in class:Eigen::RefBase
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorChipping.h169 m_stride = 1;
173 m_stride *= input_dims[i];
178 m_stride *= input_dims[i];
183 m_inputOffset = m_stride * op.offset();
210 // m_stride is equal to 1, so let's avoid the integer division.
211 eigen_assert(m_stride == 1);
222 // m_stride is aways greater than index, so let's avoid the integer division.
223 eigen_assert(m_stride > index);
226 const Index idx = index / m_stride;
227 const Index rem = index - idx * m_stride;
301 Index m_stride; member in struct:Eigen::TensorEvaluator
[all...]
H A DTensorScan.h111 m_stride(1),
122 m_stride = m_stride * dims[i];
126 m_stride = m_stride * dims[i];
136 return m_stride;
206 Index m_stride; member in struct:Eigen::TensorEvaluator
/external/eigen/Eigen/src/Core/util/
H A DBlasUtil.h200 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE blas_data_mapper(Scalar* data, Index stride) : m_data(data), m_stride(stride) {}
204 return blas_data_mapper<Scalar, Index, StorageOrder, AlignmentType>(&operator()(i, j), m_stride);
218 return m_data[StorageOrder==RowMajor ? j + i*m_stride : i + j*m_stride];
231 pscatter<Scalar, SubPacket>(&operator()(i, j), p, m_stride);
236 return pgather<Scalar, SubPacket>(&operator()(i, j), m_stride);
239 EIGEN_DEVICE_FUNC const Index stride() const { return m_stride; }
251 const Index m_stride; member in class:Eigen::internal::blas_data_mapper
261 return const_blas_data_mapper<Scalar, Index, StorageOrder>(&(this->operator()(i, j)), this->m_stride);
/external/vulkan-validation-layers/tests/
H A Dvkrenderframework.cpp916 m_stride = constantSize;
995 VkBufferMemoryBarrier memory_barrier = buffer_memory_barrier(srcAccessMask, dstAccessMask, 0, m_numVertices * m_stride);
1033 m_stride = 2;
1036 m_stride = 4;
1040 m_stride = 2;
1044 const size_t allocationSize = numIndexes * m_stride;
H A Dvkrenderframework.h219 int m_stride; member in class:VkConstantBufferObj
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp461 , m_stride (0)
540 m_stride = stride;
569 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset));
575 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, (GLvoid*)((GLintptr)m_offset));
586 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset));
604 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset);
610 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, m_data + m_offset);
621 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset);
H A DglsVertexArrayTests.hpp187 virtual int getStride (void) const { return m_stride; }
212 int m_stride; member in class:deqp::gls::ContextArray
H A DglsDrawTest.cpp907 int getStride (void) const { return m_stride; }
924 int m_stride; member in class:deqp::gls::__anon4945::AttributeArray
944 , m_stride (0)
1002 m_stride = stride;
1079 m_ctx.vertexAttribPointer(loc, size, inputTypeToGL(m_inputType), m_normalize, m_stride, basePtr + m_offset);
1085 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, basePtr + m_offset);
1096 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, basePtr + m_offset);
/external/elfutils/libelf/
H A Dabstract.h275 TYPE_NAME (ElfW2(Bits, Ext##Half), m_stride) \
H A Delf.h1134 Elf32_Half m_stride; /* Stride info. */ member in struct:__anon6245
1143 Elf64_Half m_stride; /* Stride info. */ member in struct:__anon6246
/external/kmod/port-gnu/
H A Delf.h1133 Elf32_Half m_stride; /* Stride info. */ member in struct:__anon9485
1142 Elf64_Half m_stride; /* Stride info. */ member in struct:__anon9486

Completed in 498 milliseconds