/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
D | vktYCbCrUtil.hpp | 156 void setChannel (const tcu::IVec3& pos, 158 void setChannel (const tcu::IVec3& pos,
|
D | vktYCbCrUtil.cpp | 832 void ChannelAccess::setChannel (const tcu::IVec3& pos, deUint32 x) in setChannel() function in vkt::ycbcr::ChannelAccess 929 void ChannelAccess::setChannel (const tcu::IVec3& pos, float x) in setChannel() function in vkt::ycbcr::ChannelAccess 943 setChannel(pos, value); in setChannel() 951 setChannel(pos, value); in setChannel() 959 setChannel(pos, value); in setChannel() 968 setChannel(pos, value); in setChannel() 977 setChannel(pos, value); in setChannel()
|
D | vktYCbCrConversionTests.cpp | 737 rChannelAccess.setChannel(IVec3(x, y, 0), (float)x / (float)rChannelAccess.getSize().x()); in textureConversionTest() 744 gChannelAccess.setChannel(IVec3(x, y, 0), (float)y / (float)gChannelAccess.getSize().y()); in textureConversionTest() 751 …bChannelAccess.setChannel(IVec3(x, y, 0), (float)(x + y) / (float)(bChannelAccess.getSize().x() + … in textureConversionTest() 758 …aChannelAccess.setChannel(IVec3(x, y, 0), (float)(x * y) / (float)(aChannelAccess.getSize().x() * … in textureConversionTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.hpp | 156 void setChannel (const tcu::IVec3& pos, 158 void setChannel (const tcu::IVec3& pos,
|
D | vktYCbCrUtil.cpp | 832 void ChannelAccess::setChannel (const tcu::IVec3& pos, deUint32 x) in setChannel() function in vkt::ycbcr::ChannelAccess 929 void ChannelAccess::setChannel (const tcu::IVec3& pos, float x) in setChannel() function in vkt::ycbcr::ChannelAccess 943 setChannel(pos, value); in setChannel() 951 setChannel(pos, value); in setChannel() 959 setChannel(pos, value); in setChannel() 968 setChannel(pos, value); in setChannel() 977 setChannel(pos, value); in setChannel()
|
D | vktYCbCrConversionTests.cpp | 737 rChannelAccess.setChannel(IVec3(x, y, 0), (float)x / (float)rChannelAccess.getSize().x()); in textureConversionTest() 744 gChannelAccess.setChannel(IVec3(x, y, 0), (float)y / (float)gChannelAccess.getSize().y()); in textureConversionTest() 751 …bChannelAccess.setChannel(IVec3(x, y, 0), (float)(x + y) / (float)(bChannelAccess.getSize().x() + … in textureConversionTest() 758 …aChannelAccess.setChannel(IVec3(x, y, 0), (float)(x * y) / (float)(aChannelAccess.getSize().x() * … in textureConversionTest()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuFuzzyImageCompare.cpp | 53 static inline deUint32 setChannel (deUint32 color, int channel, deUint8 val) in setChannel() function 155 dst = setChannel(dst, c, roundToUint8Sat(f)); in bilinearSample()
|
/third_party/flutter/skia/modules/skottie/src/effects/ |
D | LevelsEffect.cpp | 155 adapter->setChannel(channel); in attachLevelsEffect()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
D | vktProtectedMemYCbCrConversionTests.cpp | 1034 rChannelAccess.setChannel(tcu::IVec3(x, y, 0), (float)x / (float)rChannelAccess.getSize().x()); in generateYCbCrImage() 1041 gChannelAccess.setChannel(tcu::IVec3(x, y, 0), (float)y / (float)gChannelAccess.getSize().y()); in generateYCbCrImage() 1048 …bChannelAccess.setChannel(tcu::IVec3(x, y, 0), (float)(x + y) / (float)(bChannelAccess.getSize().x… in generateYCbCrImage() 1055 …aChannelAccess.setChannel(tcu::IVec3(x, y, 0), (float)(x * y) / (float)(aChannelAccess.getSize().x… in generateYCbCrImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemYCbCrConversionTests.cpp | 1034 rChannelAccess.setChannel(tcu::IVec3(x, y, 0), (float)x / (float)rChannelAccess.getSize().x()); in generateYCbCrImage() 1041 gChannelAccess.setChannel(tcu::IVec3(x, y, 0), (float)y / (float)gChannelAccess.getSize().y()); in generateYCbCrImage() 1048 …bChannelAccess.setChannel(tcu::IVec3(x, y, 0), (float)(x + y) / (float)(bChannelAccess.getSize().x… in generateYCbCrImage() 1055 …aChannelAccess.setChannel(tcu::IVec3(x, y, 0), (float)(x * y) / (float)(aChannelAccess.getSize().x… in generateYCbCrImage()
|