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.cpp1134 struct TestCaseParams struct
1136 const DrawCommandType command;
1137 const vk::VkPrimitiveTopology topology;
1139 TestCaseParams (const DrawCommandType cmd, const vk::VkPrimitiveTopology top) in TestCaseParams() argument
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp117 struct TestCaseParams struct
119 VkDescriptorType descriptorType; // used only to distinguish test class instance
120 VkShaderStageFlags stageFlags; // used only to build a proper program
121 VkExtent3D frameResolution; // target frame buffer resolution
122 bool updateAfterBind; // whether a test will use update after bind feature
123 bool calculateInLoop; // perform calculation in a loop
124 bool usesMipMaps; // this makes a sense and affects in image test cases only
125 bool minNonUniform; // whether a test will use the minimum nonUniform decorations
126 …ool fuzzyComparison; // if true then a test will use fuzzy comparison, otherwise float threshold
127 float thresholdValue; // a threshold that will be used for both, float and fuzzy comparisons