HomeSort by relevance Sort by last modified time
    Searched refs:SubCase (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fComputeShaderBuiltinVarTests.cpp 88 struct SubCase
93 SubCase (void) {}
94 SubCase (const UVec3& localSize_, const UVec3& numWorkGroups_) : localSize(localSize_), numWorkGroups(numWorkGroups_) {}
97 vector<SubCase> m_subCases;
209 const SubCase& subCase = m_subCases[m_subCaseNdx];
210 const deUint32 program = getProgram(subCase.localSize);
212 const tcu::UVec3 globalSize = subCase.localSize*subCase.numWorkGroups;
214 const deUint32 numInvocations = subCase.localSize[0]*subCase.localSize[1]*subCase.localSize[2]*subCase.numWorkGroups[0]*subCase.numWorkGro (…)
    [all...]
  /external/deqp/modules/internal/
ditFrameworkTests.cpp 584 SubCase c;
594 SubCase c;
603 SubCase c;
612 SubCase c;
627 SubCase c;
664 tcu::ScopedLogSection section(m_testCtx.getLog(), "SubCase", "");
671 struct SubCase
678 void runCase (const SubCase& subCase)
685 const int width = subCase.rtSize.x()
    [all...]

Completed in 137 milliseconds