Home
last modified time | relevance | path

Searched defs:colorStep (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fDepthStencilTests.cpp317 const float colorStep = 1.0f / (float)(numSteps-1); in generateDepthVisualizeCommands() local
339 float colorStep = 1.0f / numValues; // 0 is reserved for non-matching. in generateStencilVisualizeCommands() local
/external/deqp/modules/gles3/functional/
Des3fDepthStencilTests.cpp317 const float colorStep = 1.0f / (float)(numSteps-1); in generateDepthVisualizeCommands() local
339 float colorStep = 1.0f / numValues; // 0 is reserved for non-matching. in generateStencilVisualizeCommands() local
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp3061 const tcu::Vec4 colorStep = getQuarterRefColor(0u, 0u, 0u, true); in readImage() local