/third_party/vk-gl-cts/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::__anon9ff9e1ff0211::DrawIndexed 135 tcu::TestStatus DrawIndexed::iterate (void) in iterate() 213 : DrawIndexed (context, testSpec) in DrawInstancedIndexed() 319 void checkSupport(Context& context, DrawIndexed::TestSpec testSpec) in checkSupport() 339 DrawIndexed::TestSpec testSpec; in init() 345 addChild(new InstanceFactory<DrawIndexed, FunctionSupport1<DrawIndexed::TestSpec> > in init() 346 …angle_list", "Draws indexed triangle list", testSpec, FunctionSupport1<DrawIndexed::TestSpec>::Arg… in init() [all …]
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
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(5); in TEST_P() [all …]
|
D | DrawIndexedTests.cpp | 113 pass.DrawIndexed(indexCount, instanceCount, firstIndex, baseVertex, firstInstance); in TestImplementation()
|
D | FirstIndexOffsetTests.cpp | 208 pass.DrawIndexed(1, 1, 0, firstVertex, firstInstance); in TestImpl()
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | IndexFormatTests.cpp | 87 pass.DrawIndexed(3, 1, 0, 0, 0); in TEST_P() 118 pass.DrawIndexed(3, 1, 0, 0, 0); in TEST_P() 162 pass.DrawIndexed(7, 1, 0, 0, 0); in TEST_P() 198 pass.DrawIndexed(7, 1, 0, 0, 0); in TEST_P() 238 pass.DrawIndexed(3, 1, 0, 0, 0); in TEST_P() 272 pass.DrawIndexed(3, 1, 0, 0, 0); in TEST_P()
|
D | DrawIndexedTests.cpp | 98 pass.DrawIndexed(indexCount, instanceCount, firstIndex, baseVertex, firstInstance); in Test()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
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()
|
D | DrawVertexAndIndexBufferOOBValidationTests.cpp | 262 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/ |
D | CubeReflection.cpp | 276 pass.DrawIndexed(36); in frame() 282 pass.DrawIndexed(6); in frame() 287 pass.DrawIndexed(36); in frame()
|
D | CppHelloTriangle.cpp | 163 pass.DrawIndexed(3); in frame()
|
/third_party/flutter/skia/third_party/externals/dawn/examples/ |
D | CubeReflection.cpp | 273 pass.DrawIndexed(36, 1, 0, 0, 0); in frame() 279 pass.DrawIndexed(6, 1, 0, 0, 0); in frame() 284 pass.DrawIndexed(36, 1, 0, 0, 0); in frame()
|
D | CppHelloTriangle.cpp | 165 pass.DrawIndexed(3, 1, 0, 0, 0); in frame()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | Draw.h | 39 void APIENTRY DrawIndexed(D3D10DDI_HDEVICE hDevice, UINT IndexCount,
|
D | Draw.cpp | 155 DrawIndexed(D3D10DDI_HDEVICE hDevice, // IN in DrawIndexed() function
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | RenderPassEncoder.cpp | 61 void RenderPassEncoderBase::DrawIndexed(uint32_t indexCount, in DrawIndexed() function in dawn_native::RenderPassEncoderBase 70 DrawIndexedCmd* draw = mAllocator->Allocate<DrawIndexedCmd>(Command::DrawIndexed); in DrawIndexed()
|
D | Commands.cpp | 69 case Command::DrawIndexed: { in FreeCommands() 190 case Command::DrawIndexed: in SkipCommand()
|
D | RenderPassEncoder.h | 40 void DrawIndexed(uint32_t vertexCount,
|
D | Commands.h | 43 DrawIndexed, enumerator
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Commands.cpp | 85 case Command::DrawIndexed: { in FreeCommands() 258 case Command::DrawIndexed: in SkipCommand()
|
D | Commands.h | 47 DrawIndexed, enumerator
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SecondaryCommandBuffer.cpp | 176 case CommandID::DrawIndexed: in executeCommands() 388 case CommandID::DrawIndexed: in dumpCommands()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPURenderBundleEncoder.cpp | 150 enc_.DrawIndexed(indexCount, instanceCount, firstIndex, baseVertex, firstInstance); in drawIndexed()
|
D | GPURenderPassEncoder.cpp | 220 enc_.DrawIndexed(indexCount, instanceCount, firstIndex, baseVertex, firstInstance); in drawIndexed()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SecondaryCommandBuffer.cpp | 71 case CommandID::DrawIndexed: in GetCommandString() 342 case CommandID::DrawIndexed: in executeCommands()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnOpsRenderPass.cpp | 210 fPassEncoder.DrawIndexed(indexCount, instanceCount, baseIndex, baseVertex, baseInstance); in onDrawIndexedInstanced()
|