Searched defs:TestCaseParams (Results 1 – 2 of 2) sorted by relevance
1490 struct TestCaseParams struct1492 const DrawCommandType command;1493 const vk::VkPrimitiveTopology topology;1494 const SharedGroupParams groupParams;1496 …TestCaseParams (const DrawCommandType cmd, const vk::VkPrimitiveTopology top, const SharedGroupPar… in TestCaseParams() argument
122 struct TestCaseParams struct124 VkDescriptorType descriptorType; // used only to distinguish test class instance125 VkShaderStageFlags stageFlags; // used only to build a proper program126 VkExtent3D frameResolution; // target frame buffer resolution127 bool updateAfterBind; // whether a test will use update after bind feature128 bool calculateInLoop; // perform calculation in a loop129 bool usesMipMaps; // this makes a sense and affects in image test cases only130 bool minNonUniform; // whether a test will use the minimum nonUniform decorations131 …ool fuzzyComparison; // if true then a test will use fuzzy comparison, otherwise float threshold132 float thresholdValue; // a threshold that will be used for both, float and fuzzy comparisons