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
950 void DrawTestInstance<DrawIndexedIndirectParams>::generateDrawData (void) in generateDrawData()
1006 tcu::TestStatus DrawTestInstance<DrawIndexedIndirectParams>::iterate (void) in iterate()
1132 typedef DrawTestCase<DrawIndexedIndirectParams> IndexedIndirectCase;
1217DrawIndexedIndirectParams params = DrawIndexedIndirectParams(topology, vk::VK_INDEX_TYPE_UINT32); in populateSubGroup()
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp358 const DrawIndexedIndirectParams *params = in executeCommands()
359 getParamPtr<DrawIndexedIndirectParams>(currentCommand); in executeCommands()
DSecondaryCommandBuffer.h257 struct DrawIndexedIndirectParams struct
262 VERIFY_4_BYTE_ALIGNMENT(DrawIndexedIndirectParams) argument
1157 DrawIndexedIndirectParams *paramStruct = in drawIndexedIndirect()
1158 initCommand<DrawIndexedIndirectParams>(CommandID::DrawIndexedIndirect); in drawIndexedIndirect()