Searched refs:RandomInterfaceBlockCase (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackRandomLayoutCase.cpp | 56 RandomInterfaceBlockCase::RandomInterfaceBlockCase(tcu::TestContext &testCtx, const std::string &na… in RandomInterfaceBlockCase() function in vkt::TransformFeedback::RandomInterfaceBlockCase 89 std::vector<glu::DataType> RandomInterfaceBlockCase::fillTypeCandidates() in fillTypeCandidates() 149 void RandomInterfaceBlockCase::generateBlock(de::Random &rnd, uint32_t layoutFlags) in generateBlock() 173 void RandomInterfaceBlockCase::generateBlockMember(de::Random &rnd, InterfaceBlock &block, const in… in generateBlockMember() 203 VarType RandomInterfaceBlockCase::generateType(de::Random &rnd, int typeDepth, bool arrayOk) in generateType()
|
H A D | vktTransformFeedbackRandomLayoutCase.hpp | 56 class RandomInterfaceBlockCase : public InterfaceBlockCase class 59 …RandomInterfaceBlockCase(tcu::TestContext &testCtx, const std::string &name, const TestStageFlags …
|
H A D | vktTransformFeedbackFuzzLayoutTests.cpp | 346 …new RandomInterfaceBlockCase(testCtx, de::toString(ndx), testStageFlags, features, ndx + baseSeed)… in createRandomCaseGroup()
|