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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTTexture.h 135 static const PVRTuint64 PVRTEX_PFHIGHMASK=0xffffffff00000000ull;
245 PVRTuint64 u64PixelFormat; ///< The pixel format, 8cc value storing the 4 channel identifiers and their respective sizes.
591 #define PVRTGENPIXELID4(C1Name, C2Name, C3Name, C4Name, C1Bits, C2Bits, C3Bits, C4Bits) ( ( (PVRTuint64)C1Name) + ( (PVRTuint64)C2Name<<8) + ( (PVRTuint64)C3Name<<16) + ( (PVRTuint64)C4Name<<24) + ( (PVRTuint64)C1Bits<<32) + ( (PVRTuint64)C2Bits<<40) + ( (PVRTuint64)C3Bits<<48) + ( (PVRTuint64)C4Bits<<56)
    [all...]
PVRTGlobal.h 162 typedef unsigned __int64 PVRTuint64;
165 __extension__ typedef unsigned long long PVRTuint64;
168 typedef unsigned long long PVRTuint64;
185 PVRTSIZEASSERT(PVRTuint64, 8);
PVRTTexture.cpp 202 PVRTuint32 PVRTGetBitsPerPixel(PVRTuint64 u64PixelFormat)
259 void PVRTGetFormatMinDims(PVRTuint64 u64PixelFormat, PVRTuint32 &minX, PVRTuint32 &minY, PVRTuint32 &minZ)
344 PVRTuint64 PixelFormatPartHigh = sTextureHeader.u64PixelFormat&PVRTEX_PFHIGHMASK;
353 PVRTuint64 uiDataSize = 0;
372 uiDataSize+=(PVRTuint64)PVRTGetBitsPerPixel(sTextureHeader.u64PixelFormat)*(PVRTuint64)uiWidth*(PVRTuint64)uiHeight*(PVRTuint64)uiDepth;
414 PVRTuint64 ptNew;
511 void PVRTMapLegacyTextureEnumToNewFormat(PVRTPixelType OldFormat, PVRTuint64& newType, EPVRTColourSpace& newCSpace, EPVRTVariableType& newChanType, bool& isPreMult
    [all...]
PVRTPrint3D.h 389 PVRTuint64 uiPair; /*!< OR'd pair for 32bit characters */
PVRTPrint3D.cpp 311 PVRTuint64 uiPairToSearch = ((PVRTuint64)cA << 32) | (PVRTuint64)cB;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTTextureAPI.cpp 49 PVRTuint64 PixelFormat = sTextureHeader.u64PixelFormat;
58 PVRTuint64 PixelFormatPartHigh = PixelFormat&PVRTEX_PFHIGHMASK;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
PVRTTextureAPI.cpp 48 PVRTuint64 PixelFormat = sTextureHeader.u64PixelFormat;
58 PVRTuint64 PixelFormatPartHigh = PixelFormat&PVRTEX_PFHIGHMASK;
    [all...]

Completed in 153 milliseconds