Home
last modified time | relevance | path

Searched refs:subCase (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fComputeShaderBuiltinVarTests.cpp209 const SubCase& subCase = m_subCases[m_subCaseNdx]; in iterate() local
210 const deUint32 program = getProgram(subCase.localSize); in iterate()
212 const tcu::UVec3 globalSize = subCase.localSize*subCase.numWorkGroups; in iterate()
214 …umInvocations = subCase.localSize[0]*subCase.localSize[1]*subCase.localSize[2]*subCase.numWorkGrou… in iterate()
223 …m_testCtx.getLog() << TestLog::Message << "Number of work groups = " << subCase.numWorkGroups << T… in iterate()
224 << TestLog::Message << "Work group size = " << subCase.localSize << TestLog::EndMessage; in iterate()
235 gl.dispatchCompute(subCase.numWorkGroups[0], subCase.numWorkGroups[1], subCase.numWorkGroups[2]); in iterate()
247 for (deUint32 groupZ = 0; groupZ < subCase.numWorkGroups.z(); groupZ++) in iterate()
248 for (deUint32 groupY = 0; groupY < subCase.numWorkGroups.y(); groupY++) in iterate()
249 for (deUint32 groupX = 0; groupX < subCase.numWorkGroups.x(); groupX++) in iterate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp193 const SubCase& subCase = m_subCases[i]; in initPrograms() local
196 …e.str()) << glu::ComputeSource(genBuiltinVarSource(m_varName, m_varType, subCase.localSize(), m_re… in initPrograms()
416 const SubCase& subCase = m_subCases[m_subCaseNdx]; in iterate() local
417 const tcu::UVec3 globalSize = subCase.localSize()*subCase.numWorkGroups(); in iterate()
421 …ns = subCase.localSize()[0] * subCase.localSize()[1] * subCase.localSize()[2] * subCase.numWorkGr… in iterate()
494 …m_vki.cmdDispatch(*cmdBuffer, subCase.numWorkGroups()[0], subCase.numWorkGroups()[1], subCase.numW… in iterate()
517 for (deUint32 groupZ = 0; groupZ < subCase.numWorkGroups().z(); groupZ++) in iterate()
518 for (deUint32 groupY = 0; groupY < subCase.numWorkGroups().y(); groupY++) in iterate()
519 for (deUint32 groupX = 0; groupX < subCase.numWorkGroups().x(); groupX++) in iterate()
520 for (deUint32 localZ = 0; localZ < subCase.localSize().z(); localZ++) in iterate()
[all …]
/external/deqp/modules/internal/
DditFrameworkTests.cpp696 void runCase (const SubCase& subCase) in runCase() argument
703 const int width = subCase.rtSize.x(); in runCase()
704 const int height = subCase.rtSize.y(); in runCase()
705 const int numSamples = subCase.rtSize.z(); in runCase()
713 << "RT size (w, h, #samples) = " << subCase.rtSize << "\n" in runCase()
714 << "vtx[0] = " << subCase.vtx[0] << "\n" in runCase()
715 << "vtx[1] = " << subCase.vtx[1] << "\n" in runCase()
716 << "vtx[2] = " << subCase.vtx[2] << "\n" in runCase()
717 << "color = " << subCase.varying in runCase()
720 clear (interpolated.getAccess(), subCase.varying - Vec4(0.0f, 0.0f, 0.0f, 1.0f)); in runCase()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp17550 for (int subCase = 0; subCase < 2; ++subCase) in createShaderDefaultOutputGroup() local
17589 if (!subCase) in createShaderDefaultOutputGroup()