| /external/angle/src/tests/test_utils/ |
| D | angle_test_configs.cpp | 330 namespace egl_platform namespace 551 } // namespace egl_platform 556 return PlatformParameters(EGL_OPENGL_ES_API, 1, 0, 0, egl_platform::D3D9()); in ES1_D3D9() 561 return PlatformParameters(EGL_OPENGL_ES_API, 2, 0, 0, egl_platform::D3D9()); in ES2_D3D9() 566 return PlatformParameters(EGL_OPENGL_ES_API, 1, 0, 0, egl_platform::D3D11()); in ES1_D3D11() 571 return PlatformParameters(EGL_OPENGL_ES_API, 2, 0, 0, egl_platform::D3D11()); in ES2_D3D11() 576 return PlatformParameters(EGL_OPENGL_ES_API, 2, 0, 0, egl_platform::D3D11_PRESENT_PATH_FAST()); in ES2_D3D11_PRESENT_PATH_FAST() 581 return PlatformParameters(EGL_OPENGL_ES_API, 2, 0, 0, egl_platform::D3D11_FL11_0()); in ES2_D3D11_FL11_0() 586 return PlatformParameters(EGL_OPENGL_ES_API, 2, 0, 0, egl_platform::D3D11_FL10_1()); in ES2_D3D11_FL10_1() 591 return PlatformParameters(EGL_OPENGL_ES_API, 2, 0, 0, egl_platform::D3D11_FL10_0()); in ES2_D3D11_FL10_0() [all …]
|
| D | MultiviewTest.cpp | 241 egl_platform::OPENGL(), multiviewExtension); in VertexShaderOpenGL() 251 egl_platform::VULKAN(), multiviewExtension); in VertexShaderVulkan() 261 egl_platform::D3D11(), multiviewExtension); in VertexShaderD3D11() 272 egl_platform::D3D11().enable(Feature::SelectViewInGeometryShader), multiviewExtension); in GeomShaderD3D11()
|
| D | angle_test_configs.h | 88 namespace egl_platform 139 } // namespace egl_platform
|
| /external/angle/src/tests/perf_tests/ |
| D | DrawCallPerfParams.h | 36 out.eglParameters = angle::egl_platform::D3D11(); in D3D11() 44 out.eglParameters = angle::egl_platform::METAL(); in Metal() 52 out.eglParameters = angle::egl_platform::OPENGL_OR_GLES(); in GL() 60 out.eglParameters = angle::egl_platform::OPENGL_OR_GLES(3, 0); in GL3() 68 out.eglParameters = angle::egl_platform::VULKAN(); in Vulkan() 76 out.eglParameters = angle::egl_platform::VULKAN_NULL(); in VulkanMockICD() 84 out.eglParameters = angle::egl_platform::VULKAN_SWIFTSHADER(); in VulkanSwiftShader()
|
| D | MultiviewPerf.cpp | 551 return MultiviewPerfParams(egl_platform::D3D11(), workload, in SelectViewInGeometryShader() 573 NoAcceleration(egl_platform::OPENGL_OR_GLES(), SmallWorkload(), ExtensionName::multiview), 574 NoAcceleration(egl_platform::D3D11(), SmallWorkload(), ExtensionName::multiview), 576 SelectViewInVertexShader(egl_platform::OPENGL_OR_GLES(), 579 SelectViewInVertexShader(egl_platform::D3D11(), SmallWorkload(), ExtensionName::multiview), 580 NoAcceleration(egl_platform::OPENGL_OR_GLES(), SmallWorkload(), ExtensionName::multiview2), 581 NoAcceleration(egl_platform::D3D11(), SmallWorkload(), ExtensionName::multiview2), 583 SelectViewInVertexShader(egl_platform::OPENGL_OR_GLES(), 586 SelectViewInVertexShader(egl_platform::D3D11(), SmallWorkload(), ExtensionName::multiview2)); 595 NoAcceleration(egl_platform::OPENGL_OR_GLES(), BigWorkload(), ExtensionName::multiview), [all …]
|
| D | MapBufferRange.cpp | 358 params.eglParameters = egl_platform::D3D11(); in BufferUpdateD3D11Params() 368 params.eglParameters = egl_platform::METAL(); in BufferUpdateMetalParams() 378 params.eglParameters = egl_platform::METAL(); in BufferUpdateMetalParamsLargeUpdate() 389 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in BufferUpdateOpenGLOrGLESParams() 399 params.eglParameters = egl_platform::VULKAN(); in BufferUpdateVulkanParams() 409 params.eglParameters = egl_platform::VULKAN(); in BufferUpdateVulkanParamsMidBuffer() 420 params.eglParameters = egl_platform::VULKAN(); in BufferUpdateVulkanParamsLargeUpdate() 431 params.eglParameters = egl_platform::VULKAN(); in BufferUpdateVulkanParamsFullBuffer() 442 params.eglParameters = egl_platform::VULKAN(); in BufferUpdateVulkanParamsTinyUpdate() 453 params.eglParameters = egl_platform::VULKAN(); in BufferUpdateVulkanParamsNonPowerOf2() [all …]
|
| D | TextureUploadPerf.cpp | 449 params.eglParameters = egl_platform::D3D11(); in D3D11Params() 457 params.eglParameters = egl_platform::METAL(); in MetalParams() 465 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams() 473 params.eglParameters = egl_platform::VULKAN(); in VulkanParams() 481 params.eglParameters = egl_platform::VULKAN(); in ES3VulkanParams() 494 params.eglParameters = egl_platform::METAL(); in MetalPBOParams() 505 params.eglParameters = egl_platform::VULKAN(); in VulkanPBOParams() 516 params.eglParameters = egl_platform::OPENGL(); in ES3OpenGLPBOParams()
|
| D | RGBImageAllocation.cpp | 118 params.eglParameters = egl_platform::VULKAN(); in VulkanParams() 129 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams() 140 params.eglParameters = egl_platform::METAL(); in MetalParams() 151 params.eglParameters = egl_platform::D3D11(); in D3D11Params()
|
| D | ClearPerf.cpp | 198 params.eglParameters = egl_platform::D3D11(); in D3D11Params() 205 params.eglParameters = egl_platform::METAL(); in MetalParams() 212 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams() 219 params.eglParameters = egl_platform::VULKAN(); in VulkanParams()
|
| D | PointSprites.cpp | 200 params.eglParameters = egl_platform::D3D11(); in D3D11Params() 207 params.eglParameters = egl_platform::METAL(); in MetalParams() 214 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams() 221 params.eglParameters = egl_platform::VULKAN(); in VulkanParams()
|
| D | MultisampledRenderToTexturePerf.cpp | 228 params.eglParameters = egl_platform::D3D11(); in D3D11Params() 239 params.eglParameters = egl_platform::METAL(); in MetalParams() 250 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams() 261 params.eglParameters = egl_platform::VULKAN(); in VulkanParams()
|
| D | InterleavedAttributeData.cpp | 210 params.eglParameters = egl_platform::D3D11(); in D3D11Params() 217 params.eglParameters = egl_platform::METAL(); in MetalParams() 224 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams() 231 params.eglParameters = egl_platform::VULKAN(); in VulkanParams()
|
| D | GenerateMipmapPerf.cpp | 278 params.eglParameters = egl_platform::D3D11(); in D3D11Params() 292 params.eglParameters = egl_platform::METAL(); in MetalParams() 306 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams() 320 params.eglParameters = egl_platform::VULKAN(); in VulkanParams()
|
| D | VertexArrayPerfTest.cpp | 204 params.eglParameters = egl_platform::METAL(); in MetalParams() 211 params.eglParameters = egl_platform::VULKAN(); in VulkanParams() 218 params.eglParameters = egl_platform::VULKAN_NULL(); in VulkanNullParams()
|
| D | BufferSubData.cpp | 346 params.eglParameters = egl_platform::D3D11(); in BufferUpdateD3D11Params() 356 params.eglParameters = egl_platform::METAL(); in BufferUpdateMetalParams() 366 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in BufferUpdateOpenGLOrGLESParams() 376 params.eglParameters = egl_platform::VULKAN(); in BufferUpdateVulkanParams()
|
| D | TextureSampling.cpp | 309 params.eglParameters = egl_platform::D3D11(); in D3D11Params() 316 params.eglParameters = egl_platform::METAL(); in MetalParams() 323 params.eglParameters = egl_platform::OPENGL_OR_GLES(); in OpenGLOrGLESParams() 330 params.eglParameters = egl_platform::VULKAN(); in VulkanParams()
|
| D | BindingPerf.cpp | 223 params.eglParameters = egl_platform::D3D11_NULL(); in D3D11Params() 231 params.eglParameters = egl_platform::OPENGL_OR_GLES_NULL(); in OpenGLOrGLESParams() 239 params.eglParameters = egl_platform::VULKAN_NULL(); in VulkanParams()
|
| D | TexturesPerf.cpp | 337 params.eglParameters = egl_platform::D3D11_NULL(); in D3D11Params() 347 params.eglParameters = egl_platform::METAL(); in MetalParams() 357 params.eglParameters = egl_platform::OPENGL_OR_GLES_NULL(); in OpenGLOrGLESParams() 367 params.eglParameters = egl_platform::VULKAN_NULL(); in VulkanParams()
|
| D | ImagelessFramebufferPerfTest.cpp | 125 params.eglParameters = egl_platform::VULKAN().disable(Feature::PreferSubmitAtFBOBoundary); in ImagelessVulkanEnabledParams() 134 params.eglParameters = egl_platform::VULKAN() in ImagelessVulkanDisabledParams()
|
| D | DispatchComputePerf.cpp | 161 params.eglParameters = useNullDevice ? angle::egl_platform::OPENGL_OR_GLES_NULL() in DispatchComputePerfOpenGLOrGLESParams() 162 : angle::egl_platform::OPENGL_OR_GLES(); in DispatchComputePerfOpenGLOrGLESParams()
|
| D | IndexConversionPerf.cpp | 189 params.eglParameters = egl_platform::D3D11_NULL(); in IndexConversionPerfD3D11Params() 203 params.eglParameters = egl_platform::D3D11_NULL(); in IndexRangeOffsetPerfD3D11Params()
|
| D | BlitFramebufferPerf.cpp | 236 params.eglParameters = angle::egl_platform::VULKAN(); in Vulkan() 244 params.eglParameters = angle::egl_platform::D3D11(); in D3D11()
|
| /external/mesa3d/src/gallium/drivers/zink/ci/ |
| D | traces-zink.yml | 41 …text: "'egl_platform.cpp( 227) - Error - Couldn't find a suitable EGL config' -- revisit when we… 107 …text: "'egl_platform.cpp( 227) - Error - Couldn't find a suitable EGL config' -- revisit when we… 112 …text: "'egl_platform.cpp( 227) - Error - Couldn't find a suitable EGL config' -- revisit when we… 117 …text: "'egl_platform.cpp( 227) - Error - Couldn't find a suitable EGL config' -- revisit when we…
|
| /external/mesa3d/src/gallium/drivers/crocus/ci/ |
| D | gitlab-ci.yml | 22 EGL_PLATFORM: "surfaceless"
|
| /external/mesa3d/src/gallium/drivers/i915/ci/ |
| D | gitlab-ci.yml | 26 EGL_PLATFORM: "surfaceless"
|