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

  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeShaderBuiltinVarTests.cpp 102 class SubCase
105 // Use getters instead of public const members, because SubCase must be assignable
111 SubCase (void) {}
112 SubCase (const UVec3& localSize_, const UVec3& numWorkGroups_)
126 const vector<SubCase>& subCases,
137 vector<SubCase> m_subCases;
159 vector<SubCase> m_subCases;
189 const SubCase& subCase = m_subCases[i];
192 programCollection.glslSources.add(name.str()) << glu::ComputeSource(genBuiltinVarSource(m_varName, m_varType, subCase.localSize()).c_str())
    [all...]
  /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 588 SubCase c;
598 SubCase c;
607 SubCase c;
616 SubCase c;
631 SubCase c;
668 tcu::ScopedLogSection section(m_testCtx.getLog(), "SubCase", "");
675 struct SubCase
682 void runCase (const SubCase& subCase)
689 const int width = subCase.rtSize.x()
    [all...]

Completed in 60 milliseconds