Searched defs:BaseTestParams (Results 1 – 1 of 1) sorted by relevance
206 struct BaseTestParams struct208 VkQueueFlagBits testQueue; // Queue type that this test case targets209 …kPipelineStageFlagBits stage; // Pipeline stage where any marker writes for this test case occur in210 uint32_t size; // Number of buffer markers211 bool useHostPtr; // Whether to use host pointer as backing buffer memory212 size_t offset; // The offset of the data in the buffer