Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktBasicDrawTests.cpp1671 struct TestCaseParams struct
1673 const DrawCommandType command;
1674 const vk::VkPrimitiveTopology topology;
1675 const SharedGroupParams groupParams;
1677TestCaseParams(const DrawCommandType cmd, const vk::VkPrimitiveTopology top, const SharedGroupPara… in TestCaseParams() argument
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp98 struct TestCaseParams struct
100 VkDescriptorType descriptorType; // used only to distinguish test class instance
101 VkShaderStageFlags stageFlags; // used only to build a proper program
102 VkExtent3D frameResolution; // target frame buffer resolution
103 bool updateAfterBind; // whether a test will use update after bind feature
104 bool calculateInLoop; // perform calculation in a loop
105 bool usesMipMaps; // this makes a sense and affects in image test cases only
106 bool minNonUniform; // whether a test will use the minimum nonUniform decorations
107 …fetimeCheck; // fill unused descriptors with resource that will be deleted before draw