Home
last modified time | relevance | path

Searched refs:m_offset (Results 1 – 25 of 32) sorted by relevance

12

/external/gemmlowp/meta/
Dlegacy_multi_thread_common.h31 std::int32_t m_offset; member
36 TaskRect(std::int32_t m_offset, std::int32_t m, std::int32_t n_offset, in TaskRect()
38 : m_offset(m_offset), m(m), n_offset(n_offset), n(n) {} in TaskRect()
65 const IN_TYPE* task_lhs = lhs + task_rect.m_offset * k; in Run()
68 result + task_rect.m_offset * result_stride + task_rect.n_offset; in Run()
Dsingle_thread_gemm.h417 inline void UpdateCacheFriendlyTask(int m_offset, int m, int n_offset, int n, in UpdateCacheFriendlyTask() argument
422 params.left_stream, params.lhs, m_offset, 0); in UpdateCacheFriendlyTask()
431 Offset(params.fused_kernel.output_stream, params.result, m_offset, in UpdateCacheFriendlyTask()
/external/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc54 : m_offset(0), m_strings(10000), m_session(session) {} in GlobalObjectNameResolver()
63 if (m_offset + length + 1 >= m_strings.size()) return ""; in GetName()
66 m_strings[m_offset + i] = ch > 0xff ? '?' : static_cast<char>(ch); in GetName()
68 m_strings[m_offset + length] = '\0'; in GetName()
69 char* result = &*m_strings.begin() + m_offset; in GetName()
70 m_offset += length + 1; in GetName()
75 size_t m_offset; member in v8_inspector::__anon88b5f4400111::GlobalObjectNameResolver
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Darena.h390 size_t offset = AlignUp(m_offset, align); in AllocAligned()
395 m_offset = offset + size; in AllocAligned()
414 m_offset = ARENA_BLOCK_ALIGN; in AllocAligned()
452 m_offset = ARENA_BLOCK_ALIGN;
476 …return (m_pCurBlock == nullptr) || (m_offset == ARENA_BLOCK_ALIGN && m_pCurBlock->pNext == nullptr… in IsEmpty()
482 size_t m_offset = ARENA_BLOCK_ALIGN; variable
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp89 : m_offset (offset) in DispatchCommand()
92 deIntptr m_offset; member
187 DE_ASSERT(cmdIter->m_offset >= 0); in fillIndirectBufferData()
188 DE_ASSERT(cmdIter->m_offset % sizeof(deUint32) == 0); in fillIndirectBufferData()
189 DE_ASSERT(cmdIter->m_offset + INDIRECT_COMMAND_OFFSET <= (deIntptr)m_bufferSize); in fillIndirectBufferData()
191 deUint32* const dstPtr = (deUint32*)&indirectDataPtr[cmdIter->m_offset]; in fillIndirectBufferData()
213 …<< cmdNdx << ": " << "offset = " << m_dispatchCommands[cmdNdx].m_offset << ", numWorkGroups = " <<… in iterate()
305 …ce_interface.cmdDispatchIndirect(*cmdBuffer, *indirectBuffer, m_dispatchCommands[cmdNdx].m_offset); in iterate()
555 const deUint32 offs = (deUint32)(cmdIter->m_offset / sizeof(deUint32)); in initPrograms()
556 DE_ASSERT((size_t)offs * sizeof(deUint32) == (size_t)cmdIter->m_offset); in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.hpp71 deUint32 getOffset (void) const { return m_offset; } in getOffset()
73 void setOffset (deUint32 offset) { m_offset = offset; } in setOffset()
79 deUint32 m_offset; member in vkt::ssbo::BufferVar
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp422 , m_offset (offset) in TexImageCubeArrayBufferCase()
442 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset); in createTexture()
449 …_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colo… in createTexture()
465 …e, m_size, m_depth, 0, transferFmt.format, transferFmt.dataType, (const void*)(deUintptr)m_offset); in createTexture()
475 int m_offset; member in deqp::gles31::Functional::TexImageCubeArrayBufferCase
515 , m_offset (offset) in TexSubImageCubeArrayBufferCase()
555 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset); in createTexture()
556 …_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colo… in createTexture()
569 …m_subW, m_subH, m_subD, transferFmt.format, transferFmt.dataType, (const void*)(deIntptr)m_offset); in createTexture()
585 int m_offset; member in deqp::gles31::Functional::TexSubImageCubeArrayBufferCase
/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp60 VkDeviceSize getOffset (void) const { return m_offset; } in getOffset()
70 const VkDeviceSize m_offset; member in vk::Allocation
DvkMemUtil.cpp93 , m_offset (offset) in Allocation()
/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp2308 , m_offset (offset) in TexImage2DBufferCase()
2327 data.resize(rowPitch*height + m_offset); in createTexture()
2334 … rowPitch, 0, &data[0] + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colo… in createTexture()
2349 … m_width, m_height, 0, transferFmt.format, transferFmt.dataType, (const void*)(deUintptr)m_offset); in createTexture()
2357 int m_offset; member in deqp::gles3::Functional::TexImage2DBufferCase
2380 , m_offset (offset) in TexImageCubeBufferCase()
2410 data[face].resize(rowPitch*height + m_offset); in createTexture()
2411 …owPitch, 0, &data[face][0] + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), gMin, gMax); in createTexture()
2424 …, m_internalFormat, m_size, m_size, 0, fmt.format, fmt.dataType, (const void*)(deUintptr)m_offset); in createTexture()
2433 int m_offset; member in deqp::gles3::Functional::TexImageCubeBufferCase
[all …]
/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp40 uint32_t offset() const { return m_offset; } in offset()
41 void set_offset(uint32_t offset) { m_offset = offset; } in set_offset()
63 uint32_t m_offset; member in CTiffContext
224 : m_io_in(nullptr), m_offset(0), m_tif_ctx(nullptr) {} in CTiffContext()
/external/deqp/modules/glshared/
DglsTextureBufferCase.hpp88 const size_t m_offset; member in deqp::gls::TextureBufferCase
DglsVertexArrayTests.cpp462 , m_offset (0) in ContextArray()
541 m_offset = offset; in bind()
569 …_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset)); in glBind()
575 …ointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, (GLvoid*)((GLintptr)m_offset)); in glBind()
586 …_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset)); in glBind()
604 …inter(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset); in glBind()
610 …rtexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, m_data + m_offset); in glBind()
621 …inter(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset); in glBind()
DglsTextureBufferCase.cpp944 , m_offset (offset) in TextureBufferCase()
1025 if (m_offset != 0) in iterate()
1033 offset = m_offset * alignment; in iterate()
DglsAttributeLocationTests.hpp185 const int m_offset; member in deqp::gls::BindAliasingAttributeTest
DglsDrawTest.cpp926 int m_offset; member in deqp::gls::__anon5a04624d0111::AttributeArray
946 , m_offset (0) in AttributeArray()
1004 m_offset = offset; in setupArray()
1080 …texAttribPointer(loc, size, inputTypeToGL(m_inputType), m_normalize, m_stride, basePtr + m_offset); in bindAttribute()
1086 …texAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, basePtr + m_offset); in bindAttribute()
1097 …nter(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, basePtr + m_offset); in bindAttribute()
DglsVertexArrayTests.hpp213 int m_offset; member in deqp::gls::ContextArray
DglsAttributeLocationTests.cpp872 , m_offset (offset) in BindAliasingAttributeTest()
887 bindings.push_back(Bind("a_1", 1 + m_offset)); in iterate()
/external/deqp/framework/opengl/
DgluTexture.hpp301 size_t getOffset (void) const { return m_offset; } in getOffset()
317 size_t m_offset; member in glu::TextureBuffer
DgluTexture.cpp833 , m_offset (0) in TextureBuffer()
844 , m_offset (0) in TextureBuffer()
881 m_offset = offset; in init()
901 …gl.texBufferRange(GL_TEXTURE_BUFFER, m_format, m_glBuffer, (glw::GLintptr)m_offset, (glw::GLsizeip… in init()
928 (deUint8*)m_refBuffer.getPtr() + m_offset); in getFullRefTexture()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorChipping.h89 : m_xpr(expr), m_offset(offset), m_dim(dim) {
93 const Index offset() const { return m_offset; }
122 const Index m_offset;
/external/deqp/modules/gles31/stress/
Des31sVertexAttributeBindingTests.cpp523 const int m_offset; member in deqp::gles31::Stress::__anon8c29f2e00111::BindVertexBufferCase
531 , m_offset (offset) in BindVertexBufferCase()
593 gl.glBindVertexBuffer(0, m_buffer, m_offset, int(sizeof(tcu::Vec4))); in iterate()
/external/deqp/external/openglcts/modules/gl/
Dgl4cBufferStorageTests.hpp217 glw::GLintptr m_offset; member
Dgl4cEnhancedLayoutsTests.cpp1209 if (offsets[i] != (GLint)desc.m_offset) in checkUniform()
1212 << " expected: " << desc.m_offset << std::endl; in checkUniform()
1280 if (offset != (GLint)desc.m_offset) in checkSSB()
1283 << " expected: " << desc.m_offset << std::endl; in checkSSB()
3757 var.m_descriptor.m_expected_stride_of_element, var.m_descriptor.m_offset) in Variable()
3943 , m_offset(offset) in Descriptor()
3970 , m_offset(offset) in Descriptor()
5264 const GLuint member_offset = member.m_offset; in calculateStride()
5288 const GLuint member_offset = member.m_offset; in generateData()
6655 …getVariableVerification(name, (GLubyte*)data_ptr + member.m_offset, member, Utils::Variable::BASIC… in test()
[all …]
/external/eigen/unsupported/Eigen/src/SparseExtra/
DBlockSparseMatrix.h1026 m_offset(outer - mat.blockOuterIndex(m_outerB))
1052 return itb.value().coeff(m_id - m_start, m_offset);
1056 return itb.valueRef().coeff(m_id - m_start, m_offset);
1071 const Index m_offset; // Position of this column in the block

12