Home
last modified time | relevance | path

Searched refs:fill (Results 951 - 975 of 1145) sorted by relevance

1...<<31323334353637383940>>...46

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DShader.cpp131 mLocalSize.fill(-1); in ShaderState()
/third_party/vk-gl-cts/executor/tools/
H A DxeCommandLineExecutor.cpp412 std::fill(&countByStatusCode[0], &countByStatusCode[0]+DE_LENGTH_OF_ARRAY(countByStatusCode), 0); in printBatchResultSummary()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_render_utils.h35 ClearRectParams() { clearWriteMaskArray.fill(MTLColorWriteMaskAll); } in ClearRectParams()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A Dangle_deqp_gtest.cpp738 gCaseStringBuffer.fill(0);
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DGetImageTest.cpp575 std::fill(actualData.begin(), actualData.end(), GLColor::white); in TEST_P()
H A DReadPixelsTest.cpp883 std::fill(textureData.begin() + offset, textureData.begin() + offset + layerSize, in initializeTextureData()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnanobenchmark.cc364 std::fill(p, p + value_count.second, value_count.first); in CountingSort()
/third_party/weex-loader/deps/weex-styler/lib/
H A Dvalidator.js1970 if (v == 'auto' || v == 'auto-fill') {
1981 if (v.match(/auto-fill/)) {
2377 objectFit: genEnumValidator(['cover', 'fill', 'contain', 'none', 'scale-down']),
2415 fill: COLOR_VAR_VALIDATOR,
2571 fill: COLOR_VAR_VALIDATOR,
2592 fill: COLOR_VAR_VALIDATOR,
2613 fill: COLOR_VAR_VALIDATOR,
2644 fill: COLOR_VAR_VALIDATOR,
2649 fill: COLOR_VAR_VALIDATOR,
2670 fill
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dworkqueue.c1641 * @fill: max_active may have increased, try to increase concurrency level
1646 static bool pwq_tryinc_nr_active(struct pool_workqueue *pwq, bool fill) in pwq_tryinc_nr_active() argument
1668 * increase it. This is indicated by @fill. in pwq_tryinc_nr_active()
1670 if (!list_empty(&pwq->pending_node) && likely(!fill)) in pwq_tryinc_nr_active()
1688 else if (likely(!fill)) in pwq_tryinc_nr_active()
1696 * If @fill, @pwq might have already been pending. Being spuriously in pwq_tryinc_nr_active()
1699 if (obtained && likely(!fill)) in pwq_tryinc_nr_active()
1713 * @fill: max_active may have increased, try to increase concurrency level
1721 static bool pwq_activate_first_inactive(struct pool_workqueue *pwq, bool fill) in pwq_activate_first_inactive() argument
1727 if (work && pwq_tryinc_nr_active(pwq, fill)) { in pwq_activate_first_inactive()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dexr.c426 uint16_t fill; in huf_decode() local
431 fill = out[oe - 1]; in huf_decode()
434 out[oe++] = fill; in huf_decode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1765 std::fill(RegLimit.begin(), RegLimit.end(), 0);
1766 std::fill(RegPressure.begin(), RegPressure.end(), 0);
1789 std::fill(RegPressure.begin(), RegPressure.end(), 0);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.cpp347 mNumActiveShaderSamplers.fill(0);
762 mCurrentVertexBuffers.fill(nullptr);
763 mCurrentVertexStrides.fill(std::numeric_limits<UINT>::max());
764 mCurrentVertexOffsets.fill(std::numeric_limits<UINT>::max());
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dentry-armv.S173 @ We are now ready to fill in the remaining blanks on the stack:
368 @ We are now ready to fill in the remaining blanks on the stack:
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dentry-armv.S188 @ We are now ready to fill in the remaining blanks on the stack:
371 @ We are now ready to fill in the remaining blanks on the stack:
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/
H A Dgrukservices.c131 char fill; member
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/
H A Dgrukservices.c131 char fill; member
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java718 Arrays.fill(fActualBreaks, false); in clearActualBreaks()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java722 Arrays.fill(fActualBreaks, false); in clearActualBreaks()
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java878 Arrays.fill(start, (byte)0xa5); in BOMFreeReader()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp104 std::fill(begin(attachmentIndices) + activeAttachmentCount, end(attachmentIndices), VK_ATTACHMENT_UNUSED); in generateInputAttachmentParams()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DTextureFormatTests.cpp230 // Encode commands for the test that fill texture, sample it to render to renderTarget then in DoSampleTest()
338 garbageValues.fill(13); in DoFormatRenderingTest()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_sidebar.py47 cls.text_frame.pack(side=tk.LEFT, fill=tk.BOTH, expand=True)
670 fgs = {canvas.itemcget(text, 'fill') for text in texts}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp849 std::fill(&ShuffleMask[i / 2], ShuffleMask.end(), in getShuffleReduction()
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dcanvas2dcontext.js623 this.fill = function(path, fillRule) {
636 throw 'invalid fill rule';
/third_party/skia/modules/skparagraph/src/
H A DRun.cpp226 std::fill(fHalfLetterspacings.begin(), fHalfLetterspacings.end(), 0.0); in scaleFontWithCompressionConfig()

Completed in 43 milliseconds

1...<<31323334353637383940>>...46