Home
last modified time | relevance | path

Searched refs:DrawIndexed (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawIndexedTest.cpp52 class DrawIndexed : public DrawTestsBaseClass class
57 DrawIndexed (Context &context, TestSpec testSpec);
64 class DrawInstancedIndexed : public DrawIndexed
71 DrawIndexed::DrawIndexed (Context &context, TestSpec testSpec) in DrawIndexed() function in vkt::Draw::__anonc1c61c090211::DrawIndexed
135 tcu::TestStatus DrawIndexed::iterate (void) in iterate()
213 : DrawIndexed (context, testSpec) in DrawInstancedIndexed()
333 DrawIndexed::TestSpec testSpec; in init()
338 …addChild(new InstanceFactory<DrawIndexed>(m_testCtx, "draw_indexed_triangle_list", "Draws indexed … in init()
340 …addChild(new InstanceFactory<DrawIndexed>(m_testCtx, "draw_indexed_triangle_strip", "Draws indexed… in init()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h210 …void DrawIndexed(uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t vertexO…
Dvkrenderframework.cpp1721 void VkCommandBufferObj::DrawIndexed(uint32_t indexCount, uint32_t instanceCount, uint32_t firstInd… in DrawIndexed() function in VkCommandBufferObj
Dlayer_validation_tests.cpp689 m_commandBuffer->DrawIndexed(3, 1, 0, 0, 0); in VKTriangleTest()
693 m_commandBuffer->DrawIndexed(513, 1, 0, 0, 0); in VKTriangleTest()
697 m_commandBuffer->DrawIndexed(512, 1, 1, 0, 0); in VKTriangleTest()
701 m_commandBuffer->DrawIndexed(257, 1, 0, 0, 0); in VKTriangleTest()
705 m_commandBuffer->DrawIndexed(256, 1, 1, 0, 0); in VKTriangleTest()
11450 m_commandBuffer->DrawIndexed(1, 1, 0, 0, 0); in TEST_F()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1523 SVGA3D_DUMP_HEADER(DrawIndexed) in SVGA3D_DUMP_HEADER() argument
2095 SVGA3D_DUMP_CASE_BASIC(DrawIndexed, DRAW_INDEXED); in svga_dump_command()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c550 SVGA3D_CREATE_COMMAND(DrawIndexed, DRAW_INDEXED); in SVGA3D_vgpu10_DrawIndexed()