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

  /external/deqp/modules/gles3/scripts/
gen-conversions.py 250 inInt = [Scalar(x) for x in [0, 1, 2, 5, 8, 11, -12, -66, -192, 255]]
322 genConversionCases([inFloat, inInt, inUint, inBool], [toFloat, toInt, toBool]) +\
323 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUint])))
327 genConversionCases([inFloat, inInt, inUint, inBool], [toVec2, toVec3, toVec4, toIVec2, toIVec3, toIVec4, toBVec2, toBVec3, toBVec4]) +\
328 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUVec2, toUVec3, toUVec4])))
351 genConversionCases([inFloat, inInt, inUint, inBool], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
363 in2Comp = [[inFloat, inFloat], [inInt, inInt], [inUint, inUint], [inBool, inBool], [inFloat, inInt], [inFloat, inBool], [inInt, inBool], [inInt, inUint], [inUint, inFloat]
    [all...]
gen-swizzles.py 191 inInt = [Scalar(x) for x in [0, 1, 2, 5, 8, 11, -12, -66, -192, 255]]
231 "int": inInt,
  /external/deqp/modules/gles2/scripts/
gen-conversions.py 231 inInt = [Scalar(x) for x in [0, 1, 2, 5, 8, 11, -12, -66, -192, 255]]
296 genConversionCases([inFloat, inInt, inBool], [toFloat, toInt, toBool])))
300 genConversionCases([inFloat, inInt, inBool], [toVec2, toVec3, toVec4, toIVec2, toIVec3, toIVec4, toBVec2, toBVec3, toBVec4])))
319 genConversionCases([inFloat, inInt, inBool], [toMat4, toMat3, toMat2])))
331 in2Comp = [[inFloat, inFloat], [inInt, inInt], [inBool, inBool], [inFloat, inInt], [inFloat, inBool], [inInt, inBool]]
332 in3Comp = [[inFloat, inFloat, inFloat], [inInt, inInt, inInt], [inBool, inBool, inBool], [inBool, inFloat, inInt], [inVec2, inBool], [inBVec2, inFloat], (…)
    [all...]
gen-swizzles.py 187 inInt = [Scalar(x) for x in [0, 1, 2, 5, 8, 11, -12, -66, -192, 255]]
227 "int": inInt,
  /external/opencv3/modules/cudalegacy/perf/
perf_labeling.cpp 90 InInterval inInt(0, 2);
119 if( p.x < (width - 1) && dl[ +1] == -1 && inInt(sp[0], sp[+1]))
123 if( p.x > 0 && dl[-1] == -1 && inInt(sp[0], sp[-1]))
127 if( p.y < (height - 1) && dl[+pitch] == -1 && inInt(sp[0], sp[+image.step1()]))
131 if( p.y > 0 && dl[-pitch] == -1 && inInt(sp[0], sp[-static_cast<int>(image.step1())]))
  /external/opencv3/modules/cudalegacy/test/
test_labeling.cpp 80 InInterval inInt(0, 2);
112 if( p.x < (width - 1) && dl[ +1] == -1 && inInt(sp[0], sp[+1]))
116 if( p.x > 0 && dl[-1] == -1 && inInt(sp[0], sp[-1]))
120 if( p.y < (height - 1) && dl[+pitch] == -1 && inInt(sp[0], sp[+step1]))
124 if( p.y > 0 && dl[-pitch] == -1 && inInt(sp[0], sp[-step1]))
  /external/clang/test/SemaCXX/
friend.cpp 47 friend const int getInt(int inInt = 0) {}
  /external/opencv3/modules/cudalegacy/src/cuda/
ccomponetns.cu 215 Int_t inInt(lo, hi);
216 computeConnectivity<T, Int_t><<<grid, block, 0, stream>>>(static_cast<const PtrStepSz<T> >(image), edges, inInt);

Completed in 221 milliseconds