Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTDecompress.h24 const int YDim,
DPVRTDecompress.cpp710 const int YDim, in PVRTDecompressPVRTC() argument
718 int YTrueDim = PVRT_MAX(YDim,8); in PVRTDecompressPVRTC()
721 if(XTrueDim!=XDim || YTrueDim!=YDim) in PVRTDecompressPVRTC()
730 if(XTrueDim!=XDim || YTrueDim!=YDim) in PVRTDecompressPVRTC()
735 for (int y=0; y<YDim; ++y) in PVRTDecompressPVRTC()
/external/clang/include/clang/Basic/
DAttr.td1377 let Args = [UnsignedArgument<"XDim">, UnsignedArgument<"YDim">,
1386 UnsignedArgument<"YDim">,