Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktBasicDrawTests.cpp143 struct DrawIndexedParams : DrawParamsBase, IndexedParamsBase struct
148DrawIndexedParams (const vk::VkPrimitiveTopology top, const vk::VkIndexType indexT, const deUint32… in DrawIndexedParams() function
699 void DrawTestInstance<DrawIndexedParams>::generateDrawData (void) in generateDrawData()
737 tcu::TestStatus DrawTestInstance<DrawIndexedParams>::iterate (void) in iterate()
1130 typedef DrawTestCase<DrawIndexedParams> IndexedCase;
1195DrawIndexedParams(topology, vk::VK_INDEX_TYPE_UINT32, vertexCount, 1, firstIndex, vertexOffset, 0)) in populateSubGroup()
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp344 const DrawIndexedParams *params = in executeCommands()
345 getParamPtr<DrawIndexedParams>(currentCommand); in executeCommands()
DSecondaryCommandBuffer.h244 struct DrawIndexedParams struct
248 VERIFY_4_BYTE_ALIGNMENT(DrawIndexedParams) argument
1139 DrawIndexedParams *paramStruct = initCommand<DrawIndexedParams>(CommandID::DrawIndexed); in drawIndexed()