| /external/proguard/src/proguard/evaluation/ |
| D | Processor.java | 123 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction() local 130 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction() local 137 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction() local 144 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction() local 151 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction() local 162 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction() local 170 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction() local 178 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction() local 186 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction() local 194 IntegerValue arrayIndex = stack.ipop(); in visitSimpleInstruction() local
|
| /external/angle/src/tests/perf_tests/ |
| D | DrawCallPerf.cpp | 276 for (int arrayIndex = 0; arrayIndex < kArrayBufferCount; ++arrayIndex) in ChangeVertexAttribThenDraw() local 282 for (int arrayIndex = 0; arrayIndex < kArrayBufferCount; ++arrayIndex) in ChangeVertexAttribThenDraw() local 298 for (int arrayIndex = 0; arrayIndex < kArrayBufferCount; ++arrayIndex) in ChangeArrayBuffersThenDraw() local 305 for (int arrayIndex = 0; arrayIndex < kArrayBufferCount; ++arrayIndex) in ChangeArrayBuffersThenDraw() local
|
| /external/angle/src/compiler/translator/ |
| D | ResourcesHLSL.cpp | 666 for (unsigned int arrayIndex = 0; arrayIndex < instanceArraySize; arrayIndex++) in uniformBlocksHeader() local 691 for (unsigned int arrayIndex = 0; arrayIndex < instanceArraySize; arrayIndex++) in uniformBlocksHeader() local 725 for (unsigned int arrayIndex = 0; arrayIndex < instanceArraySize; arrayIndex++) in shaderStorageBlocksHeader() local 746 unsigned int arrayIndex) in uniformBlockString() 776 unsigned int arrayIndex) in uniformBlockWithOneLargeArrayMemberString() 803 unsigned int arrayIndex) in shaderStorageBlockString() 821 unsigned int arrayIndex) in InterfaceBlockInstanceString()
|
| D | ShaderVars.cpp | 156 void ShaderVariable::indexIntoArray(unsigned int arrayIndex) in indexIntoArray()
|
| D | Types.cpp | 699 for (unsigned int arrayIndex = 0u; arrayIndex < getOutermostArraySize(); ++arrayIndex) in createSamplerSymbols() local
|
| D | ShaderStorageBlockOutputHLSL.cpp | 593 const int arrayIndex = node->getRight()->getAsConstantUnion()->getIConst(0); in visitBinary() local
|
| /external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/ |
| D | WebvttSubtitle.java | 44 int arrayIndex = cueIndex * 2; in WebvttSubtitle() local
|
| /external/protobuf/csharp/src/Google.Protobuf/ |
| D | ExtensionRegistry.cs | 119 void ICollection<Extension>.CopyTo(Extension[] array, int arrayIndex) in CopyTo()
|
| /external/skqp/gm/ |
| D | polygonoffset.cpp | 450 size_t arrayIndex = index - SK_ARRAY_COUNT(PolygonOffsetData::gConvexPoints); in GetConvexPolygon() local 485 size_t arrayIndex = index - SK_ARRAY_COUNT(PolygonOffsetData::gSimplePoints); in GetSimplePolygon() local
|
| /external/skia/gm/ |
| D | polygonoffset.cpp | 462 size_t arrayIndex = index - SK_ARRAY_COUNT(PolygonOffsetData::gConvexPoints); in GetConvexPolygon() local 497 size_t arrayIndex = index - SK_ARRAY_COUNT(PolygonOffsetData::gSimplePoints); in GetSimplePolygon() local
|
| /external/protobuf/csharp/src/Google.Protobuf/Collections/ |
| D | ReadOnlyDictionary.cs | 102 public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo()
|
| D | MapField.cs | 304 … ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo() 723 public void CopyTo(T[] array, int arrayIndex) in CopyTo()
|
| D | RepeatedField.cs | 266 public void CopyTo(T[] array, int arrayIndex) in CopyTo()
|
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
| D | SurfaceState.h | 52 … uint32_t arrayIndex; // for render targets, the array index being rendered to for arrayed surfaces member
|
| /external/swiftshader/src/Pipeline/ |
| D | SpirvShaderMemory.cpp | 176 uint32_t arrayIndex = 0; // TODO(b/129523279) in EmitVariable() local 388 SIMD::Pointer SpirvShader::GetPointerToData(Object::ID id, int arrayIndex, EmitState const *state) … in GetPointerToData()
|
| /external/grpc-grpc/src/csharp/Grpc.Core/ |
| D | Metadata.cs | 173 public void CopyTo(Metadata.Entry[] array, int arrayIndex) in CopyTo()
|
| /external/angle/src/libANGLE/ |
| D | VaryingPacking.h | 122 GLuint arrayIndex; member
|
| D | Program.h | 126 unsigned int arrayIndex; member 190 GLuint arrayIndex; member
|
| D | Program.cpp | 135 unsigned int arrayIndex = ParseArrayIndex(name, &nameLengthWithoutArrayIndex); in GetVariableLocation() local 168 unsigned int arrayIndex = ParseArrayIndex(name, &nameLengthWithoutArrayIndex); in GetVariableLocation() local 917 VariableLocation::VariableLocation(unsigned int arrayIndex, unsigned int index) in VariableLocation() 985 unsigned int arrayIndex = ParseArrayIndex(name, &nameLengthWithoutArrayIndex); in bindLocation() local 1023 unsigned int arrayIndex = ParseArrayIndex(name, &nameLengthWithoutArrayIndex); in getBinding() local 2191 size_t arrayIndex = ParseArrayIndex(name, &nameLengthWithoutArrayIndexOut); in getResourceLocation() local 4649 unsigned int arrayIndex = ParseArrayIndex(binding.first, &nameLengthWithoutArrayIndex); in linkOutputVariables() local 4845 for (GLsizei arrayIndex = 0; arrayIndex < clampedCount; ++arrayIndex) in updateSamplerUniform() local 5383 GLuint arrayIndex = stream.readInt<GLuint>(); in deserialize() local
|
| D | VaryingPacking.cpp | 260 for (unsigned int arrayIndex = 0; arrayIndex < varyingRows; ++arrayIndex) in packVarying() local
|
| D | ProgramLinkedResources.cpp | 783 for (unsigned int arrayIndex = 0; arrayIndex < elementCount; arrayIndex++) in indexUniforms() local 857 for (unsigned int arrayIndex = 0; arrayIndex < elementCount; arrayIndex++) in gatherUniformLocationsAndCheckConflicts() local
|
| /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
| D | SubList.cs | 356 public void CopyTo( T[] array, int arrayIndex ) in CopyTo()
|
| /external/angle/src/compiler/translator/tree_ops/ |
| D | RewriteStructSamplersOld.cpp | 448 unsigned arrayIndex) in GetFieldName() 536 for (unsigned int arrayIndex = 0; arrayIndex < arraySizes[0]; ++arrayIndex) in traverseSamplerInStruct() local
|
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineVertexUtil.cpp | 997 int arrayIndex = 0; in createQuadMosaic() local
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | ProgramVk.cpp | 78 uint32_t arrayIndex, in UpdateDefaultUniformBlock() 112 uint32_t arrayIndex, in ReadFromDefaultUniformBlock()
|