Searched refs:opCount (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/docs/examples/ |
D | Picture_approximateBytesUsed.cpp | 16 …std::string opCount = "approximate bytes used: " + std::to_string(picture->approximateBytesUsed()); 17 canvas->drawString(opCount.c_str(), 20, 220, SkPaint());
|
D | Picture_approximateOpCount.cpp | 16 std::string opCount = "approximate op count: " + std::to_string(picture->approximateOpCount()); 17 canvas->drawString(opCount.c_str(), 50, 220, SkPaint());
|
/third_party/skia/docs/examples/ |
D | Picture_approximateBytesUsed.cpp | 16 …std::string opCount = "approximate bytes used: " + std::to_string(picture->approximateBytesUsed()); 17 canvas->drawString(opCount.c_str(), 20, 220, SkPaint());
|
D | Picture_approximateOpCount.cpp | 16 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/ |
D | es3sLongShaderTests.cpp | 457 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/libxml2/include/libxml/ |
D | xpath.h | 360 unsigned long opCount; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 9081 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 …]
|
D | vktMemoryMappingTests.cpp | 1474 const size_t opCount = 100; in iterate() local 1628 if (m_opNdx == opCount) in iterate()
|
/third_party/libxml2/ |
D | xpath.c | 768 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/ |
D | 0007-support-third-party-model-in-mslite-runtime.patch | 484 + uint32_t *opCount) {
|