Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3512 const int gradPos = x + y + z; in populateSourceImage() local
3515 …const int red = 255 * gradPos / gradMax; //!< gradient from 0 -> max (detects large… in populateSourceImage()
3516 …const int green = ((gradPos % 2 == 0) ? (127) : (0)) + ((gradPos % 4 < 3) ? (128) : (0)); //!< 3… in populateSourceImage()