Home
last modified time | relevance | path

Searched refs:XDim (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTDecompress.h23 const int XDim,
DPVRTDecompress.cpp709 const int XDim, in PVRTDecompressPVRTC() argument
717 int XTrueDim = PVRT_MAX(XDim,((Do2bitMode==1)?16:8)); in PVRTDecompressPVRTC()
721 if(XTrueDim!=XDim || YTrueDim!=YDim) in PVRTDecompressPVRTC()
730 if(XTrueDim!=XDim || YTrueDim!=YDim) in PVRTDecompressPVRTC()
733 for (int x=0; x<XDim; ++x) in PVRTDecompressPVRTC()
737 ((Pixel32*)pResultImage)[x+y*XDim]=pDecompressedData[x+y*XTrueDim]; in PVRTDecompressPVRTC()
/external/clang/include/clang/Basic/
DAttr.td1377 let Args = [UnsignedArgument<"XDim">, UnsignedArgument<"YDim">,
1385 let Args = [UnsignedArgument<"XDim">,