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() argument950 void DrawTestInstance<DrawIndexedIndirectParams>::generateDrawData (void) in generateDrawData()1006 tcu::TestStatus DrawTestInstance<DrawIndexedIndirectParams>::iterate (void) in iterate()1132 typedef DrawTestCase<DrawIndexedIndirectParams> IndexedIndirectCase;1217 … DrawIndexedIndirectParams params = DrawIndexedIndirectParams(topology, vk::VK_INDEX_TYPE_UINT32); in populateSubGroup()
358 const DrawIndexedIndirectParams *params = in executeCommands()359 getParamPtr<DrawIndexedIndirectParams>(currentCommand); in executeCommands()
257 struct DrawIndexedIndirectParams struct262 VERIFY_4_BYTE_ALIGNMENT(DrawIndexedIndirectParams) argument1157 DrawIndexedIndirectParams *paramStruct = in drawIndexedIndirect()1158 initCommand<DrawIndexedIndirectParams>(CommandID::DrawIndexedIndirect); in drawIndexedIndirect()