Searched refs:InterfaceBlockCase (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutTests.cpp | 41 class BlockBasicTypeCase : public InterfaceBlockCase 52 : InterfaceBlockCase(testCtx, name, description, matrixLoadFlag, testStageFlags) in BlockBasicTypeCase() 83 class BlockSingleStructCase : public InterfaceBlockCase 93 : InterfaceBlockCase (testCtx, name, description, matrixLoadFlag, testStageFlags) in BlockSingleStructCase() 112 class BlockSingleStructArrayCase : public InterfaceBlockCase 122 : InterfaceBlockCase (testCtx, name, description, matrixLoadFlag, testStageFlags) in BlockSingleStructArrayCase() 143 class BlockSingleNestedStructCase : public InterfaceBlockCase 153 : InterfaceBlockCase (testCtx, name, description, matrixLoadFlag, testStageFlags) in BlockSingleNestedStructCase() 179 class BlockSingleNestedStructArrayCase : public InterfaceBlockCase 189 : InterfaceBlockCase (testCtx, name, description, matrixLoadFlag, testStageFlags) in BlockSingleNestedStructArrayCase() [all …]
|
D | vktTransformFeedbackFuzzLayoutCase.hpp | 316 class InterfaceBlockCase : public vkt::TestCase class 319 InterfaceBlockCase (tcu::TestContext& testCtx, 325 ~InterfaceBlockCase (void);
|
D | vktTransformFeedbackRandomLayoutCase.hpp | 56 class RandomInterfaceBlockCase : public InterfaceBlockCase
|
D | vktTransformFeedbackFuzzLayoutCase.cpp | 1929 InterfaceBlockCase::InterfaceBlockCase (tcu::TestContext& testCtx, in InterfaceBlockCase() function in vkt::TransformFeedback::InterfaceBlockCase 1943 InterfaceBlockCase::~InterfaceBlockCase (void) in ~InterfaceBlockCase() 1947 void InterfaceBlockCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 1957 TestInstance* InterfaceBlockCase::createInstance (Context& context) const in createInstance() 1962 void InterfaceBlockCase::delayedInit (void) in delayedInit()
|
D | vktTransformFeedbackRandomLayoutCase.cpp | 62 …: InterfaceBlockCase (testCtx, name, description, LOAD_FULL_MATRIX, testStageFlags, (features & F… in RandomInterfaceBlockCase()
|