Home
last modified time | relevance | path

Searched refs:D3D11 (Results 1 - 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DBlitFramebufferPerf.cpp233 BlitFramebufferParams D3D11(BufferType type, unsigned int samples) in D3D11() function
236 params.eglParameters = angle::egl_platform::D3D11(); in D3D11()
245 D3D11(BufferType::COLOR, 0),
246 D3D11(BufferType::DEPTH, 0),
247 D3D11(BufferType::STENCIL, 0),
248 D3D11(BufferType::DEPTH_STENCIL, 0),
249 D3D11(BufferType::COLOR, 2),
250 D3D11(BufferType::DEPTH, 2),
251 D3D11(BufferType::STENCIL, 2),
252 D3D11(BufferTyp
[all...]
H A DMultiviewPerf.cpp553 return MultiviewPerfParams(egl_platform::D3D11(), workload, in SelectViewInGeometryShader()
576 NoAcceleration(egl_platform::D3D11(), SmallWorkload(), ExtensionName::multiview),
581 SelectViewInVertexShader(egl_platform::D3D11(), SmallWorkload(), ExtensionName::multiview),
583 NoAcceleration(egl_platform::D3D11(), SmallWorkload(), ExtensionName::multiview2),
588 SelectViewInVertexShader(egl_platform::D3D11(), SmallWorkload(), ExtensionName::multiview2));
598 NoAcceleration(egl_platform::D3D11(), BigWorkload(), ExtensionName::multiview),
603 SelectViewInVertexShader(egl_platform::D3D11(), BigWorkload(), ExtensionName::multiview),
605 NoAcceleration(egl_platform::D3D11(), BigWorkload(), ExtensionName::multiview2),
610 SelectViewInVertexShader(egl_platform::D3D11(), BigWorkload(), ExtensionName::multiview2));
H A DDrawCallPerfParams.h33 ParamsT D3D11(const ParamsT &in) in D3D11() function
36 out.eglParameters = angle::egl_platform::D3D11(); in D3D11()
H A DUniformsPerf.cpp511 VectorUniforms(D3D11(), DataMode::REPEAT),
512 VectorUniforms(D3D11(), DataMode::UPDATE),
517 MatrixUniforms(D3D11(), DataMode::UPDATE, DataType::MAT4x4, MatrixLayout::NO_TRANSPOSE),
H A DDynamicPromotionPerfTest.cpp165 params.eglParameters = egl_platform::D3D11(); in DynamicPromotionD3D11Params()
H A DClearPerf.cpp163 params.eglParameters = egl_platform::D3D11(); in D3D11Params()
H A Dglmark2Benchmark.cpp300 std::vector<EGLPlatformParameters> gEGLPlatforms = {D3D11(), OPENGLES(), VULKAN()};
H A DMultisampledRenderToTexturePerf.cpp231 params.eglParameters = egl_platform::D3D11(); in D3D11Params()
H A DPointSprites.cpp200 params.eglParameters = egl_platform::D3D11(); in D3D11Params()
H A DInterleavedAttributeData.cpp211 params.eglParameters = egl_platform::D3D11(); in D3D11Params()
H A DLinkProgramPerfTest.cpp180 params.eglParameters = D3D11(); in LinkProgramD3D11Params()
H A DDrawElementsPerf.cpp236 CombineWithFuncs(gWithIndexType, {D3D11<P>, GL<P>, Vulkan<P>, WGL<P>});
H A DTextureSampling.cpp309 params.eglParameters = egl_platform::D3D11(); in D3D11Params()
H A DGenerateMipmapPerf.cpp278 params.eglParameters = egl_platform::D3D11(); in D3D11Params()
H A DBufferSubData.cpp346 params.eglParameters = egl_platform::D3D11(); in BufferUpdateD3D11Params()
H A DTextureUploadPerf.cpp339 params.eglParameters = egl_platform::D3D11(); in D3D11Params()
H A DInstancingPerf.cpp329 params.eglParameters = D3D11(); in InstancingPerfD3D11Params()
/third_party/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/
H A Dgles_conformance_tests.h22 struct D3D11 struct
31 typedef testing::Types<D3D9, D3D11> ConformanceTestTypes;
33 typedef testing::Types<D3D11> ConformanceTestTypes;
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
H A DGPUTestExpectationsTest.cpp48 bool D3D11 = false; in validateConfigAPI() local
59 D3D11 = true; in validateConfigAPI()
78 EXPECT_EQ(D3D11, config.getConditions()[GPUTestConfig::kConditionD3D11]); in validateConfigAPI()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dangle_test_configs.cpp97 return "D3D11"; in GetRendererName()
356 EGLPlatformParameters D3D11() in D3D11() function
555 return PlatformParameters(1, 0, egl_platform::D3D11()); in ES1_D3D11()
560 return PlatformParameters(2, 0, egl_platform::D3D11()); in ES2_D3D11()
625 return PlatformParameters(3, 0, egl_platform::D3D11()); in ES3_D3D11()
645 return PlatformParameters(3, 1, egl_platform::D3D11()); in ES31_D3D11()
H A DMultiviewTest.cpp262 return MultiviewImplementationParams(majorVersion, minorVersion, false, egl_platform::D3D11(), in VertexShaderD3D11()
270 return MultiviewImplementationParams(majorVersion, minorVersion, true, egl_platform::D3D11(), in GeomShaderD3D11()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLDisplayLuidTest.cpp55 // EGL_ANGLE_platform_angle_d3d_luid is only supported on D3D11. Verify failure
77 TEST_P(EGLDisplayLuidTest, D3D11) in TEST_P()
/third_party/ffmpeg/libavcodec/
H A Dhwconfig.h70 HW_CONFIG_HWACCEL(1, 1, 0, D3D11, D3D11VA, ff_ ## codec ## _d3d11va2_hwaccel)
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPU.cpp121 targetBackendType = wgpu::BackendType::D3D11; in requestAdapter()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DDawnNative.cpp76 case wgpu::BackendType::D3D11: in GetBackendType()

Completed in 14 milliseconds

12