Searched refs:caseNo (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcPolygonOffsetClampTests.hpp | 105 …virtual bool verify(GLuint caseNo, GLfloat depth, GLfloat offsetDepth, GLfloat offsetClampDepth) =… 120 bool verify(GLuint caseNo, GLfloat depth, GLfloat offsetDepth, GLfloat offsetClampDepth); 135 bool verify(GLuint caseNo, GLfloat depth, GLfloat offsetDepth, GLfloat offsetClampDepth);
|
D | glcPolygonOffsetClampTests.cpp | 528 bool PolygonOffsetClampMinMaxTestCase::verify(GLuint caseNo, GLfloat depth, GLfloat offsetDepth, in verify() argument 532 if (caseNo == 0) in verify() 546 else if (caseNo == 1) in verify() 590 bool PolygonOffsetClampZeroInfinityTestCase::verify(GLuint caseNo, GLfloat depth, GLfloat offsetDep… in verify() argument 593 DE_UNREF(caseNo); in verify()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | LowerExpectIntrinsic.cpp | 63 unsigned caseNo = SI->findCaseValue(ExpectedValue); in HandleSwitchExpect() local 70 Vec[i + 1] = ConstantInt::get(Int32Ty, i == caseNo ? LikelyBranchWeight : UnlikelyBranchWeight); in HandleSwitchExpect()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 11547 deUint32 caseNo = 0; in createFloat16VectorShuffleSet() local 11550 componentList.push_back(de::toString(caseNo++)); in createFloat16VectorShuffleSet() 11552 componentList.push_back(de::toString(caseNo++)); in createFloat16VectorShuffleSet()
|