Home
last modified time | relevance | path

Searched defs:TestSpec2 (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawIndexedTest.cpp84 struct TestSpec2 : TestSpecBase struct
86 const int32_t vertexOffset;
87 const vk::VkDeviceSize bindIndexBufferOffset;
88 const vk::VkDeviceSize memoryBindOffset;
89 const TestType testType;
90 bool useMaintenance5Ext;
91 const bool nullDescriptor;
92 const bool bindIndexBuffer2;
94TestSpec2(const ShaderMap &shaders_, vk::VkPrimitiveTopology topology_, SharedGroupParams groupPar… in TestSpec2() function