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