/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiAcquireDrmDisplayTests.cpp | 156 TCU_THROW(NotSupportedError, "Drm not supported."); in iterate() 175 TCU_THROW(NotSupportedError, "Instance extension not supported."); in createInstanceWithAcquireDrmDisplay() 202 TCU_THROW(NotSupportedError, "No DRM primary device."); in getDrmFdPtr() 209 TCU_THROW(NotSupportedError, "No DRM node."); in getDrmFdPtr() 225 TCU_THROW(NotSupportedError, "Could not get DRM resources."); in getConnectedConnectorId() 252 TCU_THROW(NotSupportedError, "Could not get DRM resources or connector."); in getValidCrtcId() 294 TCU_THROW(NotSupportedError, "Could not open DRM."); in testGetDrmDisplayEXT() 299 TCU_THROW(NotSupportedError, "Could not find a DRM connector."); in testGetDrmDisplayEXT() 323 TCU_THROW(NotSupportedError, "Could not open DRM."); in testGetDrmDisplayEXTInvalidFd() 328 TCU_THROW(NotSupportedError, "Could not find a DRM connector."); in testGetDrmDisplayEXTInvalidFd() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
D | vktWsiAcquireDrmDisplayTests.cpp | 156 TCU_THROW(NotSupportedError, "Drm not supported."); in iterate() 175 TCU_THROW(NotSupportedError, "Instance extension not supported."); in createInstanceWithAcquireDrmDisplay() 202 TCU_THROW(NotSupportedError, "No DRM primary device."); in getDrmFdPtr() 209 TCU_THROW(NotSupportedError, "No DRM node."); in getDrmFdPtr() 225 TCU_THROW(NotSupportedError, "Could not get DRM resources."); in getConnectedConnectorId() 252 TCU_THROW(NotSupportedError, "Could not get DRM resources or connector."); in getValidCrtcId() 294 TCU_THROW(NotSupportedError, "Could not open DRM."); in testGetDrmDisplayEXT() 299 TCU_THROW(NotSupportedError, "Could not find a DRM connector."); in testGetDrmDisplayEXT() 323 TCU_THROW(NotSupportedError, "Could not open DRM."); in testGetDrmDisplayEXTInvalidFd() 328 TCU_THROW(NotSupportedError, "Could not find a DRM connector."); in testGetDrmDisplayEXTInvalidFd() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDefs.cpp | 59 NotSupportedError::NotSupportedError (VkResult error, const char* message, const char* expr, const … in NotSupportedError() function in vk::NotSupportedError 60 : tcu::NotSupportedError (message, expr, file, line) in NotSupportedError() 65 NotSupportedError::NotSupportedError (VkResult error, const std::string& message) in NotSupportedError() function in vk::NotSupportedError 66 : tcu::NotSupportedError (message) in NotSupportedError() 71 NotSupportedError::~NotSupportedError (void) throw() in ~NotSupportedError() 118 checkResult<NotSupportedError>(result, msg, file, line); in checkResultSupported()
|
/third_party/vk-gl-cts/framework/egl/ |
D | egluNativeWindow.cpp | 41 …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()
|
D | egluNativePixmap.cpp | 41 …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()
|
D | egluGLUtil.cpp | 105 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()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuDefs.cpp | 135 NotSupportedError::NotSupportedError (const char* message, const char* expr, const char* file, int … in NotSupportedError() function in tcu::NotSupportedError 140 NotSupportedError::NotSupportedError (const std::string& message, const char* expr, const char* fil… in NotSupportedError() function in tcu::NotSupportedError 145 NotSupportedError::NotSupportedError (const std::string& message) in NotSupportedError() function in tcu::NotSupportedError
|
D | tcuDefs.hpp | 113 class NotSupportedError : public TestException class 116 NotSupportedError (const char* message, const char* expr, const char* file, int line); 117 NotSupportedError (const std::string& message, const char* expr, const char* file, int line); 118 NotSupportedError (const std::string& message); 119 virtual ~NotSupportedError (void) throw() {} in ~NotSupportedError()
|
D | tcuPlatform.cpp | 44 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSpecConstantUtil.cpp | 85 TCU_THROW(NotSupportedError, "8-bit integers not supported in shaders"); in requireFeatures() 88 TCU_THROW(NotSupportedError, "16-bit floats not supported in shaders"); in requireFeatures() 96 TCU_THROW(NotSupportedError, "16-bit access in storage buffers not supported"); in requireFeatures() 103 TCU_THROW(NotSupportedError, "8-bit access in storage buffers not supported"); in requireFeatures()
|
D | vktPipelineMultisampleBase.cpp | 89 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineSpecConstantUtil.cpp | 85 TCU_THROW(NotSupportedError, "8-bit integers not supported in shaders"); in requireFeatures() 88 TCU_THROW(NotSupportedError, "16-bit floats not supported in shaders"); in requireFeatures() 96 TCU_THROW(NotSupportedError, "16-bit access in storage buffers not supported"); in requireFeatures() 103 TCU_THROW(NotSupportedError, "8-bit access in storage buffers not supported"); in requireFeatures()
|
D | vktPipelineMultisampleBase.cpp | 89 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()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsShuffleTests.cpp | 427 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()
|
D | glcSubgroupsShapeTests.cpp | 430 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()
|
D | glcSubgroupsBuiltinMaskVarTests.cpp | 373 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
D | vktMemoryModelMessagePassing.cpp | 182 TCU_THROW(NotSupportedError, "Vulkan 1.1 not supported"); in checkSupport() 189 TCU_THROW(NotSupportedError, "vulkanMemoryModel not supported"); in checkSupport() 194 TCU_THROW(NotSupportedError, "vulkanMemoryModelDeviceScope not supported"); in checkSupport() 216 TCU_THROW(NotSupportedError, "Subgroup features not supported"); in checkSupport() 235 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in checkSupport() 242 TCU_THROW(NotSupportedError, "64-bit integer in shaders not supported"); in checkSupport() 247 TCU_THROW(NotSupportedError, "64-bit integer buffer atomics not supported"); in checkSupport() 252 TCU_THROW(NotSupportedError, "64-bit integer shared atomics not supported"); in checkSupport() 259 TCU_THROW(NotSupportedError, "Missing extension: VK_EXT_shader_atomic_float"); in checkSupport() 264 …TCU_THROW(NotSupportedError, "VkShaderAtomicFloat32: 32-bit floating point buffer atomic operation… in checkSupport() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
D | vktMemoryModelMessagePassing.cpp | 182 TCU_THROW(NotSupportedError, "Vulkan 1.1 not supported"); in checkSupport() 189 TCU_THROW(NotSupportedError, "vulkanMemoryModel not supported"); in checkSupport() 194 TCU_THROW(NotSupportedError, "vulkanMemoryModelDeviceScope not supported"); in checkSupport() 216 TCU_THROW(NotSupportedError, "Subgroup features not supported"); in checkSupport() 235 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in checkSupport() 242 TCU_THROW(NotSupportedError, "64-bit integer in shaders not supported"); in checkSupport() 247 TCU_THROW(NotSupportedError, "64-bit integer buffer atomics not supported"); in checkSupport() 252 TCU_THROW(NotSupportedError, "64-bit integer shared atomics not supported"); in checkSupport() 259 TCU_THROW(NotSupportedError, "Missing extension: VK_EXT_shader_atomic_float"); in checkSupport() 264 …TCU_THROW(NotSupportedError, "VkShaderAtomicFloat32: 32-bit floating point buffer atomic operation… in checkSupport() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
D | vktMeshShaderUtil.cpp | 93 TCU_THROW(NotSupportedError, "Task shader not supported"); in checkTaskMeshShaderSupportNV() 96 TCU_THROW(NotSupportedError, "Mesh shader not supported"); in checkTaskMeshShaderSupportNV() 108 TCU_THROW(NotSupportedError, "Task shader not supported"); in checkTaskMeshShaderSupportEXT() 111 TCU_THROW(NotSupportedError, "Mesh shader not supported"); in checkTaskMeshShaderSupportEXT()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderUtil.cpp | 93 TCU_THROW(NotSupportedError, "Task shader not supported"); in checkTaskMeshShaderSupportNV() 96 TCU_THROW(NotSupportedError, "Mesh shader not supported"); in checkTaskMeshShaderSupportNV() 108 TCU_THROW(NotSupportedError, "Task shader not supported"); in checkTaskMeshShaderSupportEXT() 111 TCU_THROW(NotSupportedError, "Mesh shader not supported"); in checkTaskMeshShaderSupportEXT()
|
/third_party/vk-gl-cts/framework/platform/lnx/ |
D | tcuLnxVulkanPlatform.cpp | 277 TCU_THROW(NotSupportedError, "No DRM primary device."); in initializeDisplay() 285 TCU_THROW(NotSupportedError, "No DRM node."); in initializeDisplay() 289 TCU_THROW(NotSupportedError, "Could not open DRM."); in initializeDisplay() 296 TCU_THROW(NotSupportedError, "Could not get DRM resources."); in initializeDisplay() 308 TCU_THROW(NotSupportedError, "Could not find a DRM connector."); in initializeDisplay() 316 TCU_THROW(NotSupportedError, "vkGetDrmDisplayEXT did not set display."); in initializeDisplay() 383 throw NotSupportedError("This display type is not available: ", NULL, __FILE__, __LINE__); in createWsiDisplay() 410 TCU_THROW(NotSupportedError, "WSI type not supported"); in createWsiDisplay()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsBallotBroadcastTests.cpp | 264 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck() 267 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in supportedCheck() 270 …TCU_THROW(NotSupportedError, "Device does not support the specified format in subgroup operations"… in supportedCheck() 277 TCU_THROW(NotSupportedError, "Device does not support int64 data types"); in supportedCheck() 281 TCU_THROW(NotSupportedError, "Device does not support SubgroupBroadcastDynamicId"); in supportedCheck() 296 …TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup… in supportedCheck() 299 TCU_THROW(NotSupportedError, "Device does not support full subgroups in compute shaders"); in supportedCheck() 304 TCU_THROW(NotSupportedError, "Unsupported subgroup size"); in supportedCheck() 308 TCU_THROW(NotSupportedError, "Required subgroup size is not supported for shader stage"); in supportedCheck() 327 TCU_THROW(NotSupportedError, "Task shaders not supported"); in supportedCheck()
|
D | vktSubgroupsShapeTests.cpp | 230 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck() 234 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in supportedCheck() 241 …TCU_THROW(NotSupportedError, "Subgroup shape tests require that clustered operations are supported… in supportedCheck() 249 TCU_THROW(NotSupportedError, "Subgroup shape tests require that quad operations are supported!"); in supportedCheck() 266 …TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup… in supportedCheck() 269 TCU_THROW(NotSupportedError, "Device does not support full subgroups in compute shaders"); in supportedCheck() 272 TCU_THROW(NotSupportedError, "Required subgroup size is not supported for shader stage"); in supportedCheck() 291 TCU_THROW(NotSupportedError, "Task shaders not supported"); in supportedCheck()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
D | vktSubgroupsBallotBroadcastTests.cpp | 264 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck() 267 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in supportedCheck() 270 …TCU_THROW(NotSupportedError, "Device does not support the specified format in subgroup operations"… in supportedCheck() 277 TCU_THROW(NotSupportedError, "Device does not support int64 data types"); in supportedCheck() 281 TCU_THROW(NotSupportedError, "Device does not support SubgroupBroadcastDynamicId"); in supportedCheck() 296 …TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup… in supportedCheck() 299 TCU_THROW(NotSupportedError, "Device does not support full subgroups in compute shaders"); in supportedCheck() 304 TCU_THROW(NotSupportedError, "Unsupported subgroup size"); in supportedCheck() 308 TCU_THROW(NotSupportedError, "Required subgroup size is not supported for shader stage"); in supportedCheck() 327 TCU_THROW(NotSupportedError, "Task shaders not supported"); in supportedCheck()
|
D | vktSubgroupsShapeTests.cpp | 230 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck() 234 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in supportedCheck() 241 …TCU_THROW(NotSupportedError, "Subgroup shape tests require that clustered operations are supported… in supportedCheck() 249 TCU_THROW(NotSupportedError, "Subgroup shape tests require that quad operations are supported!"); in supportedCheck() 266 …TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup… in supportedCheck() 269 TCU_THROW(NotSupportedError, "Device does not support full subgroups in compute shaders"); in supportedCheck() 272 TCU_THROW(NotSupportedError, "Required subgroup size is not supported for shader stage"); in supportedCheck() 291 TCU_THROW(NotSupportedError, "Task shaders not supported"); in supportedCheck()
|