Home
last modified time | relevance | path

Searched refs:opCount (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/docs/examples/
DPicture_approximateOpCount.cpp16 std::string opCount = "approximate op count: " + std::to_string(picture->approximateOpCount());
17 canvas->drawString(opCount.c_str(), 50, 220, SkPaint());
DPicture_approximateBytesUsed.cpp16 …std::string opCount = "approximate bytes used: " + std::to_string(picture->approximateBytesUsed());
17 canvas->drawString(opCount.c_str(), 20, 220, SkPaint());
/third_party/flutter/skia/docs/examples/
DPicture_approximateBytesUsed.cpp16 …std::string opCount = "approximate bytes used: " + std::to_string(picture->approximateBytesUsed());
17 canvas->drawString(opCount.c_str(), 20, 220, SkPaint());
DPicture_approximateOpCount.cpp16 std::string opCount = "approximate op count: " + std::to_string(picture->approximateOpCount());
17 canvas->drawString(opCount.c_str(), 50, 220, SkPaint());
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sLongShaderTests.cpp457 const deUint32 opCount = caseOpCounts[caseNdx]; in init() local
458 const deUint32 flags = (opCount <= requireLinkOkMaxOps) ? CASE_REQUIRE_LINK_STATUS_OK : 0; in init()
460 …const std::string name = de::toString(opCount) + "_operations_" + glu::getShaderTypeName(shader… in init()
461 … ") + glu::getShaderTypeName(shaderType) + " shader with " + de::toString(opCount) + " operations"; in init()
463 LongShaderSpec caseSpec (shaderType, opCount); in init()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvideo_encode_extensions.adoc235 The implicit parameter pname:opCount corresponds to the number of video
239 <<queries-operation-active,active>> query is incremented by pname:opCount.
246 * [[VUID-vkCmdEncodeVideoKHR-opCount-07174]]
249 corresponding to the query type of that query plus pname:opCount must:
Dvideo_decode_extensions.adoc211 The implicit parameter pname:opCount corresponds to the number of video
215 <<queries-operation-active,active>> query is incremented by pname:opCount.
392 * [[VUID-vkCmdDecodeVideoKHR-opCount-07134]]
395 corresponding to the query type of that query plus pname:opCount must:
/third_party/libxml2/include/libxml/
Dxpath.h360 unsigned long opCount; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp9081 size_t opCount) in createRenderPassCommands() argument
9087 for (; opNdx < opCount; opNdx++) in createRenderPassCommands()
9131 size_t opCount) in createSecondaryCmdCommands() argument
9137 for (; opNdx < opCount; opNdx++) in createSecondaryCmdCommands()
9181 size_t opCount) in createCmdCommands() argument
9195 for (; opNdx < opCount; opNdx++) in createCmdCommands()
9216 …ush_back(createRenderPassCommands(memory, nextOpRng, state, testConfig, opNdx, opCount).release()); in createCmdCommands()
9221 …(createSecondaryCmdCommands(memory, nextOpRng, state, testConfig.usage, opNdx, opCount).release()); in createCmdCommands()
9253 size_t opCount) in createCommands() argument
9259 commands.reserve(opCount); in createCommands()
[all …]
DvktMemoryMappingTests.cpp1474 const size_t opCount = 100; in iterate() local
1628 if (m_opNdx == opCount) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp9081 size_t opCount) in createRenderPassCommands() argument
9087 for (; opNdx < opCount; opNdx++) in createRenderPassCommands()
9131 size_t opCount) in createSecondaryCmdCommands() argument
9137 for (; opNdx < opCount; opNdx++) in createSecondaryCmdCommands()
9181 size_t opCount) in createCmdCommands() argument
9195 for (; opNdx < opCount; opNdx++) in createCmdCommands()
9216 …ush_back(createRenderPassCommands(memory, nextOpRng, state, testConfig, opNdx, opCount).release()); in createCmdCommands()
9221 …(createSecondaryCmdCommands(memory, nextOpRng, state, testConfig.usage, opNdx, opCount).release()); in createCmdCommands()
9253 size_t opCount) in createCommands() argument
9259 commands.reserve(opCount); in createCommands()
[all …]
DvktMemoryMappingTests.cpp1474 const size_t opCount = 100; in iterate() local
1628 if (m_opNdx == opCount) in iterate()
/third_party/libxml2/
Dxpath.c768 xmlXPathCheckOpLimit(xmlXPathParserContextPtr ctxt, unsigned long opCount) { in xmlXPathCheckOpLimit() argument
771 if ((opCount > xpctxt->opLimit) || in xmlXPathCheckOpLimit()
772 (xpctxt->opCount > xpctxt->opLimit - opCount)) { in xmlXPathCheckOpLimit()
773 xpctxt->opCount = xpctxt->opLimit; in xmlXPathCheckOpLimit()
778 xpctxt->opCount += opCount; in xmlXPathCheckOpLimit()
13764 if (ctxt->opCount >= ctxt->opLimit) { in xmlXPathRunStreamEval()
13770 ctxt->opCount++; in xmlXPathRunStreamEval()
/third_party/mindspore/patches/
D0007-support-third-party-model-in-mslite-runtime.patch484 + uint32_t *opCount) {