Searched refs:opCount (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Picture_approximateBytesUsed.cpp | 16 std::string opCount = "approximate bytes used: " + std::to_string(picture->approximateBytesUsed()); in REG_FIDDLE() local 17 canvas->drawString(opCount.c_str(), 20, 220, SkPaint()); in REG_FIDDLE()
|
H A D | Picture_approximateOpCount.cpp | 16 std::string opCount = "approximate op count: " + std::to_string(picture->approximateOpCount()); in REG_FIDDLE() local 17 canvas->drawString(opCount.c_str(), 50, 220, SkPaint()); in REG_FIDDLE()
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sLongShaderTests.cpp | 457 const deUint32 opCount = caseOpCounts[caseNdx]; 458 const deUint32 flags = (opCount <= requireLinkOkMaxOps) ? CASE_REQUIRE_LINK_STATUS_OK : 0; 460 const std::string name = de::toString(opCount) + "_operations_" + glu::getShaderTypeName(shaderType); 461 const std::string desc = std::string("Compile ") + glu::getShaderTypeName(shaderType) + " shader with " + de::toString(opCount) + " operations"; 463 LongShaderSpec caseSpec (shaderType, opCount);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 9081 size_t opCount) 9087 for (; opNdx < opCount; opNdx++) 9131 size_t opCount) 9137 for (; opNdx < opCount; opNdx++) 9181 size_t opCount) 9195 for (; opNdx < opCount; opNdx++) 9216 commands.push_back(createRenderPassCommands(memory, nextOpRng, state, testConfig, opNdx, opCount).release()); 9221 commands.push_back(createSecondaryCmdCommands(memory, nextOpRng, state, testConfig.usage, opNdx, opCount).release()); 9253 size_t opCount) 9259 commands.reserve(opCount); [all...] |
H A D | vktMemoryMappingTests.cpp | 1530 const size_t opCount = 100; 1684 if (m_opNdx == opCount)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 9081 size_t opCount) 9087 for (; opNdx < opCount; opNdx++) 9131 size_t opCount) 9137 for (; opNdx < opCount; opNdx++) 9181 size_t opCount) 9195 for (; opNdx < opCount; opNdx++) 9216 commands.push_back(createRenderPassCommands(memory, nextOpRng, state, testConfig, opNdx, opCount).release()); 9221 commands.push_back(createSecondaryCmdCommands(memory, nextOpRng, state, testConfig.usage, opNdx, opCount).release()); 9253 size_t opCount) 9259 commands.reserve(opCount); [all...] |
H A D | vktMemoryMappingTests.cpp | 1474 const size_t opCount = 100; 1628 if (m_opNdx == opCount)
|
Completed in 19 milliseconds