Searched refs:DrawIndexed (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawIndexedTest.cpp | 52 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/ |
D | vkrenderframework.h | 210 …void DrawIndexed(uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t vertexO…
|
D | vkrenderframework.cpp | 1721 void VkCommandBufferObj::DrawIndexed(uint32_t indexCount, uint32_t instanceCount, uint32_t firstInd… in DrawIndexed() function in VkCommandBufferObj
|
D | layer_validation_tests.cpp | 689 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/ |
D | svga_dump.c | 1523 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/ |
D | svga_cmd_vgpu10.c | 550 SVGA3D_CREATE_COMMAND(DrawIndexed, DRAW_INDEXED); in SVGA3D_vgpu10_DrawIndexed()
|