Home
last modified time | relevance | path

Searched defs:TestCaseParams (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktBasicDrawTests.cpp1649 struct TestCaseParams struct
1651 const DrawCommandType command;
1652 const vk::VkPrimitiveTopology topology;
1653 const SharedGroupParams groupParams;
1655TestCaseParams(const DrawCommandType cmd, const vk::VkPrimitiveTopology top, const SharedGroupPara… in TestCaseParams() argument
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp98 struct TestCaseParams struct
100 VkDescriptorType descriptorType; // used only to distinguish test class instance
101 VkShaderStageFlags stageFlags; // used only to build a proper program
102 VkExtent3D frameResolution; // target frame buffer resolution
103 bool updateAfterBind; // whether a test will use update after bind feature
104 bool calculateInLoop; // perform calculation in a loop
105 bool usesMipMaps; // this makes a sense and affects in image test cases only
106 bool minNonUniform; // whether a test will use the minimum nonUniform decorations
107 …fetimeCheck; // fill unused descriptors with resource that will be deleted before draw