/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BlockRealMatrix.java | 226 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 …]
|
D | BlockFieldMatrix.java | 232 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/ |
D | es31fBasicComputeShaderTests.cpp | 176 …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/ |
D | reflection.cpp | 172 … 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() 315 … blockIndex = 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/ |
D | cfx_blockbuffer.cpp | 49 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/ |
D | Program.cpp | 44 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/ |
D | nsx_core.c | 396 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 …]
|
D | nsx_core_neon.c | 184 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()
|
D | nsx_core.h | 85 int blockIndex; // Frame index counter. member
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResTableTheme.java | 148 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()
|
D | ResTable.java | 447 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/ |
D | MtDec.c | 282 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()
|
D | MtCoder.c | 197 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()
|
D | LzFindMt.c | 456 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()
|
D | MtCoder.h | 117 unsigned blockIndex; member
|
D | MtDec.h | 146 UInt64 blockIndex; member
|
D | 7z.h | 177 UInt32 *blockIndex, /* index of solid block */
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 6515 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/ |
D | vk_mem_alloc.h | 6515 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/ |
D | esextcGPUShader5UniformBlocksArrayIndexing.cpp | 184 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/ |
D | gluProgramInterfaceQuery.hpp | 61 deUint32 blockIndex; //!< GL_BLOCK_INDEX member 74 , blockIndex (~0u /* GL_INVALID_INDEX */) in InterfaceVariableInfo()
|
D | gluProgramInterfaceQuery.cpp | 90 info.blockIndex = getProgramResourceUint(gl, program, programInterface, index, GL_BLOCK_INDEX); in getProgramInterfaceVariableInfo()
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 563 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/ |
D | 7zC.txt | 124 UInt32 *blockIndex, /* index of solid block */ 133 blockIndex,
|
/external/deqp-deps/glslang/glslang/Public/ |
D | ShaderLang.h | 695 …const char* getUniformBlockName(int blockIndex) const; // can be used for glGetActiveUniformBlockN… 696 …int getUniformBlockSize(int blockIndex) const; // can be used for glGetActiveUniformBlocki…
|