Home
last modified time | relevance | path

Searched defs:Channel (Results 1 – 19 of 19) sorted by relevance

/third_party/rust/crates/version_check/src/
Dchannel.rs13 pub struct Channel(Kind); struct
15 impl Channel { impl
56 pub fn parse(version: &str) -> Option<Channel> { in parse()
189 impl fmt::Display for Channel { implementation
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp121 struct Channel struct
123 deUint8 planeNdx;
124 deUint8 type; // tcu::TextureChannelClass value
125 deUint8 offsetBits; // Offset in element in bits
126 deUint8 sizeBits; // Value size in bits
127 deUint8 strideBytes; // Pixel stride (in bytes), usually plane elementSize
/third_party/node/doc/api/
Ddiagnostics_channel.md296 #### `channel.hasSubscribers`
332 #### `channel.publish(message)`
365 #### `channel.subscribe(onMessage)`
404 #### `channel.unsubscribe(onMessage)`
456 #### `channel.bindStore(store[, transform])`
500 #### `channel.unbindStore(store)`
539 #### `channel.runStores(context, fn[, thisArg[, ...args]])`
/third_party/typescript/tests/cases/compiler/
DcomplicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.ts13 type Channel = TextChannel | EmailChannel; alias
/third_party/mesa3d/src/intel/isl/
Dgen_format_layout.py126 class Channel(object): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterInfo.cpp75 unsigned AMDGPURegisterInfo::getSubRegFromChannel(unsigned Channel, unsigned NumRegs) { in getSubRegFromChannel()
DR600InstrInfo.cpp1038 unsigned Channel = MI.getOperand(ChanOpIdx).getImm(); in expandPostRAPseudo() local
1052 unsigned Channel = MI.getOperand(ChanOpIdx).getImm(); in expandPostRAPseudo() local
DR600ISelLowering.cpp1112 unsigned &Channel, in getStackAddress()
/third_party/node/lib/
Ddiagnostics_channel.js166 class Channel { class
412 Channel, property
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py44 class Channel: class
/third_party/mesa3d/src/util/format/
Du_format_parse.py53 class Channel: class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h504 Create(rpc::RawByteChannel &Channel, ExecutionSession &ES) { in Create()
586 OrcRemoteTargetClient(rpc::RawByteChannel &Channel, ExecutionSession &ES, in OrcRemoteTargetClient()
DOrcRemoteTargetServer.h56 OrcRemoteTargetServer(ChannelT &Channel, SymbolLookupFtor SymbolLookup, in OrcRemoteTargetServer()
/third_party/ffmpeg/libavcodec/
Daptx.h91 } Channel; typedef
/third_party/node/tools/doc/
Dtype-parser.mjs112 'Channel': 'diagnostics_channel.html#class-channel', property
/third_party/node/test/fixtures/wpt/resources/
Dchannel.sub.js139 class Channel { class
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBC_Decoder.cpp641 enum Channel enum
/third_party/vk-gl-cts/framework/common/
DtcuTexture.hpp163 enum Channel enum
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Ddtv.js570 const Channel = { variable