/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | DrawCallPerf.cpp | 233 for (int arrayIndex = 0; arrayIndex < kArrayBufferCount; ++arrayIndex) in ChangeVertexAttribThenDraw() local 239 for (int arrayIndex = 0; arrayIndex < kArrayBufferCount; ++arrayIndex) in ChangeVertexAttribThenDraw() local 255 for (int arrayIndex = 0; arrayIndex < kArrayBufferCount; ++arrayIndex) in ChangeArrayBuffersThenDraw() local 262 for (int arrayIndex = 0; arrayIndex < kArrayBufferCount; ++arrayIndex) in ChangeArrayBuffersThenDraw() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ResourcesHLSL.cpp | 722 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()
|
D | ShaderVars.cpp | 175 void ShaderVariable::indexIntoArray(unsigned int arrayIndex) in indexIntoArray()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | DrawCallPerf.cpp | 345 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/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ResourcesHLSL.cpp | 633 for (unsigned int arrayIndex = 0; arrayIndex < instanceArraySize; arrayIndex++) in uniformBlocksHeader() local 667 for (unsigned int arrayIndex = 0; arrayIndex < instanceArraySize; arrayIndex++) in shaderStorageBlocksHeader() local 688 unsigned int arrayIndex) in uniformBlockString() 717 unsigned int arrayIndex) in shaderStorageBlockString() 735 unsigned int arrayIndex) in InterfaceBlockInstanceString()
|
/third_party/skia/third_party/externals/angle2/util/capture/ |
D | frame_capture_test_utils.cpp | 53 for (rapidjson::SizeType arrayIndex = 0; arrayIndex < traceArray.Size(); ++arrayIndex) in LoadTraceNamesFromJSON() local
|
/third_party/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
|
/third_party/flutter/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
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | ExtensionRegistry.cs | 134 void ICollection<Extension>.CopyTo(Extension[] array, int arrayIndex) in CopyTo()
|
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | ReadOnlyDictionary.cs | 102 public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo()
|
D | MapField.cs | 306 … ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo() 793 public void CopyTo(T[] array, int arrayIndex) in CopyTo()
|
D | RepeatedField.cs | 365 public void CopyTo(T[] array, int arrayIndex) in CopyTo()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
D | IndexSubTable.java | 44 ReadableFontData data, int offsetToIndexSubTableArray, int arrayIndex) { in createIndexSubTable() 168 ReadableFontData data, int offsetToIndexSubTableArray, int arrayIndex) { in createBuilder()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
D | IndexSubTable.java | 44 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/ |
D | VaryingPacking.cpp | 425 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
|
D | VaryingPacking.h | 141 GLuint arrayIndex; member
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | VaryingPacking.h | 77 GLuint arrayIndex; member
|
D | VaryingPacking.cpp | 187 for (unsigned int arrayIndex = 0; arrayIndex < varyingRows; ++arrayIndex) in packVarying() local
|
D | Program.cpp | 135 unsigned int arrayIndex = ParseArrayIndex(name, &nameLengthWithoutArrayIndex); in GetVariableLocation() local 878 VariableLocation::VariableLocation(unsigned int arrayIndex, unsigned int index) in VariableLocation() 915 unsigned int arrayIndex = ParseArrayIndex(name, &nameLengthWithoutArrayIndex); in bindLocation() local 941 unsigned int arrayIndex = ParseArrayIndex(name, &nameLengthWithoutArrayIndex); in getBinding() local 1268 unsigned int arrayIndex = ParseArrayIndex(binding.first, &nameLengthWithoutArrayIndex); in getFragmentInputBindingInfo() local 4131 unsigned int arrayIndex = ParseArrayIndex(binding.first, &nameLengthWithoutArrayIndex); in linkOutputVariables() local 4326 for (GLsizei arrayIndex = 0; arrayIndex < clampedCount; ++arrayIndex) in updateSamplerUniform() local 4889 GLuint arrayIndex = stream.readInt<GLuint>(); in deserialize() local
|
D | Program.h | 193 unsigned int arrayIndex; member 279 GLuint arrayIndex; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
D | vktBindingDescriptorBufferTests.cpp | 678 deUint32 packBindingArgs(deUint32 set, deUint32 binding, deUint32 arrayIndex) in packBindingArgs() 705 deUint32 getExpectedData(deUint32 hash, deUint32 set, deUint32 binding, deUint32 arrayIndex = 0) in getExpectedData() 975 for (deUint32 arrayIndex = 0; arrayIndex < sb.count; ++arrayIndex) in glslOutputVerification() local 1085 for (deUint32 arrayIndex = 0; arrayIndex < sb.count; ++arrayIndex) in glslOutputVerification() local 2282 ResourceHolder& getOrCreateResource (Binding& binding, deUint32 arrayIndex) in getOrCreateResource() 3329 for (deUint32 arrayIndex = 0; arrayIndex < binding.descriptorCount; ++arrayIndex) in createGraphicsPipeline() local 3737 for (deUint32 arrayIndex = 0; arrayIndex < arrayCount; ++arrayIndex) in initializeBinding() local 4205 for (deUint32 arrayIndex = 0; arrayIndex < write.descriptorCount; ++arrayIndex) in pushDescriptorSet() local 4479 for (deUint32 arrayIndex = 0; arrayIndex < binding.descriptorCount; ++arrayIndex) in iterate() local 4741 for (deUint32 arrayIndex = 0; arrayIndex < binding.descriptorCount; ++arrayIndex) in iterate() local [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorBufferTests.cpp | 678 deUint32 packBindingArgs(deUint32 set, deUint32 binding, deUint32 arrayIndex) in packBindingArgs() 705 deUint32 getExpectedData(deUint32 hash, deUint32 set, deUint32 binding, deUint32 arrayIndex = 0) in getExpectedData() 975 for (deUint32 arrayIndex = 0; arrayIndex < sb.count; ++arrayIndex) in glslOutputVerification() local 1085 for (deUint32 arrayIndex = 0; arrayIndex < sb.count; ++arrayIndex) in glslOutputVerification() local 2282 ResourceHolder& getOrCreateResource (Binding& binding, deUint32 arrayIndex) in getOrCreateResource() 3329 for (deUint32 arrayIndex = 0; arrayIndex < binding.descriptorCount; ++arrayIndex) in createGraphicsPipeline() local 3737 for (deUint32 arrayIndex = 0; arrayIndex < arrayCount; ++arrayIndex) in initializeBinding() local 4205 for (deUint32 arrayIndex = 0; arrayIndex < write.descriptorCount; ++arrayIndex) in pushDescriptorSet() local 4479 for (deUint32 arrayIndex = 0; arrayIndex < binding.descriptorCount; ++arrayIndex) in iterate() local 4741 for (deUint32 arrayIndex = 0; arrayIndex < binding.descriptorCount; ++arrayIndex) in iterate() local [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | RewriteStructSamplers.cpp | 448 unsigned arrayIndex) in GetFieldName() 536 for (unsigned int arrayIndex = 0; arrayIndex < arraySizes[0]; ++arrayIndex) in traverseSamplerInStruct() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | trace_fixture.cpp | 108 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/ |
D | glslang_wrapper_utils.h | 92 uint32_t arrayIndex = kInvalid; member
|