Home
last modified time | relevance | path

Searched refs:RandomInterfaceBlockCase (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackRandomLayoutCase.cpp56 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 DvktTransformFeedbackRandomLayoutCase.hpp56 class RandomInterfaceBlockCase : public InterfaceBlockCase class
59RandomInterfaceBlockCase(tcu::TestContext &testCtx, const std::string &name, const TestStageFlags …
H A DvktTransformFeedbackFuzzLayoutTests.cpp346 …new RandomInterfaceBlockCase(testCtx, de::toString(ndx), testStageFlags, features, ndx + baseSeed)… in createRandomCaseGroup()