Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktBasicDrawTests.cpp119 struct DrawParamsBase struct
121 std::vector<PositionColorVertex> vertices;
122 vk::VkPrimitiveTopology topology;
123 bool useMaintenance5;
124 GroupParams groupParams; // we can't use SharedGroupParams here
126 DrawParamsBase() in DrawParamsBase() function
130 virtual ~DrawParamsBase() in ~DrawParamsBase()
134 DrawParamsBase(const vk::VkPrimitiveTopology top, const SharedGroupParams gParams) in DrawParamsBase() function