Searched defs:TestCaseParams (Results 1 – 4 of 4) sorted by relevance
1539 struct TestCaseParams struct1541 const DrawCommandType command;1542 const vk::VkPrimitiveTopology topology;1543 const SharedGroupParams groupParams;1545 …TestCaseParams (const DrawCommandType cmd, const vk::VkPrimitiveTopology top, const SharedGroupPar… in TestCaseParams() function
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
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 bool lifetimeCheck; // fill unused descriptors with resource that will be deleted before draw