Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktBasicDrawTests.cpp143 struct IndexedParamsBase struct
145 std::vector<uint32_t> indexes;
146 const vk::VkIndexType indexType;
148 IndexedParamsBase(const vk::VkIndexType indexT) : indexType(indexT) in IndexedParamsBase() function