Home
last modified time | relevance | path

Searched refs:DrawIndexedIndirectParams (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktBasicDrawTests.cpp180 struct DrawIndexedIndirectParams : DrawParamsBase, IndexedParamsBase struct
184 DrawIndexedIndirectParams (const vk::VkPrimitiveTopology top, const vk::VkIndexType indexT) in DrawIndexedIndirectParams() argument
943 void DrawTestInstance<DrawIndexedIndirectParams>::generateDrawData (void) in generateDrawData()
999 tcu::TestStatus DrawTestInstance<DrawIndexedIndirectParams>::iterate (void) in iterate()
1125 typedef DrawTestCase<DrawIndexedIndirectParams> IndexedIndirectCase;
1210DrawIndexedIndirectParams params = DrawIndexedIndirectParams(topology, vk::VK_INDEX_TYPE_UINT32); in populateSubGroup()
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp330 const DrawIndexedIndirectParams *params = in executeCommands()
331 getParamPtr<DrawIndexedIndirectParams>(currentCommand); in executeCommands()
DSecondaryCommandBuffer.h246 struct DrawIndexedIndirectParams struct
251 VERIFY_4_BYTE_ALIGNMENT(DrawIndexedIndirectParams) argument
1046 DrawIndexedIndirectParams *paramStruct = in drawIndexedIndirect()
1047 initCommand<DrawIndexedIndirectParams>(CommandID::DrawIndexedIndirect); in drawIndexedIndirect()