Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglNativeColorMappingTests.cpp256 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()
/external/deqp/modules/gles3/stress/
Des3sLongShaderTests.cpp172 , opsPerExpression (deMinu32(10, variablesPerBlock / 2)) in LongShaderSpec()
/external/deqp/framework/delibs/debase/
DdeInt32.h85 DE_INLINE deUint32 deMinu32 (deUint32 a, deUint32 b) in deMinu32() function