Home
last modified time | relevance | path

Searched full:egl_platform (Results 1 – 25 of 67) sorted by relevance

123

/external/angle/src/tests/test_utils/
Dangle_test_configs.cpp330 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 …]
DMultiviewTest.cpp241 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()
Dangle_test_configs.h88 namespace egl_platform
139 } // namespace egl_platform
/external/angle/src/tests/perf_tests/
DDrawCallPerfParams.h36 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()
DMultiviewPerf.cpp551 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 …]
DMapBufferRange.cpp358 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 …]
DTextureUploadPerf.cpp449 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()
DRGBImageAllocation.cpp118 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()
DClearPerf.cpp198 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()
DPointSprites.cpp200 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()
DMultisampledRenderToTexturePerf.cpp228 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()
DInterleavedAttributeData.cpp210 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()
DGenerateMipmapPerf.cpp278 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()
DVertexArrayPerfTest.cpp204 params.eglParameters = egl_platform::METAL(); in MetalParams()
211 params.eglParameters = egl_platform::VULKAN(); in VulkanParams()
218 params.eglParameters = egl_platform::VULKAN_NULL(); in VulkanNullParams()
DBufferSubData.cpp346 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()
DTextureSampling.cpp309 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()
DBindingPerf.cpp223 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()
DTexturesPerf.cpp337 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()
DImagelessFramebufferPerfTest.cpp125 params.eglParameters = egl_platform::VULKAN().disable(Feature::PreferSubmitAtFBOBoundary); in ImagelessVulkanEnabledParams()
134 params.eglParameters = egl_platform::VULKAN() in ImagelessVulkanDisabledParams()
DDispatchComputePerf.cpp161 params.eglParameters = useNullDevice ? angle::egl_platform::OPENGL_OR_GLES_NULL() in DispatchComputePerfOpenGLOrGLESParams()
162 : angle::egl_platform::OPENGL_OR_GLES(); in DispatchComputePerfOpenGLOrGLESParams()
DIndexConversionPerf.cpp189 params.eglParameters = egl_platform::D3D11_NULL(); in IndexConversionPerfD3D11Params()
203 params.eglParameters = egl_platform::D3D11_NULL(); in IndexRangeOffsetPerfD3D11Params()
DBlitFramebufferPerf.cpp236 params.eglParameters = angle::egl_platform::VULKAN(); in Vulkan()
244 params.eglParameters = angle::egl_platform::D3D11(); in D3D11()
/external/mesa3d/src/gallium/drivers/zink/ci/
Dtraces-zink.yml41 …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/
Dgitlab-ci.yml22 EGL_PLATFORM: "surfaceless"
/external/mesa3d/src/gallium/drivers/i915/ci/
Dgitlab-ci.yml26 EGL_PLATFORM: "surfaceless"

123