Home
last modified time | relevance | path

Searched refs:blockIndex (Results 1 – 25 of 34) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockRealMatrix.java226 int blockIndex = 0; in toBlocksLayout() local
238 blocks[blockIndex] = block; in toBlocksLayout()
247 ++blockIndex; in toBlocksLayout()
274 int blockIndex = 0; in createBlocksLayout() local
283 blocks[blockIndex] = new double[iHeight * jWidth]; in createBlocksLayout()
284 ++blockIndex; in createBlocksLayout()
329 int blockIndex = 0; in add()
334 final double[] outBlock = out.blocks[blockIndex]; in add()
335 final double[] tBlock = blocks[blockIndex]; in add()
349 ++blockIndex; in add()
[all …]
DBlockFieldMatrix.java232 int blockIndex = 0; in toBlocksLayout() local
244 blocks[blockIndex] = block; in toBlocksLayout()
253 ++blockIndex; in toBlocksLayout()
284 int blockIndex = 0; in createBlocksLayout() local
293 blocks[blockIndex] = buildArray(field, iHeight * jWidth); in createBlocksLayout()
294 ++blockIndex; in createBlocksLayout()
339 int blockIndex = 0; in add()
344 final T[] outBlock = out.blocks[blockIndex]; in add()
345 final T[] tBlock = blocks[blockIndex]; in add()
359 ++blockIndex; in add()
[all …]
/external/deqp/modules/gles31/functional/
Des31fBasicComputeShaderTests.cpp176 …const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_UNIFORM_BLOCK, … in iterate() local
177 …o blockInfo = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_UNIFORM_BLOCK, blockIndex); in iterate()
191 gl.uniformBlockBinding(program.getProgram(), blockIndex, 0); in iterate()
198 …const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_B… in iterate() local
199 …tProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex, GL_BUFFER_DATA_… in iterate()
213 …const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_… in iterate() local
214 …tProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex, GL_BUFFER_DATA_… in iterate()
298 …const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_… in iterate() local
299 …Info = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex); in iterate()
321 …const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_… in iterate() local
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp172 … TList<TIntermBinary*>::const_iterator deref, int offset, int blockIndex, int arraySize) in blowUpActiveAggregate() argument
191 … blowUpActiveAggregate(derefType, newBaseName, derefs, nextDeref, offset, blockIndex, arraySize); in blowUpActiveAggregate()
223 … blowUpActiveAggregate(derefType, newBaseName, derefs, derefs.end(), offset, blockIndex, 0); in blowUpActiveAggregate()
233 … blowUpActiveAggregate(derefType, newBaseName, derefs, derefs.end(), offset, blockIndex, 0); in blowUpActiveAggregate()
253 arraySize, blockIndex)); in blowUpActiveAggregate()
296 int blockIndex = -1; in addDereferencedUniform() local
312 blockIndex = addBlockName(blockName + "[" + String(e) + "]", derefType, in addDereferencedUniform()
315blockIndex = addBlockName(blockName, base->getType(), getBlockSize(base->getType())); in addDereferencedUniform()
345 …blowUpActiveAggregate(base->getType(), baseName, derefs, derefs.begin(), offset, blockIndex, array… in addDereferencedUniform()
350 int blockIndex; in addBlockName() local
[all …]
/external/pdfium/core/fxcrt/
Dcfx_blockbuffer.cpp49 size_t blockIndex = realIndex / kAllocStep; in SetTextChar() local
50 if (blockIndex >= m_BlockArray.size()) { in SetTextChar()
51 size_t newBlocks = blockIndex - m_BlockArray.size() + 1; in SetTextChar()
57 wchar_t* pTextData = m_BlockArray[blockIndex].get(); in SetTextChar()
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp44 Uniform::BlockInfo::BlockInfo(const glsl::Uniform& uniform, int blockIndex) in BlockInfo() argument
46 if(blockIndex >= 0) in BlockInfo()
48 index = blockIndex; in BlockInfo()
457 for(GLuint blockIndex = 0; blockIndex < numUniformBlocks; blockIndex++) in getUniformBlockIndex() local
459 const UniformBlock &uniformBlock = *uniformBlocks[blockIndex]; in getUniformBlockIndex()
465 return blockIndex; in getUniformBlockIndex()
1717 unsigned int blockIndex = GL_INVALID_INDEX; in linkUniforms() local
1723 blockIndex = getUniformBlockIndex(uniformBlockName); in linkUniforms()
1724 ASSERT(blockIndex != GL_INVALID_INDEX); in linkUniforms()
1742 if(!defineUniform(shader->getType(), uniform, Uniform::BlockInfo(uniform, blockIndex))) in linkUniforms()
[all …]
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.c396 if (inst->blockIndex < END_STARTUP_LONG) { in NoiseEstimationC()
436 if (inst->blockIndex >= END_STARTUP_LONG) { in NoiseEstimationC()
445 if (inst->blockIndex < END_STARTUP_LONG) { in NoiseEstimationC()
623 *noise_estimate = (*noise_estimate_avg) * (uint32_t)(inst->blockIndex + 1); in WebRtcNsx_CalcParametricNoiseEstimate()
723 inst->blockIndex = -1; //frame counter in WebRtcNsx_InitCore()
1260 if (inst->blockIndex >= END_STARTUP_SHORT) { in WebRtcNsx_DataAnalysis()
1463 inst->blockIndex > END_STARTUP_LONG && in WebRtcNsx_DataSynthesis()
1594 inst->blockIndex++; in WebRtcNsx_ProcessCore()
1611 if (inst->blockIndex < END_STARTUP_SHORT) { in WebRtcNsx_ProcessCore()
1619 … (int16_t)(inst->blockIndex + 1)); // Q14 in WebRtcNsx_ProcessCore()
[all …]
Dnsx_core_neon.c184 if (inst->blockIndex < END_STARTUP_LONG) in WebRtcNsx_NoiseEstimationNeon()
295 if (inst->blockIndex < END_STARTUP_LONG) { in WebRtcNsx_NoiseEstimationNeon()
335 if (inst->blockIndex >= END_STARTUP_LONG) { in WebRtcNsx_NoiseEstimationNeon()
344 if (inst->blockIndex < END_STARTUP_LONG) { in WebRtcNsx_NoiseEstimationNeon()
Dnsx_core.h85 int blockIndex; // Frame index counter. member
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTableTheme.java148 int blockIndex, Ref<Integer> outLastRef, in resolveAttributeReference() argument
153 blockIndex = GetAttribute(inOutValue.get().data, inOutValue, newTypeSpecFlags); in resolveAttributeReference()
156 (int)blockIndex, (int)inOutValue.get().dataType, inOutValue.get().data); in resolveAttributeReference()
160 if (blockIndex < 0) { in resolveAttributeReference()
161 return blockIndex; in resolveAttributeReference()
164 return mTable.resolveReference(inOutValue, blockIndex, outLastRef, in resolveAttributeReference()
DResTable.java447 public final int resolveReference(Ref<Res_value> value, int blockIndex,
449 return resolveReference(value, blockIndex, outLastRef, null, null);
452 public final int resolveReference(Ref<Res_value> value, int blockIndex,
454 return resolveReference(value, blockIndex, outLastRef, inoutTypeSpecFlags, null);
457 public final int resolveReference(Ref<Res_value> value, int blockIndex,
462 while (blockIndex >= 0 && value.get().dataType == DataType.REFERENCE.code()
485 return blockIndex;
487 blockIndex = newIndex;
490 return blockIndex;
/external/lzma/C/
DMtDec.c282 UInt64 blockIndex; in ThreadFunc2() local
306 blockIndex = p->blockIndex++; in ThreadFunc2()
310 res = MtDec_Progress_GetError_Spec(p, 0, 0, blockIndex, &wasInterrupted); in ThreadFunc2()
404 res = MtDec_Progress_GetError_Spec(p, 0, 0, blockIndex, &wasInterrupted); in ThreadFunc2()
555 res = MtDec_GetError_Spec(p, blockIndex, &wasInterrupted); in ThreadFunc2()
662 MtDec_Interrupt(p, blockIndex); in ThreadFunc2()
675 res = MtDec_Progress_GetError_Spec(p, inDelta, outDelta, blockIndex, &wasInterrupted); in ThreadFunc2()
775 MtDec_Interrupt(p, blockIndex); in ThreadFunc2()
1039 p->blockIndex = 1; // it must be larger than not_defined index (0) in MtDec_Code()
DMtCoder.c197 bi = mtc->blockIndex; in ThreadFunc2()
199 if (++mtc->blockIndex >= mtc->numBlocksMax) in ThreadFunc2()
200 mtc->blockIndex = 0; in ThreadFunc2()
513 p->blockIndex = 0; in MtCoder_Code()
DLzFindMt.c456 UInt32 blockIndex = 0; in BtThreadFunc() local
465 p->numProcessedBlocks = blockIndex; in BtThreadFunc()
471 BtFillBlock(mt, blockIndex++); in BtThreadFunc()
583 UInt32 blockIndex; in MatchFinderMt_GetNextBlock_Bt() local
585 blockIndex = ((p->btSync.numProcessedBlocks - 1) & kMtBtNumBlocksMask); in MatchFinderMt_GetNextBlock_Bt()
586 p->btBufPosLimit = p->btBufPos = blockIndex * kMtBtBlockSize; in MatchFinderMt_GetNextBlock_Bt()
DMtCoder.h117 unsigned blockIndex; member
DMtDec.h146 UInt64 blockIndex; member
D7z.h177 UInt32 *blockIndex, /* index of solid block */
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6515 for(uint32_t blockIndex = 0; blockIndex < m_Blocks.size(); ++blockIndex) in GetPoolStats() local
6517 const VmaDeviceMemoryBlock* const pBlock = m_Blocks[blockIndex]; in GetPoolStats()
6541 for(size_t blockIndex = 0; blockIndex < m_Blocks.size(); ++blockIndex ) in Allocate() local
6543 VmaDeviceMemoryBlock* const pCurrBlock = m_Blocks[blockIndex]; in Allocate()
6586 VMA_DEBUG_LOG(" Returned from existing allocation #%u", (uint32_t)blockIndex); in Allocate()
6695 for(size_t blockIndex = 0; blockIndex < m_Blocks.size(); ++blockIndex ) in Allocate() local
6697 VmaDeviceMemoryBlock* const pCurrBlock = m_Blocks[blockIndex]; in Allocate()
6760 … VMA_DEBUG_LOG(" Returned from existing allocation #%u", (uint32_t)blockIndex); in Allocate()
6862 for(uint32_t blockIndex = 0; blockIndex < m_Blocks.size(); ++blockIndex) in Remove() local
6864 if(m_Blocks[blockIndex] == pBlock) in Remove()
[all …]
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6515 for(uint32_t blockIndex = 0; blockIndex < m_Blocks.size(); ++blockIndex) in GetPoolStats() local
6517 const VmaDeviceMemoryBlock* const pBlock = m_Blocks[blockIndex]; in GetPoolStats()
6541 for(size_t blockIndex = 0; blockIndex < m_Blocks.size(); ++blockIndex ) in Allocate() local
6543 VmaDeviceMemoryBlock* const pCurrBlock = m_Blocks[blockIndex]; in Allocate()
6586 VMA_DEBUG_LOG(" Returned from existing allocation #%u", (uint32_t)blockIndex); in Allocate()
6695 for(size_t blockIndex = 0; blockIndex < m_Blocks.size(); ++blockIndex ) in Allocate() local
6697 VmaDeviceMemoryBlock* const pCurrBlock = m_Blocks[blockIndex]; in Allocate()
6760 … VMA_DEBUG_LOG(" Returned from existing allocation #%u", (uint32_t)blockIndex); in Allocate()
6862 for(uint32_t blockIndex = 0; blockIndex < m_Blocks.size(); ++blockIndex) in Remove() local
6864 if(m_Blocks[blockIndex] == pBlock) in Remove()
[all …]
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5UniformBlocksArrayIndexing.cpp184 glw::GLuint blockIndex = 0; in iterate() local
189 blockIndex = gl.getUniformBlockIndex(m_program_id, positionBlock.str().c_str()); in iterate()
192 gl.uniformBlockBinding(m_program_id, blockIndex, index_value); in iterate()
/external/deqp/framework/opengl/
DgluProgramInterfaceQuery.hpp61 deUint32 blockIndex; //!< GL_BLOCK_INDEX member
74 , blockIndex (~0u /* GL_INVALID_INDEX */) in InterfaceVariableInfo()
DgluProgramInterfaceQuery.cpp90 info.blockIndex = getProgramResourceUint(gl, program, programInterface, index, GL_BLOCK_INDEX); in getProgramInterfaceVariableInfo()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp563 unsigned blockIndex = 0; in Open2() local
579 if (blockIndex >= _stat.NumBlocks) in Open2()
582 CBlockInfo &block = _blocks[blockIndex++]; in Open2()
603 CBlockInfo &block = _blocks[blockIndex++]; in Open2()
608 _blocksArraySize = blockIndex; in Open2()
/external/lzma/DOC/
D7zC.txt124 UInt32 *blockIndex, /* index of solid block */
133 blockIndex,
/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h695 …const char* getUniformBlockName(int blockIndex) const; // can be used for glGetActiveUniformBlockN…
696 …int getUniformBlockSize(int blockIndex) const; // can be used for glGetActiveUniformBlocki…

12