Home
last modified time | relevance | path

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

1234

/external/deqp/external/vulkancts/framework/vulkan/
DvkPrograms.cpp100 TCU_THROW(InternalError, "SPIR-V endianness translation not supported"); in createProgramBinaryFromSpirV()
114 TCU_THROW(InternalError, "Compiling GLSL to SPIR-V failed"); in buildProgram()
125 TCU_THROW(InternalError, "Validation failed for compiled SPIR-V binary"); in buildProgram()
132 TCU_THROW(NotSupportedError, "Unsupported program format"); in buildProgram()
141 TCU_THROW(InternalError, "Failed to assemble SPIR-V"); in assembleProgram()
152 TCU_THROW(InternalError, "Validation failed for assembled SPIR-V binary"); in assembleProgram()
168 TCU_THROW(InternalError, "SPIR-V endianness translation not supported"); in disassembleProgram()
171 TCU_THROW(NotSupportedError, "Unsupported program format"); in disassembleProgram()
187 TCU_THROW(InternalError, "SPIR-V endianness translation not supported"); in validateProgram()
190 TCU_THROW(NotSupportedError, "Unsupported program format"); in validateProgram()
[all …]
DvkSpirVAsm.cpp95 TCU_THROW(InternalError, "Disassembling SPIR-V failed"); in disassembleSpirV()
144 TCU_THROW(NotSupportedError, "SPIR-V assembly not supported (DEQP_HAVE_SPIRV_TOOLS not defined)"); in assembleSpirV()
149TCU_THROW(NotSupportedError, "SPIR-V disassembling not supported (DEQP_HAVE_SPIRV_TOOLS not define… in disassembleSpirV()
154TCU_THROW(NotSupportedError, "SPIR-V validation not supported (DEQP_HAVE_SPIRV_TOOLS not defined)"… in validateSpirV()
DvkDeviceUtil.cpp89 TCU_THROW(NotSupportedError, "No Vulkan devices available"); in chooseDevice()
92 TCU_THROW(InternalError, "Invalid --deqp-vk-device-id"); in chooseDevice()
DvkGlslToSpirV.cpp215TCU_THROW(InternalError, "Linking multiple shader stages into a single SPIR-V binary is not suppor… in compileGlslToSpirV()
271 TCU_THROW(InternalError, "Can't compile empty program"); in compileGlslToSpirV()
278TCU_THROW(NotSupportedError, "GLSL to SPIR-V compilation not supported (DEQP_HAVE_GLSLANG not defi… in compileGlslToSpirV()
DvkWsiPlatform.cpp33 TCU_THROW(InternalError, "resize() called on window not supporting it"); in resize()
DvkPlatform.cpp69 TCU_THROW(NotSupportedError, "WSI not supported"); in createWsiDisplay()
/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()
DtcuDefs.hpp119 #define TCU_THROW(ERRCLASS, MSG) \ macro
129 #define TCU_FAIL(MSG) TCU_THROW(TestError, MSG)
/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()
DtcuAndroidPlatform.cpp257 TCU_THROW(ResourceError, "Native window is not available"); in createWindow()
342 TCU_THROW(NotSupportedError, "WSI type not supported on Android"); in createWsiDisplay()
/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");
DteglClientExtensionTests.cpp141 TCU_THROW(NotSupportedError, "EGL_EXT_client_extensions not supported"); in iterate()
199 TCU_THROW(NotSupportedError, "EGL_EXT_client_extensions not supported"); in iterate()
260 TCU_THROW(NotSupportedError, "EGL_EXT_client_extensions not supported"); in iterate()
DteglCreateSurfaceTests.cpp128 TCU_THROW(NotSupportedError, "Native window doesn't support legacy eglCreateWindowSurface()"); in executeForConfig()
133TCU_THROW(NotSupportedError, "Native window doesn't support eglCreatePlatformWindowSurfaceEXT()"); in executeForConfig()
186 TCU_THROW(NotSupportedError, "Native pixmap doesn't support legacy eglCreatePixmapSurface()"); in executeForConfig()
191TCU_THROW(NotSupportedError, "Native pixmap doesn't support eglCreatePlatformPixmapSurfaceEXT()"); in executeForConfig()
/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()
/external/deqp/framework/egl/
DegluNativeDisplay.cpp61 TCU_THROW(NotSupportedError, "eglu::NativeDisplay can't be used with eglGetDisplay()"); in getLegacyNative()
69 TCU_THROW(NotSupportedError, "eglu::NativeDisplay can't be used with eglGetPlatformDisplay()"); in getPlatformNative()
77 TCU_THROW(NotSupportedError, "eglu::NativeDisplay can't be used with eglGetPlatformDisplay()"); in getPlatformAttributes()
DegluUtil.cpp153 TCU_THROW(NotSupportedError, "No matching EGL config found"); in chooseSingleConfig()
160 TCU_THROW(NotSupportedError, "No matching EGL config found"); in chooseSingleConfig()
222 TCU_THROW(NotSupportedError, "Surface doesn't support pixel density queries"); in getSurfaceResolution()
456TCU_THROW(NotSupportedError, (string("Unsupported or unknown EGL ") + objectTypeName + " type '" +… in selectFactory()
462TCU_THROW(NotSupportedError, (string("No factory supporting EGL '") + objectTypeName + "' type").c… in selectFactory()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp99 TCU_THROW(NotSupportedError, "VK_EXT_debug_report is not supported"); in createInstance()
103 TCU_THROW(NotSupportedError, "No validation layers found"); in createInstance()
119 TCU_THROW(NotSupportedError, "No matching queue found"); in findQueueFamilyIndexWithCaps()
141 TCU_THROW(NotSupportedError, "No validation layers found"); in createDefaultDevice()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp245 TCU_THROW(NotSupportedError, "Sparse bindings feature is not supported"); in iterate()
248 TCU_THROW(NotSupportedError, "Sparse buffer residency feature is not supported"); in iterate()
251 TCU_THROW(NotSupportedError, "Sparse aliased residency feature is not supported"); in iterate()
/external/deqp/modules/gles2/functional/
Des2fDebugMarkerTests.cpp51 TCU_THROW(TestError, "Support for GL_EXT_debug_marker is mandatory on Android"); in checkSupport()
53 TCU_THROW(NotSupportedError, "GL_EXT_debug_marker is not supported"); in checkSupport()
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp227 TCU_THROW(NotSupportedError, "GLX protocol not supported by X server"); in GlxDisplay()
262 TCU_THROW(NotSupportedError, oss.str().c_str()); in checkGlxVersion()
273 TCU_THROW(NotSupportedError, oss.str().c_str()); in checkGlxExtension()
565 TCU_THROW(NotSupportedError, "Requested GLX configuration not found or unusable"); in chooseVisual()
599 TCU_THROW(NotSupportedError, "Unsupported surface type"); in createDrawable()
/external/deqp/modules/gles31/functional/
Des31fShaderMultisampleInterpolationTests.cpp127 TCU_THROW(NotSupportedError, "Test requires GL_OES_shader_multisample_interpolation extension"); in init()
668 TCU_THROW(NotSupportedError, "Test requires GL_OES_shader_multisample_interpolation extension"); in init()
670 TCU_THROW(NotSupportedError, "Non-multisample framebuffer required"); in init()
779 TCU_THROW(NotSupportedError, "Test requires GL_OES_shader_multisample_interpolation extension"); in init()
958 TCU_THROW(NotSupportedError, "Test requires GL_OES_shader_multisample_interpolation extension"); in init()
960 TCU_THROW(NotSupportedError, "Test requires GL_OES_sample_variables extension"); in init()
1231 TCU_THROW(NotSupportedError, "Test requires GL_OES_shader_multisample_interpolation extension"); in init()
1362 TCU_THROW(NotSupportedError, "Test requires GL_OES_shader_multisample_interpolation extension"); in init()
1364 TCU_THROW(NotSupportedError, "Test requires GL_OES_sample_variables extension"); in init()
1482 TCU_THROW(NotSupportedError, "Test requires GL_OES_shader_multisample_interpolation extension"); in init()
Des31fInternalFormatQueryTests.cpp79TCU_THROW(NotSupportedError, "Test requires OES_texture_storage_multisample_2d_array extension or … in init()
83TCU_THROW(NotSupportedError, "Test requires GL_OES_texture_stencil8 extension or a context version… in init()
99 TCU_THROW(NotSupportedError, "The internal format is not supported in a context lower than 3.2"); in iterate()

1234