Searched refs:NumChannels (Results 1 – 5 of 5) sorted by relevance
73 template<int NumChannels>76 const deUint8* ptr = (const deUint8*)src.getDataPtr() + src.getRowPitch()*y + x*NumChannels; in readUnorm8()79 for (int c = 0; c < NumChannels; c++) in readUnorm8()82 if (NumChannels < 4) in readUnorm8()96 template<int NumChannels>99 deUint8* ptr = (deUint8*)dst.getDataPtr() + dst.getRowPitch()*y + x*NumChannels; in writeUnorm8()101 for (int c = 0; c < NumChannels; c++) in writeUnorm8()123 template<int NumChannels>142 deUint32 p00 = readUnorm8<NumChannels>(src, i0, j0); in bilinearSample()143 deUint32 p10 = readUnorm8<NumChannels>(src, i1, j0); in bilinearSample()[all …]
17 template <std::size_t NumChannels>24 gil::num_channels<Pixel>::value == NumChannels, in operator ()()32 template <std::size_t NumChannels, typename... Pixels>35 mp_for_each<Pixels...>(assert_num_channels<NumChannels>()); in test()
38 public int NumChannels { get; set; } property in Grpc.IntegrationTesting.XdsInteropClient.ClientOptions123 for (int channelId = 0; channelId < options.NumChannels; channelId++) in RunChannelsAsync()129 for (int channelId = 0; channelId < options.NumChannels; channelId++) in RunChannelsAsync()
59 NumChannels = 1, in Init()
2364 .NumChannels = 1 + ((planes == 2) && i), in vulkan_export_to_cuda()