Home
last modified time | relevance | path

Searched defs:redundantBufferFactor (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sLongRunningTests.cpp64 const int redundantBufferFactor; in init() member
78 const int redundantBufferFactor; //!< If non-positive, taken from memoryLimitCases. in init() member
116 const int redundantBufferFactor = cases[caseNdx].redundantBufferFactor > 0 ? cases[caseNdx].redundantBufferFactor : memoryLimitCases[memoryLimitNdx].redundantBufferFactor; in init() local
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sLongRunningTests.cpp64 const int redundantBufferFactor; in init() member
78 const int redundantBufferFactor; //!< If non-positive, taken from memoryLimitCases. in init() member
116 const int redundantBufferFactor = cases[caseNdx].redundantBufferFactor > 0 ? cases[caseNdx].redundantBufferFactor : memoryLimitCases[memoryLimitNdx].redundantBufferFactor; in init() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsLongStressCase.cpp1078 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 5 milliseconds