Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp699 …const IVec4 rangeDiv = swizzleVec((IVec4(gridWidth, gridHeight, gridWidth, gridHeight)-1), curInVe… in iterate() local
700 …const IVec4 step = ((maxVal.cast<deInt64>() - minVal.cast<deInt64>()) / (rangeDiv.cast<deInt64>()… in iterate()
735 …const IVec4 rangeDiv = swizzleVec((IVec4(gridWidth, gridHeight, gridWidth, gridHeight)-1), curInVe… in iterate() local
736 const UVec4 step = maxVal / rangeDiv.asUint(); in iterate()