Home
last modified time | relevance | path

Searched refs:subCase (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A 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 const deUint32 numInvocations = subCase.localSize[0]*subCase.localSize[1]*subCase.localSize[2]*subCase.numWorkGroups[0]*subCase.numWorkGroups[1]*subCase in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp206 const SubCase& subCase = m_subCases[i]; in initPrograms() local
209 programCollection.glslSources.add(name.str()) << glu::ComputeSource(genBuiltinVarSource(m_varName, m_varType, subCase.localSize(), m_readByComponent).c_str()); in initPrograms()
431 const SubCase& subCase = m_subCases[m_subCaseNdx]; in iterate() local
432 const tcu::UVec3 globalSize = subCase.localSize()*subCase.numWorkGroups(); in iterate()
436 const deUint32 numInvocations = subCase.localSize()[0] * subCase.localSize()[1] * subCase.localSize()[2] * subCase.numWorkGroups()[0] * subCase in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp196 const SubCase& subCase = m_subCases[i]; in initPrograms() local
199 programCollection.glslSources.add(name.str()) << glu::ComputeSource(genBuiltinVarSource(m_varName, m_varType, subCase.localSize(), m_readByComponent).c_str()); in initPrograms()
419 const SubCase& subCase = m_subCases[m_subCaseNdx]; in iterate() local
420 const tcu::UVec3 globalSize = subCase.localSize()*subCase.numWorkGroups(); in iterate()
424 const deUint32 numInvocations = subCase.localSize()[0] * subCase.localSize()[1] * subCase.localSize()[2] * subCase.numWorkGroups()[0] * subCase in iterate()
[all...]
/third_party/vk-gl-cts/modules/internal/
H A 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 in runCase()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp19739 for (int subCase = 0; subCase < 2; ++subCase)
19778 if (!subCase)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp19644 for (int subCase = 0; subCase < 2; ++subCase)
19683 if (!subCase)

Completed in 49 milliseconds