Home
last modified time | relevance | path

Searched defs:numOps (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/tools/mdbviz/
DModel.h37 int numOps() const { return fOps.count(); } in numOps() function
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sLongShaderTests.cpp242 const int numOps = isLast ? (m_spec.opsTotal - currentOpsTotal) : m_spec.opsPerExpression; in generateSource() local
277 …ng LongShaderGenerator::makeExpression (const std::vector<std::string>& varNames, const int numOps) in makeExpression()
/third_party/skia/fuzz/
DFuzzCommon.cpp38 uint8_t numOps; in FuzzNicePath() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp1026 void AtomicCounterIndexingCase::getShaderSpec (ShaderSpec* spec, int numCounters, int numOps, const… in getShaderSpec()
1087 const int numOps = 4; in iterate() local
Des31fPrimitiveBoundingBoxTests.cpp4483 const int numOps = 45; in renderTo() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1579 const int numOps = NUM_OPS; in iterate() local
1897 const int numOps = AtomicCounterIndexingCaseInstance::NUM_OPS; in createShaderSpec() local
/third_party/vk-gl-cts/modules/egl/
DteglRenderTests.cpp869 int numOps; member