Searched defs:TestCaseParams (Results 1 – 2 of 2) sorted by relevance
1649 struct TestCaseParams struct1651 const DrawCommandType command;1652 const vk::VkPrimitiveTopology topology;1653 const SharedGroupParams groupParams;1655 …TestCaseParams(const DrawCommandType cmd, const vk::VkPrimitiveTopology top, const SharedGroupPara… in TestCaseParams() argument
98 struct TestCaseParams struct100 VkDescriptorType descriptorType; // used only to distinguish test class instance101 VkShaderStageFlags stageFlags; // used only to build a proper program102 VkExtent3D frameResolution; // target frame buffer resolution103 bool updateAfterBind; // whether a test will use update after bind feature104 bool calculateInLoop; // perform calculation in a loop105 bool usesMipMaps; // this makes a sense and affects in image test cases only106 bool minNonUniform; // whether a test will use the minimum nonUniform decorations107 …fetimeCheck; // fill unused descriptors with resource that will be deleted before draw