Home
last modified time | relevance | path

Searched refs:redundantBufferFactor (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sLongRunningTests.cpp64 const int redundantBufferFactor; in init() member
65 MemCase (const char* n, const char* d, int l, int r) : nameSuffix(n), descSuffix(d), limit(l), redundantBufferFactor(r) {} in init()
78 const int redundantBufferFactor; //!< If non-positive, taken from memoryLimitCases. in init() member
80 Case (const char* const name_, const char* const desc_, int bufFact, const Probs& probs_ = Probs()) : name(name_), desc(desc_), redundantBufferFactor(bufFact), probs(probs_) {} in init()
116 const int redundantBufferFactor = cases[caseNdx].redundantBufferFactor > 0 ? cases[caseNdx].redundantBufferFactor : memoryLimitCases[memoryLimitNdx].redundantBufferFactor; in init() local
125 redundantBufferFactor)); in init()
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sLongRunningTests.cpp64 const int redundantBufferFactor; in init() member
65 MemCase (const char* n, const char* d, int l, int r) : nameSuffix(n), descSuffix(d), limit(l), redundantBufferFactor(r) {} in init()
78 const int redundantBufferFactor; //!< If non-positive, taken from memoryLimitCases. in init() member
80 Case (const char* const name_, const char* const desc_, int bufFact, const Probs& probs_ = Probs()) : name(name_), desc(desc_), redundantBufferFactor(bufFact), probs(probs_) {} in init()
116 const int redundantBufferFactor = cases[caseNdx].redundantBufferFactor > 0 ? cases[caseNdx].redundantBufferFactor : memoryLimitCases[memoryLimitNdx].redundantBufferFactor; in init() local
125 redundantBufferFactor)); in init()
/third_party/vk-gl-cts/modules/glshared/
H A DglsLongStressCase.hpp284 int redundantBufferFactor = 1,
H A DglsLongStressCase.cpp1090 const int redundantBufferFactor, in LongStressCase()
1103 , m_redundantBufferFactor (redundantBufferFactor) in LongStressCase()
1078 LongStressCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* const name, const char* const desc, const int maxTexMemoryUsageBytes, const int maxBufMemoryUsageBytes, const int numDrawCallsPerIteration, const int numTrianglesPerDrawCall, const vector<ProgramContext>& programContexts, const FeatureProbabilities& probabilities, const deUint32 indexBufferUsage, const deUint32 attrBufferUsage, const int redundantBufferFactor, const bool showDebugInfo) LongStressCase() argument

Completed in 8 milliseconds