Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcNearestEdgeTests.cpp286 tcu::Vec4 finalColor = (color - m_texFormatInfo.lookupBias) / m_texFormatInfo.lookupScale; in fillTexture() local
287 texAccess.setPixel(finalColor, x, y); in fillTexture()
/third_party/skia/experimental/wasm-skp-debugger/
H A Ddebugger_bindings.cpp336 SkColor finalColor = evaluateCommandColor(surface, commandIndex, x, y); in findCommandByPixel() local
344 if (c == finalColor) { in findCommandByPixel()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp1577 const tcu::Vec4 finalColor = (texColor - formatInfo.lookupBias) / formatInfo.lookupScale; in iterate() local
1578 texPixels.setPixel(finalColor, x, y, z); in iterate()
H A DvktPipelineExtendedDynamicStateTests.cpp131 const tcu::Vec4 finalColor in filterColor()
138 return finalColor; in filterColor()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp1558 const tcu::Vec4 finalColor = (texColor - formatInfo.lookupBias) / formatInfo.lookupScale; in iterate() local
1559 texPixels.setPixel(finalColor, x, y, z); in iterate()
H A DvktPipelineExtendedDynamicStateTests.cpp127 const tcu::Vec4 finalColor in filterColor()
134 return finalColor; in filterColor()

Completed in 32 milliseconds