/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A 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::__anon29154::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, FunctionSupport in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawIndexedTest.cpp | 90 class DrawIndexed : public DrawTestsBaseClass class 95 DrawIndexed (Context &context, 109 class DrawInstancedIndexed : public DrawIndexed 116 DrawIndexed::DrawIndexed (Context &context, TestSpec testSpec) in DrawIndexed() function in vkt::Draw::__anon27907::DrawIndexed 191 void DrawIndexed::cmdBindIndexBufferImpl(vk::VkCommandBuffer commandBuffer, in cmdBindIndexBufferImpl() 208 tcu::TestStatus DrawIndexed::iterate (void) in iterate() 349 : DrawIndexed (context, testSpec) in DrawInstancedIndexed() 480 void checkSupport(Context& context, DrawIndexed::TestSpec testSpec) in checkSupport() 581 DrawIndexed in init() [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | IndexFormatTests.cpp | 87 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( in TEST_P() [all...] |
H A D | DrawIndexedTests.cpp | 113 pass.DrawIndexed(indexCount, instanceCount, firstIndex, baseVertex, firstInstance); in TestImplementation() 125 // The most basic DrawIndexed triangle draw. 140 // Test the parameter 'baseVertex' of DrawIndexed() works.
|
H A D | FirstIndexOffsetTests.cpp | 208 pass.DrawIndexed(1, 1, 0, firstVertex, firstInstance); in TestImpl() 248 // Test that vertex_index starts at 7 when drawn using DrawIndexed() 253 // Test that instance_index starts at 11 when drawn using DrawIndexed() 259 // DrawIndexed()
|
H A D | GpuMemorySynchronizationTests.cpp | 540 pass1.DrawIndexed(6); in TEST_P() 658 pass1.DrawIndexed(6); in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | IndexBufferValidationTests.cpp | 173 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()
|
H A D | DrawVertexAndIndexBufferOOBValidationTests.cpp | 262 renderPassEncoder.DrawIndexed(indexCount, instanceCount, firstIndex, baseVertex, in TestRenderPassDrawIndexed() 426 // Control case for DrawIndexed 443 // Verify index buffer OOB for DrawIndexed are caught in command encoder 489 // Verify instance mode vertex buffer OOB for DrawIndexed are caught in command encoder 537 // Verify instance mode vertex buffer OOB for DrawIndexed are caught in command encoder 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/ |
H A D | CubeReflection.cpp | 276 pass.DrawIndexed(36); in frame() 282 pass.DrawIndexed(6); in frame() 287 pass.DrawIndexed(36); in frame()
|
H A D | CppHelloTriangle.cpp | 163 pass.DrawIndexed(3); in frame()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | Draw.h | 39 void APIENTRY DrawIndexed(D3D10DDI_HDEVICE hDevice, UINT IndexCount,
|
H A D | Draw.cpp | 147 * DrawIndexed -- 149 * The DrawIndexed function draws indexed primitives. 155 DrawIndexed(D3D10DDI_HDEVICE hDevice, // IN in DrawIndexed() function
|
H A D | Device.cpp | 169 pDeviceFuncs->pfnDrawIndexed = DrawIndexed; in CreateDevice()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Commands.cpp | 85 case Command::DrawIndexed: { in FreeCommands() 258 case Command::DrawIndexed: in SkipCommand()
|
H A D | Commands.h | 47 DrawIndexed, member in dawn_native::Command
|
H A D | RenderEncoderBase.cpp | 141 DrawIndexedCmd* draw = allocator->Allocate<DrawIndexedCmd>(Command::DrawIndexed); in APIDrawIndexed() 150 "encoding %s.DrawIndexed(%u, %u, %u, %i, %u).", this, indexCount, instanceCount, in APIDrawIndexed()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPURenderBundleEncoder.cpp | 150 enc_.DrawIndexed(indexCount, instanceCount, firstIndex, baseVertex, firstInstance); in drawIndexed()
|
H A D | GPURenderPassEncoder.cpp | 220 enc_.DrawIndexed(indexCount, instanceCount, firstIndex, baseVertex, firstInstance); in drawIndexed()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SecondaryCommandBuffer.cpp | 71 case CommandID::DrawIndexed: in GetCommandString() 72 return "DrawIndexed"; in GetCommandString() 342 case CommandID::DrawIndexed: in executeCommands()
|
H A D | SecondaryCommandBuffer.h | 59 DrawIndexed, member in rx::vk::priv::CommandID 1170 DrawIndexedParams *paramStruct = initCommand<DrawIndexedParams>(CommandID::DrawIndexed); in drawIndexed()
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnOpsRenderPass.cpp | 210 fPassEncoder.DrawIndexed(indexCount, instanceCount, baseIndex, baseVertex, baseInstance); in onDrawIndexedInstanced()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_dx10.cpp | 269 ctx->DrawIndexed(pcmd->ElemCount, pcmd->IdxOffset + global_idx_offset, pcmd->VtxOffset + global_vtx_offset); in ImGui_ImplDX10_RenderDrawData()
|
H A D | imgui_impl_dx11.cpp | 279 ctx->DrawIndexed(pcmd->ElemCount, pcmd->IdxOffset + global_idx_offset, pcmd->VtxOffset + global_vtx_offset); in ImGui_ImplDX11_RenderDrawData()
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
H A D | svga_dump.c | 1523 SVGA3D_DUMP_HEADER(DrawIndexed) in SVGA3D_DUMP_HEADER() 2104 SVGA3D_DUMP_CASE_BASIC(DrawIndexed, DRAW_INDEXED); in svga_dump_command()
|
/third_party/vk-gl-cts/external/amber/src/src/dawn/ |
H A D | engine_dawn.cc | 1319 pass.DrawIndexed(6, 1, 0, 0, 0); in DoDrawRect() 1400 pass.DrawIndexed(command->GetVertexCount(), /* indexCount */ in DoDrawArrays()
|