Home
last modified time | relevance | path

Searched refs:XSize (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTDecompress.cpp533 static PVRTuint32 TwiddleUV(PVRTuint32 XSize, PVRTuint32 YSize, PVRTuint32 XPos, PVRTuint32 YPos) in TwiddleUV() argument
536 PVRTuint32 MinDimension=XSize; in TwiddleUV()
545 _ASSERT(XPos < XSize); in TwiddleUV()
547 _ASSERT(isPowerOf2(XSize)); in TwiddleUV()
550 if(YSize < XSize) in TwiddleUV()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGLexer.h51 XSubst, XForEach, XFoldl, XHead, XTail, XSize, XEmpty, XIf, XEq, XIsA, XDag, enumerator
DTGLexer.cpp479 .Case("size", tgtok::XSize) in LexExclaim()
DTGParser.cpp889 case tgtok::XSize: in ParseOperation()
917 case tgtok::XSize: in ParseOperation()
1915 case tgtok::XSize: in ParseSimpleValue()