Searched refs:channelMap (Results 1 – 4 of 4) sorted by relevance
/external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/ |
D | funcs.go | 59 DB *channelMap 62 func (d *dbWrapper) set(db *channelMap) { 68 func (d *dbWrapper) get() *channelMap { 79 db.set(&channelMap{ 234 type channelMap struct { struct 244 func (c *channelMap) addServer(id int64, s *server) { argument 251 func (c *channelMap) addChannel(id int64, cn *channel, isTopChannel bool, pid int64, ref string) { argument 263 func (c *channelMap) addSubChannel(id int64, sc *subChannel, pid int64, ref string) { argument 271 func (c *channelMap) addListenSocket(id int64, ls *listenSocket, pid int64, ref string) { argument 279 func (c *channelMap) addNormalSocket(id int64, ns *normalSocket, pid int64, ref string) { argument [all …]
|
D | types.go | 158 cm *channelMap 201 cm *channelMap 301 cm *channelMap 326 cm *channelMap 389 cm *channelMap
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 1600 const TextureSwizzle::Channel* channelMap = getBorderColorReadSwizzle(format.order).components; in getTextureBorderColorFloat() local 1613 const TextureSwizzle::Channel map = channelMap[c]; in getTextureBorderColorFloat() 1636 const TextureSwizzle::Channel* channelMap = getBorderColorReadSwizzle(format.order).components; in getTextureBorderColorInt() local 1647 const TextureSwizzle::Channel map = channelMap[c]; in getTextureBorderColorInt() 1665 const TextureSwizzle::Channel* channelMap = getBorderColorReadSwizzle(format.order).components; in getTextureBorderColorUint() local 1675 const TextureSwizzle::Channel map = channelMap[c]; in getTextureBorderColorUint()
|
D | tcuTexture.cpp | 1046 const TextureSwizzle::Channel* channelMap = getChannelReadSwizzle(m_format.order).components; in getPixel() local 1051 switch (channelMap[c]) in getPixel() 1057 result[c] = channelToFloat(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixel() 1132 const TextureSwizzle::Channel* channelMap = getChannelReadSwizzle(m_format.order).components; in getPixelInt() local 1137 switch (channelMap[c]) in getPixelInt() 1143 result[c] = channelToInt(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixelInt()
|