Searched refs:nativeBitDepth (Results 1 – 1 of 1) sorted by relevance
255 const tcu::UVec4 nativeBitDepth(tcu::getTextureFormatBitDepth(result.getFormat()).asUint()); in validate() local256 const tcu::UVec4 bitDepth(deMinu32(nativeBitDepth.x(), eglBitDepth.x()), in validate()257 deMinu32(nativeBitDepth.y(), eglBitDepth.y()), in validate()258 deMinu32(nativeBitDepth.z(), eglBitDepth.z()), in validate()259 deMinu32(nativeBitDepth.w(), eglBitDepth.w())); in validate()