HomeSort by relevance Sort by last modified time
    Searched refs:XSize (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TGLexer.h 51 XSubst, XForEach, XFoldl, XHead, XTail, XSize, XEmpty, XIf, XEq, XIsA, XDag,
TGLexer.cpp 479 .Case("size", tgtok::XSize)
TGParser.cpp 889 case tgtok::XSize:
917 case tgtok::XSize:
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTDecompress.cpp 523 @Input XSize X dimension of the texture in pixels
533 static PVRTuint32 TwiddleUV(PVRTuint32 XSize, PVRTuint32 YSize, PVRTuint32 XPos, PVRTuint32 YPos)
536 PVRTuint32 MinDimension=XSize;
545 _ASSERT(XPos < XSize);
547 _ASSERT(isPowerOf2(XSize));
550 if(YSize < XSize)
    [all...]

Completed in 523 milliseconds