Home
last modified time | relevance | path

Searched refs:TCU_THROW (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/deqp/external/vulkancts/framework/vulkan/
DvkSpirVAsm.cpp52 TCU_THROW(InternalError, "Unexpected Vulkan Version version requested"); in mapVulkanVersionToSpirvToolsEnv()
66 default: TCU_THROW(InternalError, "Unknown SPIR-V version"); in mapTargetSpvEnvironment()
129 TCU_THROW(InternalError, "Disassembling SPIR-V failed"); in disassembleSpirV()
209 TCU_THROW(NotSupportedError, "SPIR-V assembly not supported (DEQP_HAVE_SPIRV_TOOLS not defined)"); in assembleSpirV()
214TCU_THROW(NotSupportedError, "SPIR-V disassembling not supported (DEQP_HAVE_SPIRV_TOOLS not define… in disassembleSpirV()
219TCU_THROW(NotSupportedError, "SPIR-V validation not supported (DEQP_HAVE_SPIRV_TOOLS not defined)"… in validateSpirV()
DvkPrograms.cpp117 TCU_THROW(InternalError, "Unexpected SPIR-V version requested"); in optimizeCompiledBinary()
315 TCU_THROW(InternalError, "Unknown optimization recipe requested"); in optimizeCompiledBinary()
323 TCU_THROW(InternalError, "Optimizer call failed"); in optimizeCompiledBinary()
333 TCU_THROW(InternalError, "SPIR-V endianness translation not supported"); in createProgramBinaryFromSpirV()
351 TCU_THROW(InternalError, "Validation failed for compiled SPIR-V binary"); in validateCompiledBinary()
364 TCU_THROW(InternalError, "Validation failed for compiled SPIR-V binary"); in validateCompiledBinary()
613 TCU_THROW(InternalError, "Compiling GLSL to SPIR-V failed"); in buildProgram()
698 TCU_THROW(InternalError, "Compiling HLSL to SPIR-V failed"); in buildProgram()
763 TCU_THROW(InternalError, "Failed to assemble SPIR-V"); in assembleProgram()
787TCU_THROW(NotSupportedError, "GLSL to SPIR-V compilation not supported (DEQP_HAVE_GLSLANG not defi… in buildProgram()
[all …]
DvkShaderToSpirV.cpp219 TCU_THROW(InternalError, "Linking multiple compilation units is not supported"); in getShaderStageSource()
259 TCU_THROW(InternalError, "Unsupported SPIR-V target version"); in compileShaderToSpirV()
262TCU_THROW(InternalError, "Linking multiple shader stages into a single SPIR-V binary is not suppor… in compileShaderToSpirV()
340 TCU_THROW(InternalError, "Can't compile empty program"); in compileShaderToSpirV()
367TCU_THROW(NotSupportedError, "GLSL to SPIR-V compilation not supported (DEQP_HAVE_GLSLANG not defi… in compileGlslToSpirV()
372TCU_THROW(NotSupportedError, "HLSL to SPIR-V compilation not supported (DEQP_HAVE_GLSLANG not defi… in compileHlslToSpirV()
377 TCU_THROW(NotSupportedError, "SPIR-V stripping not supported (DEQP_HAVE_GLSLANG not defined)"); in stripSpirVDebugInfo()
DvkDeviceUtil.cpp93 TCU_THROW(NotSupportedError, (requiredExtensions[extensionID] + " is not supported").c_str()); in createInstanceWithExtensions()
114 TCU_THROW(NotSupportedError, "No Vulkan devices available"); in chooseDeviceIndex()
118 TCU_THROW(InternalError, "Invalid --deqp-vk-device-id"); in chooseDeviceIndex()
145 TCU_THROW(NotSupportedError, "No Vulkan devices available"); in chooseDevice()
/external/deqp/framework/common/
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()
DtcuStringTemplate.cpp70 TCU_THROW(InternalError, "No '}' found in template parameter"); in specialize()
92 TCU_THROW(InternalError, (string("Unrecognized flag") + paramStr).c_str()); in specialize()
113TCU_THROW(InternalError, (string("Value for parameter '") + paramName + "' not found in map").c_st… in specialize()
/external/deqp/framework/platform/android/
DtcuAndroidInternals.cpp43 TCU_THROW(NotSupportedError, ("Unable to look up symbol from shared object: " + symname).c_str()); in setFuncPtr()
96 TCU_THROW(NotSupportedError, "ABI not supported"); in callConstructor4()
123 TCU_THROW(NotSupportedError, "ABI not supported"); in callDestructor()
180 TCU_THROW(ResourceError, "Could not alloc for GraphicBuffer"); in createGraphicBuffer()
199TCU_THROW(NotSupportedError, ("GraphicBuffer ctor failed, initCheck returned " + de::toString(ctor… in createGraphicBuffer()
208 TCU_THROW(NotSupportedError, "GraphicBuffer layout unexpected"); in createGraphicBuffer()
217 TCU_THROW(NotSupportedError, "GraphicBuffer version unexpected"); in createGraphicBuffer()
DtcuAndroidPlatformCapabilityQueryJNI.cpp67 TCU_THROW(Exception, "failed to parse command line"); in GLConfigParser()
110 TCU_THROW(Exception, "minor and major version must be supplied"); in parseRenderConfig()
134 TCU_THROW(Exception, "could not get default display"); in isRenderConfigSupported()
140 TCU_THROW(Exception, "failed to initialize egl"); in isRenderConfigSupported()
/external/deqp/framework/egl/
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()
136TCU_THROW(NotSupportedError, "EGL_KHR_create_context is required for creating robust/debug/forward… in createGLContext()
146TCU_THROW(NotSupportedError, "EGL_EXT_create_context_robustness is required for creating robust co… in createGLContext()
169 TCU_THROW(InternalError, "Only OpenGL core contexts can be forward-compatible"); in createGLContext()
184TCU_THROW(NotSupportedError, "EGL 1.5 or EGL_EXT_create_context_robustness is required for creatin… in createGLContext()
191 TCU_THROW(InternalError, "Unknown reset notification strategy"); in createGLContext()
DegluNativeDisplay.cpp66 TCU_THROW(NotSupportedError, "eglu::NativeDisplay can't be used with eglGetDisplay()"); in getLegacyNative()
74TCU_THROW(NotSupportedError, "eglu::NativeDisplay can't be used with eglGetPlatformDisplay or eglG… in getPlatformNative()
82TCU_THROW(NotSupportedError, "eglu::NativeDisplay can't be used with eglGetPlatformDisplay or eglG… in getPlatformAttributes()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsShuffleTests.cpp432 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
440 TCU_THROW(NotSupportedError, "Device does not support subgroup shuffle operations"); in supportedCheck()
446 TCU_THROW(NotSupportedError, "Device does not support subgroup shuffle relative operations"); in supportedCheck()
453 TCU_THROW(NotSupportedError, "Device does not support subgroup double operations"); in supportedCheck()
471 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
495 TCU_THROW(InternalError, "Unhandled shader stage"); in noSSBOtest()
507 TCU_THROW(NotSupportedError, "Device does not support subgroup shuffle operations"); in test()
513 TCU_THROW(NotSupportedError, "Device does not support subgroup shuffle relative operations"); in test()
520 TCU_THROW(NotSupportedError, "Device does not support subgroup double operations"); in test()
563 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
[all …]
DvktSubgroupsShapeTests.cpp439 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
443 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in supportedCheck()
450TCU_THROW(NotSupportedError, "Subgroup shape tests require that clustered operations are supported… in supportedCheck()
458 TCU_THROW(NotSupportedError, "Subgroup shape tests require that quad operations are supported!"); in supportedCheck()
478 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
491 TCU_THROW(InternalError, "Unhandled shader stage"); in noSSBOtest()
533 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
539 TCU_THROW(NotSupportedError, "Subgroup operations are not supported for any graphic shader"); in test()
DvktSubgroupsBallotBroadcastTests.cpp415 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
419 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in supportedCheck()
425 TCU_THROW(NotSupportedError, "Device does not support subgroup double operations"); in supportedCheck()
443 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
462 TCU_THROW(InternalError, "Unhandled shader stage"); in noSSBOtest()
481 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in test()
509 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
515 TCU_THROW(NotSupportedError, "Subgroup operations are not supported for any graphic shader"); in test()
DvktSubgroupsBallotOtherTests.cpp472 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
476 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in supportedCheck()
494 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
505 TCU_THROW(InternalError, "Unhandled shader stage"); in noSSBOtest()
538 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
544 TCU_THROW(NotSupportedError, "Subgroup operations are not supported for any graphic shader"); in test()
DvktSubgroupsBallotTests.cpp885 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
889 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in supportedCheck()
907 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
926 TCU_THROW(InternalError, "Unhandled shader stage"); in noSSBOtest()
965 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
971 TCU_THROW(NotSupportedError, "Subgroup operations are not supported for any graphic shader"); in test()
DvktSubgroupsBuiltinMaskVarTests.cpp1340 TCU_THROW(NotSupportedError, "Subgroup operations are not supported"); in supportedCheck()
1356 TCU_THROW(NotSupportedError, "Device does not support subgroup operations for this stage"); in noSSBOtest()
1362 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in noSSBOtest()
1378 TCU_THROW(NotSupportedError, "Device does not support subgroup ballot operations"); in test()
1408 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes"); in test()
1414 TCU_THROW(NotSupportedError, "Subgroup operations are not supported for any graphic shader"); in test()
/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()
138 TCU_THROW(NotSupportedError, notSupportedString.c_str()); in validateImageInfo()
149 TCU_THROW(NotSupportedError, notSupportedString.c_str()); in validateImageInfo()
160 TCU_THROW(NotSupportedError, notSupportedString.c_str()); in validateImageInfo()
/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");
DteglSyncTests.cpp218 TCU_THROW(NotSupportedError, "GL_OES_EGL_sync not supported"); in requiredGLESExtensions()
279 TCU_THROW(NotSupportedError, "EGL_KHR_reusable_sync not supported"); in init()
359 TCU_THROW(NotSupportedError, "Required extensions not supported"); in iterate()
411 TCU_THROW(NotSupportedError, "Required extensions not supported"); in iterate()
471 TCU_THROW(NotSupportedError, "Required extensions not supported"); in iterate()
533 TCU_THROW(NotSupportedError, "Required extensions not supported"); in iterate()
597 TCU_THROW(NotSupportedError, "Required extensions not supported"); in iterate()
661 TCU_THROW(NotSupportedError, "Required extensions not supported"); in iterate()
723 TCU_THROW(NotSupportedError, "Required extensions not supported"); in iterate()
806 TCU_THROW(NotSupportedError, "Required extensions not supported"); in iterate()
[all …]
/external/deqp/framework/platform/win32/
DtcuWin32Window.cpp72 TCU_THROW(ResourceError, "Failed to create Win32 window"); in Window()
114 TCU_THROW(TestError, "AdjustWindowRect() failed"); in setSize()
119 TCU_THROW(TestError, "SetWindowPos() failed"); in setSize()
126 TCU_THROW(TestError, "GetClientRect() failed"); in getSize()
DtcuWGL.cpp297 TCU_THROW(ResourceError, "Failed to query number of WGL pixel formats"); in getPixelFormats()
334 TCU_THROW(ResourceError, "Pixel format query failed"); in getPixelFormatAttribs()
439 TCU_THROW(NotSupportedError, "Unsupported context type for WGL"); in Context()
457 TCU_THROW(InternalError, "Only OpenGL core contexts can be forward-compatible"); in Context()
476TCU_THROW(NotSupportedError, "WGL_ARB_create_context_no_error is required for creating no-error co… in Context()
495 TCU_THROW(InternalError, "Unknown reset notification strategy"); in Context()
521 TCU_THROW(ResourceError, "Failed to create WGL context"); in Context()
526 TCU_THROW(ResourceError, "wglMakeCurrent() failed"); in Context()
556 TCU_THROW(ResourceError, "wglMakeCurrent() failed"); in makeCurrent()
563 TCU_THROW(ResourceError, "wglSwapBuffers() failed"); in swapBuffers()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmSpirvVersionTests.cpp109 default: TCU_THROW(InternalError, "Invalid operation specified"); in initGraphicsInstanceContext()
232 TCU_THROW(InternalError, "Invalid operation specified"); in SpvAsmComputeSpirvVersionsInstance()
266 TCU_THROW(NotSupportedError, "Specified SPIR-V version is not supported by the device/instance"); in validateVulkanVersion()
334 TCU_THROW(InternalError, "Invalid operation specified"); in initPrograms()
355 TCU_THROW(InternalError, "Invalid operation specified"); in createInstance()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp94TCU_THROW(NotSupportedError, "Sparse binding device group tests not supported with 1 physical devi… in createDeviceSupportingQueues()
110 TCU_THROW(ResourceError, "Device reports an empty set of queue family properties"); in createDeviceSupportingQueues()
118 TCU_THROW(ResourceError, "Device reports an empty set of queue family properties"); in createDeviceSupportingQueues()
135 TCU_THROW(NotSupportedError, "No match found for queue requirements"); in createDeviceSupportingQueues()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp241 TCU_THROW(NotSupportedError, "GLX protocol not supported by X server"); in GlxDisplay()
276 TCU_THROW(NotSupportedError, oss.str().c_str()); in checkGlxVersion()
287 TCU_THROW(NotSupportedError, oss.str().c_str()); in checkGlxExtension()
299 TCU_THROW(ResourceError, "glXGetVisualFromFBConfig() returned NULL"); in GlxVisual()
358 TCU_THROW(InternalError, "Only OpenGL core contexts can be forward-compatible"); in createContext()
377TCU_THROW(NotSupportedError, "GLX_ARB_create_context_no_error is required for creating no-error co… in createContext()
396 TCU_THROW(InternalError, "Unknown reset notification strategy"); in createContext()
646 TCU_THROW(NotSupportedError, "Requested GLX configuration not found or unusable"); in chooseVisual()
681 TCU_THROW(NotSupportedError, "Unsupported surface type"); in createDrawable()

1234567891011