Home
last modified time | relevance | path

Searched refs:DrawIndexed (Results 1 – 14 of 14) 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::__anon4e44fc600211::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/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp71 case CommandID::DrawIndexed: in GetCommandString()
342 case CommandID::DrawIndexed: in executeCommands()
DSecondaryCommandBuffer.h53 DrawIndexed, enumerator
1139 DrawIndexedParams *paramStruct = initCommand<DrawIndexedParams>(CommandID::DrawIndexed); in drawIndexed()
/external/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp210 fPassEncoder.DrawIndexed(indexCount, instanceCount, baseIndex, baseVertex, baseInstance); in onDrawIndexedInstanced()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp908 m_commandBuffer->DrawIndexed(3, 1, 0, 0, 0); in VKTriangleTest()
912 m_commandBuffer->DrawIndexed(513, 1, 0, 0, 0); in VKTriangleTest()
916 m_commandBuffer->DrawIndexed(512, 1, 1, 0, 0); in VKTriangleTest()
920 m_commandBuffer->DrawIndexed(257, 1, 0, 0, 0); in VKTriangleTest()
924 m_commandBuffer->DrawIndexed(256, 1, 1, 0, 0); in VKTriangleTest()
Dvkrenderframework.h204 …void DrawIndexed(uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t vertexO…
Dvkrenderframework.cpp1908 void VkCommandBufferObj::DrawIndexed(uint32_t indexCount, uint32_t instanceCount, uint32_t firstInd… in DrawIndexed() function in VkCommandBufferObj
Dvklayertests_pipeline_shader.cpp1132 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
2104 SVGA3D_DUMP_CASE_BASIC(DrawIndexed, DRAW_INDEXED); in svga_dump_command()
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc1319 pass.DrawIndexed(6, 1, 0, 0, 0); in DoDrawRect()
1400 pass.DrawIndexed(command->GetVertexCount(), /* indexCount */ in DoDrawArrays()
/external/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c702 EVENT_MARKER(DrawIndexed, commandBuffer, indexCount, instanceCount, in sqtt_CmdDrawIndexed()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_command_buffer.mm65 PROC(DrawIndexed) \
1667 mCommands.push(CmdType::DrawIndexed)
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp1864 mDeviceContext->DrawIndexed(indexCount, 0, baseVertexAdjusted); in drawElements()
2030 mDeviceContext->DrawIndexed(indexCount, 0, baseVertex); in drawLineLoop()
2110 mDeviceContext->DrawIndexed(indexCount, 0, baseVertex); in drawTriangleFan()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c552 SVGA3D_CREATE_COMMAND(DrawIndexed, DRAW_INDEXED); in SVGA3D_vgpu10_DrawIndexed()