Searched defs:SubCase (Results 1 – 4 of 4) sorted by relevance
88 struct SubCase struct in deqp::gles31::Functional::ComputeBuiltinVarCase90 UVec3 localSize;91 UVec3 numWorkGroups;93 SubCase (void) {} in SubCase() function94 …SubCase (const UVec3& localSize_, const UVec3& numWorkGroups_) : localSize(localSize_), numWorkGro… in SubCase() function
689 struct SubCase struct in dit::__anonde1e4a360111::ConstantInterpolationTest691 tcu::IVec3 rtSize; // (width, height, samples)692 tcu::Vec4 vtx[3];693 tcu::Vec4 varying;
107 class SubCase class116 SubCase (void) {} in SubCase() function in vkt::compute::__anonca50fe0c0111::SubCase117 SubCase (const UVec3& localSize_, const UVec3& numWorkGroups_) in SubCase() function in vkt::compute::__anonca50fe0c0111::SubCase
204 enum class SubCase : deUint32 enum