Home
last modified time | relevance | path

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

/external/skia/tools/mdbviz/
DModel.h37 int numOps() const { return fOps.count(); } in numOps() function
/external/skqp/tools/mdbviz/
DModel.h37 int numOps() const { return fOps.count(); } in numOps() function
/external/deqp/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()
/external/skqp/fuzz/
DFuzzCommon.cpp38 uint8_t numOps; in FuzzNicePath() local
/external/skia/fuzz/
DFuzzCommon.cpp38 uint8_t numOps; in FuzzNicePath() local
/external/skia/src/gpu/
DGrResourceAllocator.h52 unsigned int numOps() const { return fNumOps; } in numOps() function
/external/skqp/src/gpu/
DGrResourceAllocator.h52 unsigned int numOps() const { return fNumOps; } in numOps() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp790 unsigned numOps = in ConstantFoldInsertElementInstruction() local
808 unsigned numOps = in ConstantFoldInsertElementInstruction() local
929 unsigned numOps; in ConstantFoldInsertValueInstruction() local
960 unsigned numOps; in ConstantFoldInsertValueInstruction() local
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp1015 void AtomicCounterIndexingCase::getShaderSpec (ShaderSpec* spec, int numCounters, int numOps, const… in getShaderSpec()
1075 const int numOps = 4; in iterate() local
Des31fPrimitiveBoundingBoxTests.cpp4363 const int numOps = 45; in renderTo() local
/external/skia/tests/
DOnFlushCallbackTest.cpp295 int numOps() const { return fOps.count(); } in numOps() function in AtlasObject
/external/skqp/tests/
DOnFlushCallbackTest.cpp291 int numOps() const { return fOps.count(); } in numOps() function in AtlasObject
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1527 const int numOps = NUM_OPS; in iterate() local
1831 const int numOps = AtomicCounterIndexingCaseInstance::NUM_OPS; in createShaderSpec() local
/external/deqp/modules/egl/
DteglRenderTests.cpp866 int numOps; member