Searched refs:StreamType (Results 1 – 20 of 20) sorted by relevance
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTraverse.h | 383 template <typename Self, typename StreamType> 395 static void print(const SExpr *E, StreamType &SS) { in print() 403 void newline(StreamType &SS) { in newline() 460 void printBlockLabel(StreamType & SS, const BasicBlock *BB, int index) { in printBlockLabel() 474 void printSExpr(const SExpr *E, StreamType &SS, unsigned P, bool Sub=true) { 501 void printNull(StreamType &SS) { in printNull() 505 void printFuture(const Future *E, StreamType &SS) { in printFuture() 509 void printUndefined(const Undefined *E, StreamType &SS) { in printUndefined() 513 void printWildcard(const Wildcard *E, StreamType &SS) { in printWildcard() 518 void printLiteralT(const LiteralT<T> *E, StreamType &SS) { in printLiteralT() [all …]
|
/external/swiftshader/src/Renderer/ |
D | Stream.hpp | 24 enum StreamType ENUM_UNDERLYING_TYPE_UNSIGNED_INT 61 Stream &define(StreamType type, unsigned int count, bool normalized = false) in define() 70 Stream &define(const void *buffer, StreamType type, unsigned int count, bool normalized = false) in define() 99 StreamType type;
|
D | VertexProcessor.hpp | 103 StreamType type : BITS(STREAMTYPE_LAST);
|
/external/gemmlowp/meta/ |
D | base.h | 91 template <typename InType, typename StreamType> 94 static const InType* Offset(const StreamType& params, const InType* source, 97 static int Scratch(const StreamType& params, int lanes);
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTypes.h | 149 template <typename StreamType> 150 inline StreamType &operator<<(StreamType &Str, const Type &Ty) {
|
D | IceGlobalInits.h | 506 template <class StreamType> 507 inline StreamType &operator<<(StreamType &Stream, 513 template <class StreamType> 514 inline StreamType &operator<<(StreamType &Stream,
|
D | IceOperand.h | 122 template <class StreamType> 123 inline StreamType &operator<<(StreamType &Str, const Operand &Op) {
|
D | IceInstARM32.h | 543 template <typename StreamType> 544 inline StreamType &operator<<(StreamType &Stream, CondARM32::Cond Predicate) {
|
/external/google-breakpad/src/client/windows/unittests/ |
D | dump_analysis.h | 55 template <class StreamType> 56 size_t GetStream(ULONG stream_number, StreamType** stream) const { in GetStream()
|
/external/swiftshader/tests/fuzzers/ |
D | VertexRoutineFuzzer.cpp | 165 sw::StreamType type = (sw::StreamType)data[1 + 2 * i + 0]; in LLVMFuzzerTestOneInput()
|
/external/webrtc/webrtc/video/ |
D | vie_channel.h | 54 enum StreamType { enum 120 const StreamType usage, 198 int32_t SetRemoteSSRCType(const StreamType usage, const uint32_t SSRC);
|
D | vie_channel.cc | 666 const StreamType usage, in SetSSRC() 677 int32_t ViEChannel::SetRemoteSSRCType(const StreamType usage, in SetRemoteSSRCType()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
D | CPP.stg | 114 template\<typename StreamType, typename TokenType, typename TokenBuilder> 115 class <name> : public antlr3::Lexer\<StreamType,TokenType,TokenBuilder> { 117 typedef typename StreamType::position_type position_type; 118 typedef typename StreamType::char_type char_type; 138 <name>(StreamType* input) 139 : antlr3::Lexer\<StreamType,TokenType,TokenBuilder>(input) 284 <name>(StreamType* input) 285 : <superClass>\<StreamType,TokenType>(input) 524 StreamType& input(this->getInput()); 553 StreamType& input(this->getInput()); [all …]
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | VertexDataManager.h | 31 sw::StreamType type;
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | VertexDataManager.h | 31 sw::StreamType type;
|
/external/swiftshader/src/OpenGL/libGL/ |
D | VertexDataManager.h | 34 sw::StreamType type;
|
/external/ImageMagick/MagickCore/ |
D | blob-private.h | 56 } StreamType; typedef
|
D | blob.c | 137 StreamType
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.hpp | 160 static sw::StreamType streamType(int type);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 941 ULONG32 StreamType; member
|