Home
last modified time | relevance | path

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

/third_party/flutter/skia/bench/
DGameBench.cpp286 int colorY = y / (kAtlasCellHeight + kAtlasSpacer); in makeAtlas() local
296 SkASSERT(colorX < kNumAtlasedX && colorY < kNumAtlasedY); in makeAtlas()
297 *scanline = colors[colorX][colorY]; in makeAtlas()
/third_party/skia/bench/
DGameBench.cpp289 int colorY = y / (kAtlasCellHeight + kAtlasSpacer); in makeAtlas() local
299 SkASSERT(colorX < kNumAtlasedX && colorY < kNumAtlasedY); in makeAtlas()
300 *scanline = colors[colorX][colorY]; in makeAtlas()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcNearestEdgeTests.cpp282 const float colorY = static_cast<float>(y) / divY; in fillTexture() local
283 const float colorZ = std::min(colorX, colorY); in fillTexture()
285 tcu::Vec4 color{colorX, colorY, colorZ, 1.0f}; in fillTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoDecodeTests.cpp675 const tcu::UVec4& colorY = x < edgeX ? refColorY : refBlankY; in verifyImage() local
681 refPixelBufferAccessY.setPixel(colorY, x, y); in verifyImage()
1062 const tcu::UVec4& colorY = (x < edgeX) ? refColorY : refBlankY; in verifyImage() local
1068 refPixelBufferAccessY.setPixel(colorY, x, y); in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoDecodeTests.cpp675 const tcu::UVec4& colorY = x < edgeX ? refColorY : refBlankY; in verifyImage() local
681 refPixelBufferAccessY.setPixel(colorY, x, y); in verifyImage()
1062 const tcu::UVec4& colorY = (x < edgeX) ? refColorY : refBlankY; in verifyImage() local
1068 refPixelBufferAccessY.setPixel(colorY, x, y); in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineSamplerTests.cpp1553 const float colorY = static_cast<float>(y) / divY; in iterate() local
1554 const float colorZ = std::min(colorX, colorY); in iterate()
1556 texColor = tcu::Vec4{colorX, colorY, colorZ, 1.0f}; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp1553 const float colorY = static_cast<float>(y) / divY; in iterate() local
1554 const float colorZ = std::min(colorX, colorY); in iterate()
1556 texColor = tcu::Vec4{colorX, colorY, colorZ, 1.0f}; in iterate()