Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramStateQueryTests.cpp137 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate()
154 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate()
170 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate()
264 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate()
283 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate()
302 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate()
377TCU_CHECK_MSG(vtxShader.getCompileStatus() && frgShader.getCompileStatus(), "failed to build shade… in iterate()
402 TCU_CHECK_MSG(linkStatus == GL_TRUE, "failed to link program"); in iterate()
421 TCU_CHECK_MSG(linkStatus == GL_TRUE, "failed to link program"); in iterate()
499 TCU_CHECK_MSG(program.isOk(), "failed to build program"); in iterate()
[all …]
Des31fShaderBuiltinConstantTests.cpp66TCU_CHECK_MSG(value%4 == 0, ("Expected " + glu::getGettableStateStr((int)pname).toString() + " to … in getVectorsFromComps()
Des31fIndirectComputeDispatchTests.cpp350 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate()
Des31fAtomicCounterTests.cpp997 TCU_CHECK_MSG(false, "Mapped buffer corrupted"); in iterate()
1017 TCU_CHECK_MSG(false, "Mapped buffer corrupted"); in iterate()
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()
Des31fDebugTests.cpp785 TCU_CHECK_MSG(msgLen >= 0, "Negative message length"); in expectMessage()
786 TCU_CHECK_MSG(msgLen < 100000, "Excessively long message"); in expectMessage()
1611 TCU_CHECK_MSG(msgLen >= 0, "Negative message length"); in fetchLogMessages()
1612 TCU_CHECK_MSG(msgLen < 100000, "Excessively long message"); in fetchLogMessages()
Des31fTextureGatherTests.cpp1248TCU_CHECK_MSG(offsetRange[0] <= SPEC_MAX_MIN_OFFSET, ("GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET must b… in init()
1249TCU_CHECK_MSG(offsetRange[1] >= SPEC_MIN_MAX_OFFSET, ("GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET must b… in init()
/external/deqp/framework/opengl/
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()
/external/deqp/framework/common/
DtcuDefs.hpp135 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __F… macro
/external/deqp/modules/egl/
DteglImageFormatTests.cpp427 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord"); in invokeGLES2()
430 TCU_CHECK_MSG((int)samplerLoc != (int)-1, "Couldn't find uniform u_sampler"); in invokeGLES2()
502 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord"); in invokeGLES2()
505 TCU_CHECK_MSG((int)colorLoc != (int)-1, "Couldn't find uniform u_color"); in invokeGLES2()
508 TCU_CHECK_MSG((int)depthLoc != (int)-1, "Couldn't find uniform u_depth"); in invokeGLES2()
626 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord"); in invokeGLES2()
629 TCU_CHECK_MSG((int)colorLoc != (int)-1, "Couldn't find uniform u_color"); in invokeGLES2()
/external/deqp/modules/glshared/
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()
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()
DglsTextureBufferCase.cpp897TCU_CHECK_MSG(width >= MIN_VIEWPORT_WIDTH || height >= MIN_VIEWPORT_HEIGHT, "Too small viewport"); in runTests()
DglsLifetimeTests.cpp438 TCU_CHECK_MSG(compileStatus != 0, sourceStr); in initAttachment()
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp545 TCU_CHECK_MSG(fbConfigs != DE_NULL, "Couldn't query framebuffer configurations"); in chooseVisual()
/external/deqp/modules/gles3/functional/
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()
Des3fUniformApiTests.cpp1483 TCU_CHECK_MSG(reportedType != glu::TYPE_LAST, "Invalid uniform type"); in getActiveUniforms()
1611 TCU_CHECK_MSG(reportedType != glu::TYPE_LAST, "Invalid uniform type"); in getActiveUniformsiv()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp881TCU_CHECK_MSG(m_gridSizeX >= 1 && m_gridSizeY >= 1, "Can't decrease grid size enough to achieve lo… in adjustAndLogGridAndViewport()
889TCU_CHECK_MSG(m_viewportWidth >= 1 && m_viewportHeight >= 1, "Can't decrease viewport size enough … in adjustAndLogGridAndViewport()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp881TCU_CHECK_MSG(m_gridSizeX >= 1 && m_gridSizeY >= 1, "Can't decrease grid size enough to achieve lo… in adjustAndLogGridAndViewport()
889TCU_CHECK_MSG(m_viewportWidth >= 1 && m_viewportHeight >= 1, "Can't decrease viewport size enough … in adjustAndLogGridAndViewport()
/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp521 TCU_CHECK_MSG(checkLinkStatus(m_program), "Fail, expected LINK_STATUS to be TRUE."); in test()
Des2fUniformApiTests.cpp1286 TCU_CHECK_MSG(reportedType != glu::TYPE_LAST, "Invalid uniform type"); in getActiveUniforms()