Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp700 const IVec4 rangeDiv = swizzleVec((IVec4(gridWidth, gridHeight, gridWidth, gridHeight)-1), curInVec); in iterate() local
701 const IVec4 step = ((maxVal.cast<deInt64>() - minVal.cast<deInt64>()) / (rangeDiv.cast<deInt64>())).asInt(); in iterate()
736 const IVec4 rangeDiv = swizzleVec((IVec4(gridWidth, gridHeight, gridWidth, gridHeight)-1), curInVec); in iterate() local
737 const UVec4 step = maxVal / rangeDiv.asUint(); in iterate()

Completed in 2 milliseconds