Home
last modified time | relevance | path

Searched defs:arrayIndex (Results 1 – 25 of 42) sorted by relevance

12

/external/proguard/src/proguard/evaluation/
DProcessor.java123 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/
DDrawCallPerf.cpp276 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/
DResourcesHLSL.cpp666 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()
DShaderVars.cpp156 void ShaderVariable::indexIntoArray(unsigned int arrayIndex) in indexIntoArray()
DTypes.cpp699 for (unsigned int arrayIndex = 0u; arrayIndex < getOutermostArraySize(); ++arrayIndex) in createSamplerSymbols() local
DShaderStorageBlockOutputHLSL.cpp593 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/
DWebvttSubtitle.java44 int arrayIndex = cueIndex * 2; in WebvttSubtitle() local
/external/protobuf/csharp/src/Google.Protobuf/
DExtensionRegistry.cs119 void ICollection<Extension>.CopyTo(Extension[] array, int arrayIndex) in CopyTo()
/external/skqp/gm/
Dpolygonoffset.cpp450 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/
Dpolygonoffset.cpp462 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/
DReadOnlyDictionary.cs102 public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo()
DMapField.cs304 … ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo()
723 public void CopyTo(T[] array, int arrayIndex) in CopyTo()
DRepeatedField.cs266 public void CopyTo(T[] array, int arrayIndex) in CopyTo()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DSurfaceState.h52 … uint32_t arrayIndex; // for render targets, the array index being rendered to for arrayed surfaces member
/external/swiftshader/src/Pipeline/
DSpirvShaderMemory.cpp176 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/
DMetadata.cs173 public void CopyTo(Metadata.Entry[] array, int arrayIndex) in CopyTo()
/external/angle/src/libANGLE/
DVaryingPacking.h122 GLuint arrayIndex; member
DProgram.h126 unsigned int arrayIndex; member
190 GLuint arrayIndex; member
DProgram.cpp135 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
DVaryingPacking.cpp260 for (unsigned int arrayIndex = 0; arrayIndex < varyingRows; ++arrayIndex) in packVarying() local
DProgramLinkedResources.cpp783 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/
DSubList.cs356 public void CopyTo( T[] array, int arrayIndex ) in CopyTo()
/external/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplersOld.cpp448 unsigned arrayIndex) in GetFieldName()
536 for (unsigned int arrayIndex = 0; arrayIndex < arraySizes[0]; ++arrayIndex) in traverseSamplerInStruct() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.cpp997 int arrayIndex = 0; in createQuadMosaic() local
/external/angle/src/libANGLE/renderer/vulkan/
DProgramVk.cpp78 uint32_t arrayIndex, in UpdateDefaultUniformBlock()
112 uint32_t arrayIndex, in ReadFromDefaultUniformBlock()

12