Home
last modified time | relevance | path

Searched refs:writeIndex (Results 1 - 19 of 19) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustness1VertexAccessTests.cpp101 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 DvktRobustness1VertexAccessTests.cpp99 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 DFifoBuffer.cpp120 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 Dextract_source.cpp44 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 DHelloOboeEngine.cpp55 int64_t writeIndex = mStream->getFramesWritten(); in getCurrentOutputLatencyMillis() local
57 int64_t frameIndexDelta = writeIndex - playedFrame.position; in getCurrentOutputLatencyMillis()
/third_party/lzma/C/
H A DMtCoder.c237 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 DMtCoder.h108 unsigned writeIndex; member
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Dbuild_db.js62 mutateDb.writeIndex();
H A Ddb.js453 writeIndex() {
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlayWidgets.cpp549 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 Duts46.cpp614 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 Duts46.cpp614 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 Duts46.cpp614 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 DBitcodeWriter.h103 void writeIndex(
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramVk.cpp95 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 DCompiler.cpp1498 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 DDynamicBufferOffsetTests.cpp545 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 Dglslang_wrapper_utils.cpp1584 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 DBitcodeWriter.cpp4455 void BitcodeWriter::writeIndex( in writeIndex() function in BitcodeWriter
4515 Writer.writeIndex(&Index, ModuleToSummariesForIndex); in WriteIndexToFile()

Completed in 29 milliseconds