Searched refs:DrawIndexedIndirectParams (Results 1 – 3 of 3) sorted by relevance
180 struct DrawIndexedIndirectParams : DrawParamsBase, IndexedParamsBase struct184 DrawIndexedIndirectParams (const vk::VkPrimitiveTopology top, const vk::VkIndexType indexT) in DrawIndexedIndirectParams() argument943 void DrawTestInstance<DrawIndexedIndirectParams>::generateDrawData (void) in generateDrawData()999 tcu::TestStatus DrawTestInstance<DrawIndexedIndirectParams>::iterate (void) in iterate()1125 typedef DrawTestCase<DrawIndexedIndirectParams> IndexedIndirectCase;1210 … DrawIndexedIndirectParams params = DrawIndexedIndirectParams(topology, vk::VK_INDEX_TYPE_UINT32); in populateSubGroup()
330 const DrawIndexedIndirectParams *params = in executeCommands()331 getParamPtr<DrawIndexedIndirectParams>(currentCommand); in executeCommands()
246 struct DrawIndexedIndirectParams struct251 VERIFY_4_BYTE_ALIGNMENT(DrawIndexedIndirectParams) argument1046 DrawIndexedIndirectParams *paramStruct = in drawIndexedIndirect()1047 initCommand<DrawIndexedIndirectParams>(CommandID::DrawIndexedIndirect); in drawIndexedIndirect()