Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp492 float floatClearColorBlue = color.float32[2]; in adjustFloatClearColorPrecision() local
494 floatClearColorBlue = floor(floatClearColorBlue * ((1 << targetBlueBits) - 1) + 0.5f); in adjustFloatClearColorPrecision()
495 floatClearColorBlue = floatClearColorBlue / ((1 << targetBlueBits) - 1); in adjustFloatClearColorPrecision()
505 adjustedClearColor.float32[2] = floatClearColorBlue; in adjustFloatClearColorPrecision()