Home
last modified time | relevance | path

Searched refs:TCU_CHECK_MSG (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp220 TCU_CHECK_MSG(error_code == GL_INVALID_VALUE, in iterate()
232 TCU_CHECK_MSG(error_code == GL_INVALID_VALUE, in iterate()
279 TCU_CHECK_MSG(error_code == GL_INVALID_VALUE, in iterate()
291 TCU_CHECK_MSG(error_code == GL_INVALID_VALUE, in iterate()
483 TCU_CHECK_MSG(gl.getError() == GL_INVALID_ENUM, in iterate()
613 TCU_CHECK_MSG(gl.getError() == GL_INVALID_OPERATION, in iterate()
622 TCU_CHECK_MSG(gl.getError() == GL_INVALID_OPERATION, in iterate()
747 TCU_CHECK_MSG(gl.getError() == GL_INVALID_OPERATION, in iterate()
873 TCU_CHECK_MSG(gl.getError() == GL_INVALID_OPERATION, in iterate()
1010 TCU_CHECK_MSG(gl.getError() == GL_INVALID_OPERATION, in iterate()
[all …]
H A Des31cFramebufferNoAttachmentsTests.cpp126 TCU_CHECK_MSG(gl.checkFramebufferStatus(target) == expected_status, fail_message); in expect_fbo_status()
263TCU_CHECK_MSG(max_values[0] >= 2048, "GL_MAX_FRAMEBUFFER_WIDTH does not meet minimum requirements"… in iterate()
265TCU_CHECK_MSG(max_values[1] >= 2048, "GL_MAX_FRAMEBUFFER_HEIGHT does not meet minimum requirements… in iterate()
267 TCU_CHECK_MSG(max_values[2] >= 4, "GL_MAX_FRAMEBUFFER_SAMPLES does not meet minimum requirements"); in iterate()
336 TCU_CHECK_MSG(get_value == ~0, "failed call to glGetFramebufferParameteriv() " in iterate()
401 TCU_CHECK_MSG(get_value == ~0, "Calling glGetFramebufferParameteriv() with invalid pname " in iterate()
421 TCU_CHECK_MSG(get_value == valid_values[k], in iterate()
452 TCU_CHECK_MSG(get_value == default_values[k], "glGetFramebufferParameteriv() " in iterate()
468 TCU_CHECK_MSG(get_value == default_values[k], "glGetFramebufferParameteriv() " in iterate()
619 TCU_CHECK_MSG(value == expected_value, "Validating draw with imageStore"); in iterate()
H A Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp1198 TCU_CHECK_MSG(gl.getError() == GL_INVALID_ENUM, in iterate()
1206 TCU_CHECK_MSG(gl.getError() == GL_INVALID_ENUM, in iterate()
1254TCU_CHECK_MSG(error_code == GL_INVALID_ENUM, "glGetTexLevelParameteriv() did not generate GL_INVAL… in iterate()
1263TCU_CHECK_MSG(error_code == GL_INVALID_ENUM, "glGetTexLevelParameterfv() did not generate GL_INVAL… in iterate()
1343 TCU_CHECK_MSG(gl.getError() == GL_INVALID_VALUE, in iterate()
1350 TCU_CHECK_MSG(gl.getError() == GL_INVALID_VALUE, in iterate()
H A Des31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp187 TCU_CHECK_MSG(gl.getError() == GL_INVALID_OPERATION, in iterate()
831 TCU_CHECK_MSG(gl.getError() == GL_INVALID_OPERATION, in iterate()
843 TCU_CHECK_MSG(gl.getError() == GL_INVALID_ENUM, in iterate()
981 TCU_CHECK_MSG(gl.getError() == GL_INVALID_OPERATION, in iterate()
1120 TCU_CHECK_MSG(gl.getError() == GL_INVALID_OPERATION, in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fProgramStateQueryTests.cpp155 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate()
172 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate()
188 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate()
278 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate()
297 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate()
316 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate()
506 TCU_CHECK_MSG(program.isOk(), "failed to build program"); in iterate()
517 TCU_CHECK_MSG(program.isOk(), "failed to build program"); in iterate()
528 TCU_CHECK_MSG(program.isOk(), "failed to build program"); in iterate()
597 TCU_CHECK_MSG(program.isOk(), "failed to build program"); in iterate()
[all …]
H A Des31fShaderBuiltinConstantTests.cpp66TCU_CHECK_MSG(value%4 == 0, ("Expected " + glu::getGettableStateStr((int)pname).toString() + " to … in getVectorsFromComps()
H A Des31fIndirectComputeDispatchTests.cpp350 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate()
H A Des31fAtomicCounterTests.cpp997 TCU_CHECK_MSG(false, "Mapped buffer corrupted"); in iterate()
1017 TCU_CHECK_MSG(false, "Mapped buffer corrupted"); in iterate()
H A Des31fOpaqueTypeIndexingTests.cpp102 TCU_CHECK_MSG(loc >= 0, ("No location assigned for uniform '" + varName + "'").c_str()); in uploadUniformIndices()
551TCU_CHECK_MSG(samplerLoc >= 0, (string("No location for uniform '") + samplerName + "' found").c_s… in iterate()
H A Des31fDebugTests.cpp792 TCU_CHECK_MSG(msgLen >= 0, "Negative message length"); in expectMessage()
793 TCU_CHECK_MSG(msgLen < 100000, "Excessively long message"); in expectMessage()
1618 TCU_CHECK_MSG(msgLen >= 0, "Negative message length"); in fetchLogMessages()
1619 TCU_CHECK_MSG(msgLen < 100000, "Excessively long message"); in fetchLogMessages()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cTextureFilterMinmaxTests.cpp552TCU_CHECK_MSG(params == GL_WEIGHTED_AVERAGE_ARB, "getSamplerParameteriv value mismatch with expect… in testReductionModeQueriesDefaultValues()
561TCU_CHECK_MSG(params == GL_WEIGHTED_AVERAGE_ARB, "getTexParameteriv value mismatch with expected d… in testReductionModeQueriesDefaultValues()
565TCU_CHECK_MSG(params == GL_WEIGHTED_AVERAGE_ARB, "getTexParameterIiv value mismatch with expected … in testReductionModeQueriesDefaultValues()
578TCU_CHECK_MSG(params == GL_WEIGHTED_AVERAGE_ARB, "getTextureParameteriv value mismatch with expect… in testReductionModeQueriesDefaultValues()
582TCU_CHECK_MSG(params == GL_WEIGHTED_AVERAGE_ARB, "getTextureParameterIiv value mismatch with expec… in testReductionModeQueriesDefaultValues()
699TCU_CHECK_MSG(reductionModeTexelSumMap[GL_MIN] < reductionModeTexelSumMap[GL_WEIGHTED_AVERAGE_ARB], in iterate()
702TCU_CHECK_MSG(reductionModeTexelSumMap[GL_MAX] > reductionModeTexelSumMap[GL_WEIGHTED_AVERAGE_ARB], in iterate()
803 TCU_CHECK_MSG(params, "GetInternalformativ incorrect value"); in iterate()
H A Dgl4cShaderBallotTests.cpp595 TCU_CHECK_MSG(validationResult, "Bitmask value is not correct"); in iterate()
671 TCU_CHECK_MSG(validationResult, "Value returned from ballotARB function is not correct"); in iterate()
747 TCU_CHECK_MSG(validationResult, "Read functions result is not correct"); in iterate()
H A Dgl4cShaderViewportLayerArrayTests.cpp418 TCU_CHECK_MSG(validationResult, "Expected pixel color did not match rendered one."); in iterate()
518 TCU_CHECK_MSG(validationResult, "Expected pixel color did not match rendered one."); in iterate()
H A Dgl4cShaderAtomicCounterOpsTests.cpp603 TCU_CHECK_MSG(operationValueValid, operationFailMsg.c_str()); in iterate()
608 TCU_CHECK_MSG(returnValueValid, returnFailMsg.c_str()); in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/egl/
H A DteglWideColorTests.cpp412 TCU_CHECK_MSG(components[0] == 10, "Missing 10bit deep red channel"); in check1010102Support()
413 TCU_CHECK_MSG(components[1] == 10, "Missing 10bit deep green channel"); in check1010102Support()
414 TCU_CHECK_MSG(components[2] == 10, "Missing 10bit deep blue channel"); in check1010102Support()
415 TCU_CHECK_MSG(components[3] == 2, "Missing 2bit deep alpha channel"); in check1010102Support()
463 TCU_CHECK_MSG(success == EGL_TRUE, "eglGetConfigAttrib failed"); in checkFP16Support()
466 TCU_CHECK_MSG(success == EGL_TRUE, "eglGetConfigAttrib failed"); in checkFP16Support()
469 TCU_CHECK_MSG(success == EGL_TRUE, "eglGetConfigAttrib failed"); in checkFP16Support()
472 TCU_CHECK_MSG(success == EGL_TRUE, "eglGetConfigAttrib failed"); in checkFP16Support()
475 TCU_CHECK_MSG(components[0] == 16, "Missing 16bit deep red channel"); in checkFP16Support()
476 TCU_CHECK_MSG(components[1] == 16, "Missing 16bit deep green channel"); in checkFP16Support()
[all …]
H A DteglGetFrameTimestampsTests.cpp553 TCU_CHECK_MSG(!info.required, "Required timestamp not supported."); in executeForConfig()
559 TCU_CHECK_MSG(!invalidSupported, "Non existant timestamp reports that it is supported."); in executeForConfig()
564 TCU_CHECK_MSG(deadlineSupported, "EGL_COMPOSITE_DEADLINE_ANDROID not supported."); in executeForConfig()
567 TCU_CHECK_MSG(intervalSupported, "EGL_COMPOSITE_INTERVAL_ANDROID not supported."); in executeForConfig()
570 TCU_CHECK_MSG(latencySupported, "EGL_COMPOSITE_TO_PRESENT_LATENCY_ANDROID not supported."); in executeForConfig()
H A DteglImageFormatTests.cpp430 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord"); in invokeGLES2()
433 TCU_CHECK_MSG((int)samplerLoc != (int)-1, "Couldn't find uniform u_sampler"); in invokeGLES2()
505 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord"); in invokeGLES2()
508 TCU_CHECK_MSG((int)colorLoc != (int)-1, "Couldn't find uniform u_color"); in invokeGLES2()
511 TCU_CHECK_MSG((int)depthLoc != (int)-1, "Couldn't find uniform u_depth"); in invokeGLES2()
629 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord"); in invokeGLES2()
632 TCU_CHECK_MSG((int)colorLoc != (int)-1, "Couldn't find uniform u_color"); in invokeGLES2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluVarTypeUtil.cpp113 TCU_CHECK_MSG(curType.isStructType(), "Invalid field selector"); in parseTypePath()
123 TCU_CHECK_MSG(ndx < curType.getStructPtr()->getNumMembers(), "Member not found in type"); in parseTypePath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuDefs.hpp140 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __F… macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsMemoryStressCase.cpp209 TCU_CHECK_MSG(m_program->isOk(), "Shader compilation failed"); in TextureRenderer()
371 TCU_CHECK_MSG(m_program->isOk(), "Shader compilation failed"); in BufferRenderer()
H A DglsAttributeLocationTests.cpp452 TCU_CHECK_MSG(vertexCompileOk, "Vertex shader compilation failed"); in createAndAttachShaders()
453 TCU_CHECK_MSG(fragmentCompileOk, "Fragment shader compilation failed"); in createAndAttachShaders()
736 TCU_CHECK_MSG(getProgramLinkStatus(gl, program), "Program link failed"); in runTest()
756 TCU_CHECK_MSG(getProgramLinkStatus(gl, program), "Program link failed"); in runTest()
779 TCU_CHECK_MSG(getProgramLinkStatus(gl, program), "Program link failed"); in runTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcShaderGroupVoteTests.cpp197 TCU_CHECK_MSG(validationResult, validationErrorMsg.c_str()); in validate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp1407 TCU_CHECK_MSG(newFd.getFd() >= 0, "Failed to call dup() for semaphores fd"); in testSemaphoreFdDup()
1477 TCU_CHECK_MSG(newFd >= 0, "Failed to call dup2() for fences fd"); in testSemaphoreFdDup2()
1547 TCU_CHECK_MSG(newFd >= 0, "Failed to call dup3() for fences fd"); in testSemaphoreFdDup3()
1684 TCU_CHECK_MSG(newFd.getFd() >= 0, "Didn't receive valid fd from socket"); in testSemaphoreFdSendOverSocket()
2443 TCU_CHECK_MSG(newFd.getFd() >= 0, "Failed to call dup() for fences fd"); in testFenceFdDup()
2513 TCU_CHECK_MSG(newFd >= 0, "Failed to call dup2() for fences fd"); in testFenceFdDup2()
2583 TCU_CHECK_MSG(newFd >= 0, "Failed to call dup3() for fences fd"); in testFenceFdDup3()
2720 TCU_CHECK_MSG(newFd.getFd() >= 0, "Didn't receive valid fd from socket"); in testFenceFdSendOverSocket()
3196 TCU_CHECK_MSG(newFd.getFd() >= 0, "Failed to call dup() for memorys fd"); in testMemoryFdDup()
3261 TCU_CHECK_MSG(newFd >= 0, "Failed to call dup2() for memorys fd"); in testMemoryFdDup2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp630 TCU_CHECK_MSG(fbConfigs != DE_NULL, "Couldn't query framebuffer configurations"); in chooseVisual()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fShaderApiTests.cpp575 TCU_CHECK_MSG(checkLinkStatus(m_program), "Fail, expected LINK_STATUS to be TRUE."); in test()
1367 TCU_CHECK_MSG(program.isOk(), "Couldn't build program"); in test()

12