Home
last modified time | relevance | path

Searched refs:NotSupportedError (Results 1 – 25 of 629) sorted by relevance

12345678910>>...26

/external/deqp/framework/egl/
DegluNativeWindow.cpp41 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreateWindowSurface()", DE_NUL… in getLegacyNative()
47 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreatePlatformWindowSurfaceEXT… in getPlatformExtension()
53 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreatePlatformWindowSurface()"… in getPlatformNative()
59 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the surface size", DE_NU… in getSurfaceSize()
66 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support resizing the surface", DE_NULL, _… in setSurfaceSize()
72 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the size of the window o… in getScreenSize()
78 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support readScreenPixels", DE_NULL, __FIL… in readScreenPixels()
85 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support changing visibility", DE_NULL, __… in setVisibility()
DegluNativePixmap.cpp41 …throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePixmapSurface()", DE_NUL… in getLegacyNative()
47 …throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePlatformPixmapSurfaceEXT… in getPlatformExtension()
53 …throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePlatformPixmapSurface()"… in getPlatformNative()
59 …throw tcu::NotSupportedError("eglu::NativePixmap doesn't support readPixels", DE_NULL, __FILE__, _… in readPixels()
DegluGLUtil.cpp105 TCU_THROW(NotSupportedError, "EGL_KHR_create_context is required for OpenGL ES 3.0 and newer"); in createGLContext()
118 TCU_THROW(NotSupportedError, "EGL_KHR_create_context is required for OpenGL context creation"); in createGLContext()
136 …TCU_THROW(NotSupportedError, "EGL_KHR_create_context is required for creating robust/debug/forward… in createGLContext()
146 …TCU_THROW(NotSupportedError, "EGL_EXT_create_context_robustness is required for creating robust co… in createGLContext()
163 …throw tcu::NotSupportedError("EGL_KHR_create_context_no_error is required for creating no-error co… in createGLContext()
184 …TCU_THROW(NotSupportedError, "EGL 1.5 or EGL_EXT_create_context_robustness is required for creatin… in createGLContext()
280 throw tcu::NotSupportedError("Matching EGL config not found", DE_NULL, __FILE__, __LINE__); in chooseConfig()
/external/deqp/framework/common/
DtcuDefs.cpp130 NotSupportedError::NotSupportedError (const char* message, const char* expr, const char* file, int … in NotSupportedError() function in tcu::NotSupportedError
135 NotSupportedError::NotSupportedError (const std::string& message, const char* expr, const char* fil… in NotSupportedError() function in tcu::NotSupportedError
140 NotSupportedError::NotSupportedError (const std::string& message) in NotSupportedError() function in tcu::NotSupportedError
DtcuDefs.hpp110 class NotSupportedError : public TestException class
113 NotSupportedError (const char* message, const char* expr, const char* file, int line);
114 NotSupportedError (const std::string& message, const char* expr, const char* file, int line);
115 NotSupportedError (const std::string& message);
116 virtual ~NotSupportedError (void) throw() {} in ~NotSupportedError()
DtcuPlatform.cpp44 TCU_THROW(NotSupportedError, "OpenGL (ES) is not supported"); in getGLPlatform()
49 TCU_THROW(NotSupportedError, "EGL is not supported"); in getEGLPlatform()
54 TCU_THROW(NotSupportedError, "Vulkan is not supported"); in getVulkanPlatform()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBallotBroadcastTests.cpp255 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
258 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in supportedCheck()
261 …TCU_THROW(NotSupportedError, "Device does not support the specified format in subgroup operations"… in supportedCheck()
264 TCU_THROW(NotSupportedError, "Device does not support VK_EXT_shader_subgroup_ballot extension"); in supportedCheck()
267 TCU_THROW(NotSupportedError, "Device does not support int64 data types"); in supportedCheck()
270 TCU_THROW(NotSupportedError, "Device does not support SubgroupBroadcastDynamicId"); in supportedCheck()
275 TCU_THROW(NotSupportedError, "Device does not support VK_EXT_subgroup_size_control extension"); in supportedCheck()
287 …TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup… in supportedCheck()
290 TCU_THROW(NotSupportedError, "Device does not support full subgroups in compute shaders"); in supportedCheck()
304 TCU_THROW(NotSupportedError, "Unsupported subgroup size"); in supportedCheck()
[all …]
DvktSubgroupsShapeTests.cpp450 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
454 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in supportedCheck()
461 …TCU_THROW(NotSupportedError, "Subgroup shape tests require that clustered operations are supported… in supportedCheck()
469 TCU_THROW(NotSupportedError, "Subgroup shape tests require that quad operations are supported!"); in supportedCheck()
476 TCU_THROW(NotSupportedError, "Device does not support VK_EXT_subgroup_size_control extension"); in supportedCheck()
488 …TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup… in supportedCheck()
491 TCU_THROW(NotSupportedError, "Device does not support full subgroups in compute shaders"); in supportedCheck()
504 TCU_THROW(NotSupportedError, "Required subgroup size is not supported for shader stage"); in supportedCheck()
527 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
611 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
[all …]
DvktSubgroupsQuadTests.cpp210 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
213 TCU_THROW(NotSupportedError, "Device does not support subgroup quad operations"); in supportedCheck()
216 …TCU_THROW(NotSupportedError, "Device does not support the specified format in subgroup operations"… in supportedCheck()
219 TCU_THROW(NotSupportedError, "Device does not support SubgroupBroadcastDynamicId"); in supportedCheck()
224 TCU_THROW(NotSupportedError, "Device does not support VK_EXT_subgroup_size_control extension"); in supportedCheck()
236 …TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup… in supportedCheck()
239 TCU_THROW(NotSupportedError, "Device does not support full subgroups in compute shaders"); in supportedCheck()
252 TCU_THROW(NotSupportedError, "Required subgroup size is not supported for shader stage"); in supportedCheck()
273 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
360 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
[all …]
DvktSubgroupsClusteredTests.cpp168 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
171 TCU_THROW(NotSupportedError, "Device does not support subgroup clustered operations"); in supportedCheck()
174 …TCU_THROW(NotSupportedError, "Device does not support the specified format in subgroup operations"… in supportedCheck()
179 TCU_THROW(NotSupportedError, "Device does not support VK_EXT_subgroup_size_control extension"); in supportedCheck()
191 …TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup… in supportedCheck()
194 TCU_THROW(NotSupportedError, "Device does not support full subgroups in compute shaders"); in supportedCheck()
207 TCU_THROW(NotSupportedError, "Required subgroup size is not supported for shader stage"); in supportedCheck()
228 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
315 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
321 TCU_THROW(NotSupportedError, "Subgroup operations are not supported for any graphic shader"); in test()
DvktSubgroupsBuiltinMaskVarTests.cpp1318 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
1323 TCU_THROW(NotSupportedError, "Device does not support VK_EXT_subgroup_size_control extension"); in supportedCheck()
1335 …TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup… in supportedCheck()
1338 TCU_THROW(NotSupportedError, "Device does not support full subgroups in compute shaders"); in supportedCheck()
1351 TCU_THROW(NotSupportedError, "Required subgroup size is not supported for shader stage"); in supportedCheck()
1372 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
1378 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in noSSBOtest()
1394 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in test()
1453 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
1459 TCU_THROW(NotSupportedError, "Subgroup operations are not supported for any graphic shader"); in test()
DvktSubgroupsBallotMasksTests.cpp399 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
403 TCU_THROW(NotSupportedError, "Device does not support VK_EXT_shader_subgroup_ballot extension"); in supportedCheck()
407 TCU_THROW(NotSupportedError, "Int64 is not supported"); in supportedCheck()
412 TCU_THROW(NotSupportedError, "Device does not support VK_EXT_subgroup_size_control extension"); in supportedCheck()
424 …TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup… in supportedCheck()
427 TCU_THROW(NotSupportedError, "Device does not support full subgroups in compute shaders"); in supportedCheck()
440 TCU_THROW(NotSupportedError, "Required subgroup size is not supported for shader stage"); in supportedCheck()
462 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
534 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
540 TCU_THROW(NotSupportedError, "Subgroup operations are not supported for any graphic shader"); in test()
DvktSubgroupsBallotTests.cpp906 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
910 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in supportedCheck()
915 TCU_THROW(NotSupportedError, "Device does not support VK_EXT_shader_subgroup_ballot extension"); in supportedCheck()
920 TCU_THROW(NotSupportedError, "Device does not support int64 data types"); in supportedCheck()
926 TCU_THROW(NotSupportedError, "Device does not support VK_EXT_subgroup_size_control extension"); in supportedCheck()
938 …TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup… in supportedCheck()
941 TCU_THROW(NotSupportedError, "Device does not support full subgroups in compute shaders"); in supportedCheck()
954 TCU_THROW(NotSupportedError, "Required subgroup size is not supported for shader stage"); in supportedCheck()
976 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
1062 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
[all …]
DvktSubgroupsBallotOtherTests.cpp468 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
472 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in supportedCheck()
478 TCU_THROW(NotSupportedError, "Device does not support VK_EXT_subgroup_size_control extension"); in supportedCheck()
490 …TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup… in supportedCheck()
493 TCU_THROW(NotSupportedError, "Device does not support full subgroups in compute shaders"); in supportedCheck()
506 TCU_THROW(NotSupportedError, "Required subgroup size is not supported for shader stage"); in supportedCheck()
528 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
600 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
606 TCU_THROW(NotSupportedError, "Subgroup operations are not supported for any graphic shader"); in test()
DvktSubgroupsArithmeticTests.cpp249 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
252 TCU_THROW(NotSupportedError, "Device does not support subgroup arithmetic operations"); in supportedCheck()
255 …TCU_THROW(NotSupportedError, "Device does not support the specified format in subgroup operations"… in supportedCheck()
260 TCU_THROW(NotSupportedError, "Device does not support VK_EXT_subgroup_size_control extension"); in supportedCheck()
272 …TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup… in supportedCheck()
275 TCU_THROW(NotSupportedError, "Device does not support full subgroups in compute shaders"); in supportedCheck()
288 TCU_THROW(NotSupportedError, "Required subgroup size is not supported for shader stage"); in supportedCheck()
309 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
396 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
402 TCU_THROW(NotSupportedError, "Subgroup operations are not supported for any graphic shader"); in test()
DvktSubgroupsShuffleTests.cpp447 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
455 TCU_THROW(NotSupportedError, "Device does not support subgroup shuffle operations"); in supportedCheck()
461 TCU_THROW(NotSupportedError, "Device does not support subgroup shuffle relative operations"); in supportedCheck()
467 …TCU_THROW(NotSupportedError, "Device does not support the specified format in subgroup operations"… in supportedCheck()
472 TCU_THROW(NotSupportedError, "Device does not support VK_EXT_subgroup_size_control extension"); in supportedCheck()
484 …TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup… in supportedCheck()
487 TCU_THROW(NotSupportedError, "Device does not support full subgroups in compute shaders"); in supportedCheck()
500 TCU_THROW(NotSupportedError, "Required subgroup size is not supported for shader stage"); in supportedCheck()
523 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
621 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBase.cpp89 TCU_THROW(NotSupportedError, notSupportedString.c_str()); in validateImageSize()
108 TCU_THROW(NotSupportedError, notSupportedString.c_str()); in validateImageFeatureFlags()
137 TCU_THROW(NotSupportedError, notSupportedString.c_str()); in validateImageInfo()
148 TCU_THROW(NotSupportedError, notSupportedString.c_str()); in validateImageInfo()
159 TCU_THROW(NotSupportedError, notSupportedString.c_str()); in validateImageInfo()
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsShuffleTests.cpp427 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
435 TCU_THROW(NotSupportedError, "Device does not support subgroup shuffle operations"); in supportedCheck()
441 TCU_THROW(NotSupportedError, "Device does not support subgroup shuffle relative operations"); in supportedCheck()
448 TCU_THROW(NotSupportedError, "Device does not support subgroup double operations"); in supportedCheck()
466 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
504 TCU_THROW(NotSupportedError, "Device does not support subgroup shuffle operations"); in test()
510 TCU_THROW(NotSupportedError, "Device does not support subgroup shuffle relative operations"); in test()
517 TCU_THROW(NotSupportedError, "Device does not support subgroup double operations"); in test()
554 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
560 TCU_THROW(NotSupportedError, "Subgroup operations are not supported for any graphic shader"); in test()
DglcSubgroupsShapeTests.cpp430 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
434 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in supportedCheck()
441 …TCU_THROW(NotSupportedError, "Subgroup shape tests require that clustered operations are supported… in supportedCheck()
449 TCU_THROW(NotSupportedError, "Subgroup shape tests require that quad operations are supported!"); in supportedCheck()
469 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
516 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
522 TCU_THROW(NotSupportedError, "Subgroup operations are not supported for any graphic shader"); in test()
DglcSubgroupsBuiltinMaskVarTests.cpp373 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
389 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
395 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in noSSBOtest()
411 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in test()
433 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
439 TCU_THROW(NotSupportedError, "Subgroup operations are not supported for any graphic shader"); in test()
DglcSubgroupsBallotBroadcastTests.cpp407 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
411 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in supportedCheck()
417 TCU_THROW(NotSupportedError, "Device does not support subgroup double operations"); in supportedCheck()
435 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
473 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in test()
494 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
500 TCU_THROW(NotSupportedError, "Subgroup operations are not supported for any graphic shader"); in test()
/external/deqp/modules/egl/
DteglVGRenderUtil.cpp65 TCU_THROW(NotSupportedError, "OpenVG is not supported");
72 TCU_THROW(NotSupportedError, "OpenVG is not supported");
77 TCU_THROW(NotSupportedError, "OpenVG is not supported");
DteglGLES1RenderUtil.cpp67 TCU_THROW(NotSupportedError, "OpenGL ES 1.x is not supported");
74 TCU_THROW(NotSupportedError, "OpenGL ES 1.x is not supported");
79 TCU_THROW(NotSupportedError, "OpenGL ES 1.x is not supported");
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp139 throw NotSupportedError("Requested OpenGL profile is not supported in CGL"); in getCGLProfile()
146 throw NotSupportedError("Requested OpenGL version is not supported in CGL"); in getCGLProfile()
177 throw NotSupportedError("No compatible pixel formats found"); in CGLRenderContext()
203 throw tcu::NotSupportedError("OpenGL version not supported"); in CGLRenderContext()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageAlignedMipSize.cpp96 TCU_THROW(NotSupportedError, "Image size not supported for device"); in checkSupport()
100 TCU_THROW(NotSupportedError, "Sparse residency for image type is not supported"); in checkSupport()
108 TCU_THROW(NotSupportedError, "sparseImageInt64Atomics is not supported for device"); in checkSupport()
175 TCU_THROW(NotSupportedError, "The image format does not support sparse operations"); in iterate()
188 TCU_THROW(NotSupportedError, "Image format does not support sparse operations"); in iterate()
215 …TCU_THROW(NotSupportedError, "Not supported image aspect - the test supports currently only VK_IMA… in iterate()

12345678910>>...26