/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustness1VertexAccessTests.cpp | 101 void GenerateTriangles(deUint32 tilesX, deUint32 tilesY, vector<Vec4> colors, const vector<deUint32>& invalidIndices, AllocateVertexFn allocateVertex, WriteIndexFn writeIndex = [](deUint32) { }); 209 deUint32 writeIndex = 0; 215 [&positions, &colors, &writeIndex](Vec4 position, Vec4 color) 217 positions[writeIndex] = position; 218 colors[writeIndex] = { color, color }; 219 return writeIndex++; 265 deUint32 writeIndex = 0; 272 [&vertices, &writeIndex](Vec4 position, Vec4 color) 274 vertices[writeIndex] = { position, unusedColor, color, color }; 275 return writeIndex 430 GenerateTriangles(deUint32 tilesX, deUint32 tilesY, vector<Vec4> colors, const vector<deUint32>& invalidIndices, AllocateVertexFn allocateVertex, WriteIndexFn writeIndex) GenerateTriangles() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustness1VertexAccessTests.cpp | 99 void GenerateTriangles(deUint32 tilesX, deUint32 tilesY, vector<Vec4> colors, const vector<deUint32>& invalidIndices, AllocateVertexFn allocateVertex, WriteIndexFn writeIndex = [](deUint32) { }); 209 deUint32 writeIndex = 0; 215 [&positions, &colors, &writeIndex](Vec4 position, Vec4 color) 217 positions[writeIndex] = position; 218 colors[writeIndex] = { color, color }; 219 return writeIndex++; 266 deUint32 writeIndex = 0; 273 [&vertices, &writeIndex](Vec4 position, Vec4 color) 275 vertices[writeIndex] = { position, unusedColor, color, color }; 276 return writeIndex 433 GenerateTriangles(deUint32 tilesX, deUint32 tilesY, vector<Vec4> colors, const vector<deUint32>& invalidIndices, AllocateVertexFn allocateVertex, WriteIndexFn writeIndex) GenerateTriangles() argument [all...] |
/third_party/skia/third_party/externals/oboe/src/fifo/ |
H A D | FifoBuffer.cpp | 120 uint32_t writeIndex = mFifo->getWriteIndex(); in write() local 121 int byteIndex = convertFramesToBytes(writeIndex); in write() 124 if ((writeIndex + framesToWrite) > mFifo->getFrameCapacity()) { in write() 126 int32_t frames1 = static_cast<uint32_t>(mFifo->getFrameCapacity() - writeIndex); in write()
|
/third_party/spirv-tools/tools/objdump/ |
H A D | extract_source.cpp | 44 size_t writeIndex = 0; in ExtractStringLiteral() local 46 for (; readIndex < sourceLength; writeIndex++, readIndex++) { in ExtractStringLiteral() 49 escapedString.resize(writeIndex); in ExtractStringLiteral() 57 escapedString[writeIndex] = begin[readIndex]; in ExtractStringLiteral()
|
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/ |
H A D | HelloOboeEngine.cpp | 55 int64_t writeIndex = mStream->getFramesWritten(); in getCurrentOutputLatencyMillis() local 57 int64_t frameIndexDelta = writeIndex - playedFrame.position; in getCurrentOutputLatencyMillis()
|
/third_party/lzma/C/ |
H A D | MtCoder.c | 237 wi = mtc->writeIndex;
in ThreadFunc2() 239 mtc->writeIndex = (unsigned)(int)-1;
in ThreadFunc2() 285 mtc->writeIndex = wi;
in ThreadFunc2() 486 p->writeIndex = 0;
in MtCoder_Code()
|
H A D | MtCoder.h | 108 unsigned writeIndex;
member
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | build_db.js | 62 mutateDb.writeIndex();
|
H A D | db.js | 453 writeIndex() {
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | OverlayWidgets.cpp | 549 size_t writeIndex = in fillEnabledWidgetCoordinates() local 552 GetWidgetCoordinates(widget->coords, imageExtents, enabledWidgets->coordinates[writeIndex]); in fillEnabledWidgetCoordinates() 565 writeIndex = kWidgetInternalTypeWidgetOffsets[textType] + widgetCounts[textType]++; in fillEnabledWidgetCoordinates() 568 enabledWidgets->coordinates[writeIndex]); in fillEnabledWidgetCoordinates()
|
/third_party/icu/icu4c/source/common/ |
H A D | uts46.cpp | 614 int32_t readIndex=mappingStart, writeIndex=mappingStart; in mapDevChars() local 621 s[writeIndex++]=0x73; // Replace sharp s with first s. in mapDevChars() 623 if(writeIndex==readIndex) { in mapDevChars() 633 u_memmove(s+writeIndex+1, s+writeIndex, length-writeIndex); in mapDevChars() 636 s[writeIndex++]=0x73; in mapDevChars() 641 s[writeIndex++]=0x3c3; in mapDevChars() 649 // Only really necessary if writeIndex was different from readIndex. in mapDevChars() 650 s[writeIndex in mapDevChars() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uts46.cpp | 614 int32_t readIndex=mappingStart, writeIndex=mappingStart; in mapDevChars() local 621 s[writeIndex++]=0x73; // Replace sharp s with first s. in mapDevChars() 623 if(writeIndex==readIndex) { in mapDevChars() 633 u_memmove(s+writeIndex+1, s+writeIndex, length-writeIndex); in mapDevChars() 636 s[writeIndex++]=0x73; in mapDevChars() 641 s[writeIndex++]=0x3c3; in mapDevChars() 649 // Only really necessary if writeIndex was different from readIndex. in mapDevChars() 650 s[writeIndex in mapDevChars() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uts46.cpp | 614 int32_t readIndex=mappingStart, writeIndex=mappingStart; in mapDevChars() local 621 s[writeIndex++]=0x73; // Replace sharp s with first s. in mapDevChars() 623 if(writeIndex==readIndex) { in mapDevChars() 633 u_memmove(s+writeIndex+1, s+writeIndex, length-writeIndex); in mapDevChars() 636 s[writeIndex++]=0x73; in mapDevChars() 641 s[writeIndex++]=0x3c3; in mapDevChars() 649 // Only really necessary if writeIndex was different from readIndex. in mapDevChars() 650 s[writeIndex in mapDevChars() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
H A D | BitcodeWriter.h | 103 void writeIndex(
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ProgramVk.cpp | 95 for (int writeIndex = arrayIndex, readIndex = 0; writeIndex < maxIndex; in UpdateDefaultUniformBlock() 96 writeIndex++, readIndex++) in UpdateDefaultUniformBlock() 98 const int arrayOffset = writeIndex * layoutInfo.arrayStride; in UpdateDefaultUniformBlock()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Compiler.cpp | 1498 size_t writeIndex = 0; in pruneUnusedFunctions() local 1509 (*sequence)[writeIndex++] = node; in pruneUnusedFunctions() 1532 (*sequence)[writeIndex++] = structDeclaration; in pruneUnusedFunctions() 1535 sequence->resize(writeIndex); in pruneUnusedFunctions()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | DynamicBufferOffsetTests.cpp | 545 uint32_t writeIndex = GetParam().mOOBWrite ? std::min(kOOBOffset + i, kArrayLength - 1) : i; in TEST_P() local 549 expectedDst[dstBufferByteOffset / 4 + 4 * writeIndex + c] = value; in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | glslang_wrapper_utils.cpp | 1584 size_t writeIndex = 0; 1597 (*interfaceList)[writeIndex] = id; 1598 ++writeIndex; 1602 interfaceList->resize(writeIndex); 4179 size_t writeIndex = 0; 4200 interfaceList[writeIndex] = id; 4201 ++writeIndex; 4205 interfaceList.resize(writeIndex);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 4455 void BitcodeWriter::writeIndex( in writeIndex() function in BitcodeWriter 4515 Writer.writeIndex(&Index, ModuleToSummariesForIndex); in WriteIndexToFile()
|