Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DResourcesHLSL.cpp722 for (unsigned int arrayIndex = 0; arrayIndex < instanceArraySize; arrayIndex++) in uniformBlocksHeader() local
747 for (unsigned int arrayIndex = 0; arrayIndex < instanceArraySize; arrayIndex++) in uniformBlocksHeader() local
781 for (unsigned int arrayIndex = 0; arrayIndex < instanceArraySize; arrayIndex++) in shaderStorageBlocksHeader() local
802 unsigned int arrayIndex) in uniformBlockString()
832 unsigned int arrayIndex) in uniformBlockWithOneLargeArrayMemberString()
881 unsigned int arrayIndex) in shaderStorageBlockString()
899 unsigned int arrayIndex) in InterfaceBlockInstanceString()
DShaderVars.cpp175 void ShaderVariable::indexIntoArray(unsigned int arrayIndex) in indexIntoArray()
DTypes.cpp765 for (unsigned int arrayIndex = 0u; arrayIndex < getOutermostArraySize(); ++arrayIndex) in createSamplerSymbols() local
DShaderStorageBlockOutputHLSL.cpp549 const int arrayIndex = in traverseNode() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DDrawCallPerf.cpp345 for (int arrayIndex = 0; arrayIndex < kArrayBufferCount; ++arrayIndex) in ChangeVertexAttribThenDraw() local
351 for (int arrayIndex = 0; arrayIndex < kArrayBufferCount; ++arrayIndex) in ChangeVertexAttribThenDraw() local
367 for (int arrayIndex = 0; arrayIndex < kArrayBufferCount; ++arrayIndex) in ChangeArrayBuffersThenDraw() local
374 for (int arrayIndex = 0; arrayIndex < kArrayBufferCount; ++arrayIndex) in ChangeArrayBuffersThenDraw() local
/third_party/skia/third_party/externals/angle2/util/capture/
Dframe_capture_test_utils.cpp53 for (rapidjson::SizeType arrayIndex = 0; arrayIndex < traceArray.Size(); ++arrayIndex) in LoadTraceNamesFromJSON() local
/third_party/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
/third_party/protobuf/csharp/src/Google.Protobuf/
DExtensionRegistry.cs134 void ICollection<Extension>.CopyTo(Extension[] array, int arrayIndex) in CopyTo()
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs102 public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo()
DMapField.cs306 … ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo()
793 public void CopyTo(T[] array, int arrayIndex) in CopyTo()
DRepeatedField.cs365 public void CopyTo(T[] array, int arrayIndex) in CopyTo()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DIndexSubTable.java44 ReadableFontData data, int offsetToIndexSubTableArray, int arrayIndex) { in createIndexSubTable()
168 ReadableFontData data, int offsetToIndexSubTableArray, int arrayIndex) { in createBuilder()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVaryingPacking.cpp425 for (unsigned int arrayIndex = 0; arrayIndex < varyingRows; ++arrayIndex) in packVaryingIntoRegisterMap() local
546 GLuint arrayIndex, in collectUserVaryingField()
675 for (GLuint arrayIndex = 0; arrayIndex < arraySize; ++arrayIndex) in collectVarying() local
DVaryingPacking.h141 GLuint arrayIndex; member
DProgram.cpp136 unsigned int arrayIndex = ParseArrayIndex(name, &nameLengthWithoutArrayIndex); in GetVariableLocation() local
169 unsigned int arrayIndex = ParseArrayIndex(name, &nameLengthWithoutArrayIndex); in GetVariableLocation() local
1047 VariableLocation::VariableLocation(unsigned int arrayIndex, unsigned int index) in VariableLocation()
1120 unsigned int arrayIndex = ParseArrayIndex(name, &nameLengthWithoutArrayIndex); in bindLocation() local
1158 unsigned int arrayIndex = ParseArrayIndex(name, &nameLengthWithoutArrayIndex); in getBinding() local
2266 size_t arrayIndex = ParseArrayIndex(name, &nameLengthWithoutArrayIndexOut); in getResourceLocation() local
4040 for (GLsizei arrayIndex = 0; arrayIndex < safeUniformCount; ++arrayIndex) in updateSamplerUniform() local
DProgramExecutable.cpp392 GLuint arrayIndex = stream->readInt<GLuint>(); in load() local
1302 unsigned int arrayIndex = ParseArrayIndex(name, &nameLengthWithoutArrayIndex); in linkValidateOutputVariables() local
DProgramExecutable.h103 GLuint arrayIndex; member
DProgram.h141 unsigned int arrayIndex; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dtrace_fixture.cpp108 for (GLint arrayIndex = 0; arrayIndex < count; ++arrayIndex) in UpdateUniformLocation2() local
263 void UpdateClientArrayPointer(int arrayIndex, const void *data, uint64_t size) in UpdateClientArrayPointer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.h92 uint32_t arrayIndex = kInvalid; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.cpp1077 int arrayIndex = 0; in createQuadMosaic() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.cpp75 uint32_t arrayIndex, in UpdateDefaultUniformBlock()
109 uint32_t arrayIndex, in ReadFromDefaultUniformBlock()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudaloader.c300 CUgraphicsResource resource, unsigned int arrayIndex, unsigned int mipLevel) in CuGraphicsSubResourceGetMappedArray()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderMemory.cpp375 SIMD::Pointer SpirvShader::GetPointerToData(Object::ID id, Int arrayIndex, EmitState const *state) … in GetPointerToData()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DReplaceForShaderFramebufferFetch.cpp566 for (unsigned int arrayIndex = 0; arrayIndex < arraySize; arrayIndex++) in declareSubpassInputVariables() local

12