Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/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::__anon32105bec0211::DrawIndexed
135 tcu::TestStatus DrawIndexed::iterate (void) in iterate()
268 : DrawIndexed (context, testSpec) in DrawInstancedIndexed()
392 void checkSupport(Context& context, DrawIndexed::TestSpec testSpec) in checkSupport()
412 DrawIndexed::TestSpec testSpec in init()
422 addChild(new InstanceFactory<DrawIndexed, FunctionSupport1<DrawIndexed::TestSpec> > in init()
423 …angle_list", "Draws indexed triangle list", testSpec, FunctionSupport1<DrawIndexed::TestSpec>::Arg… in init()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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::__anon61e189ac0211::DrawIndexed
135 tcu::TestStatus DrawIndexed::iterate (void) in iterate()
268 : DrawIndexed (context, testSpec) in DrawInstancedIndexed()
392 void checkSupport(Context& context, DrawIndexed::TestSpec testSpec) in checkSupport()
412 DrawIndexed::TestSpec testSpec in init()
422 addChild(new InstanceFactory<DrawIndexed, FunctionSupport1<DrawIndexed::TestSpec> > in init()
423 …angle_list", "Draws indexed triangle list", testSpec, FunctionSupport1<DrawIndexed::TestSpec>::Arg… in init()
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DIndexFormatTests.cpp87 pass.DrawIndexed(3); in TEST_P()
114 pass.DrawIndexed(3); in TEST_P()
146 pass.DrawIndexed(3); in TEST_P()
174 pass.DrawIndexed(3); in TEST_P()
204 pass.DrawIndexed(3); in TEST_P()
219 pass.DrawIndexed(3); in TEST_P()
281 pass.DrawIndexed(7); in TEST_P()
316 pass.DrawIndexed(7); in TEST_P()
352 pass.DrawIndexed(7); in TEST_P()
406 pass.DrawIndexed(5); in TEST_P()
[all …]
DDrawIndexedTests.cpp113 pass.DrawIndexed(indexCount, instanceCount, firstIndex, baseVertex, firstInstance); in TestImplementation()
DFirstIndexOffsetTests.cpp208 pass.DrawIndexed(1, 1, 0, firstVertex, firstInstance); in TestImpl()
DGpuMemorySynchronizationTests.cpp540 pass1.DrawIndexed(6); in TEST_P()
658 pass1.DrawIndexed(6); in TEST_P()
DBufferZeroInitTests.cpp333 renderPass.DrawIndexed(1); in TestBufferZeroInitAsIndexBuffer()
1229 renderPass.DrawIndexed(1); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DIndexBufferValidationTests.cpp173 encoder.DrawIndexed(3); in TEST_F()
181 encoder.DrawIndexed(3); in TEST_F()
190 encoder.DrawIndexed(3); in TEST_F()
198 encoder.DrawIndexed(3); in TEST_F()
207 encoder.DrawIndexed(3); in TEST_F()
215 encoder.DrawIndexed(3); in TEST_F()
DDrawVertexAndIndexBufferOOBValidationTests.cpp262 renderPassEncoder.DrawIndexed(indexCount, instanceCount, firstIndex, baseVertex, in TestRenderPassDrawIndexed()
681 renderPassEncoder.DrawIndexed(12, 1, 0, 0, 0); in TEST_F()
700 renderPassEncoder.DrawIndexed(13, 1, 0, 0, 0); in TEST_F()
719 renderPassEncoder.DrawIndexed(11, 1, 0, 0, 0); in TEST_F()
738 renderPassEncoder.DrawIndexed(12, 1, 0, 0, 0); in TEST_F()
/third_party/skia/third_party/externals/dawn/examples/
DCubeReflection.cpp276 pass.DrawIndexed(36); in frame()
282 pass.DrawIndexed(6); in frame()
287 pass.DrawIndexed(36); in frame()
DCppHelloTriangle.cpp163 pass.DrawIndexed(3); in frame()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDraw.h39 void APIENTRY DrawIndexed(D3D10DDI_HDEVICE hDevice, UINT IndexCount,
DDraw.cpp155 DrawIndexed(D3D10DDI_HDEVICE hDevice, // IN in DrawIndexed() function
DDevice.cpp169 pDeviceFuncs->pfnDrawIndexed = DrawIndexed; in CreateDevice()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp85 case Command::DrawIndexed: { in FreeCommands()
258 case Command::DrawIndexed: in SkipCommand()
DCommands.h47 DrawIndexed, enumerator
DRenderEncoderBase.cpp141 DrawIndexedCmd* draw = allocator->Allocate<DrawIndexedCmd>(Command::DrawIndexed); in APIDrawIndexed()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp71 case CommandID::DrawIndexed: in GetCommandString()
342 case CommandID::DrawIndexed: in executeCommands()
DSecondaryCommandBuffer.h59 DrawIndexed, enumerator
1170 DrawIndexedParams *paramStruct = initCommand<DrawIndexedParams>(CommandID::DrawIndexed); in drawIndexed()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPURenderBundleEncoder.cpp150 enc_.DrawIndexed(indexCount, instanceCount, firstIndex, baseVertex, firstInstance); in drawIndexed()
DGPURenderPassEncoder.cpp220 enc_.DrawIndexed(indexCount, instanceCount, firstIndex, baseVertex, firstInstance); in drawIndexed()
/third_party/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp210 fPassEncoder.DrawIndexed(indexCount, instanceCount, baseIndex, baseVertex, baseInstance); in onDrawIndexedInstanced()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx10.cpp269 …ctx->DrawIndexed(pcmd->ElemCount, pcmd->IdxOffset + global_idx_offset, pcmd->VtxOffset + global_vt… in ImGui_ImplDX10_RenderDrawData()
Dimgui_impl_dx11.cpp279 …ctx->DrawIndexed(pcmd->ElemCount, pcmd->IdxOffset + global_idx_offset, pcmd->VtxOffset + global_vt… in ImGui_ImplDX11_RenderDrawData()
/third_party/vk-gl-cts/external/amber/src/src/dawn/
Dengine_dawn.cc1319 pass.DrawIndexed(6, 1, 0, 0, 0); in DoDrawRect()
1400 pass.DrawIndexed(command->GetVertexCount(), /* indexCount */ in DoDrawArrays()

12