Searched defs:TestCaseParams (Results 1 – 2 of 2) sorted by relevance
1134 struct TestCaseParams struct1136 const DrawCommandType command;1137 const vk::VkPrimitiveTopology topology;1139 TestCaseParams (const DrawCommandType cmd, const vk::VkPrimitiveTopology top) in TestCaseParams() argument
117 struct TestCaseParams struct119 VkDescriptorType descriptorType; // used only to distinguish test class instance120 VkShaderStageFlags stageFlags; // used only to build a proper program121 VkExtent3D frameResolution; // target frame buffer resolution122 bool updateAfterBind; // whether a test will use update after bind feature123 bool calculateInLoop; // perform calculation in a loop124 bool usesMipMaps; // this makes a sense and affects in image test cases only125 bool minNonUniform; // whether a test will use the minimum nonUniform decorations126 …ool fuzzyComparison; // if true then a test will use fuzzy comparison, otherwise float threshold127 float thresholdValue; // a threshold that will be used for both, float and fuzzy comparisons