/external/antlr/runtime/Cpp/include/ |
D | antlr3baserecognizer.hpp | 150 template<typename CompType> 151 void reportError( ClassForwarder<CompType> ); 495 template<typename CompType> 496 void reset( ClassForwarder<CompType> );
|
D | antlr3baserecognizer.inl | 221 template<typename CompType> 222 void BaseRecognizer<ImplTraits, StreamType>::reportError(ClassForwarder<CompType> ) argument 851 template< typename CompType > 852 void BaseRecognizer<ImplTraits, StreamType>::reset( ClassForwarder<CompType> ) argument
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVType.h | 257 :SPIRVType(M, 4, OpTypeVector, TheId), CompType(TheCompType), in SPIRVTypeVector() 262 SPIRVTypeVector():SPIRVType(OpTypeVector), CompType(nullptr), in SPIRVTypeVector() 265 SPIRVType *getComponentType() const { return CompType;} in getComponentType() 276 return std::vector<SPIRVEntry*>(1, CompType); in getNonLiteralOperands() 280 _SPIRV_DEF_ENCDEC3(Id, CompType, CompCount) in _SPIRV_DEF_ENCDEC3() argument 283 CompType->validate(); in _SPIRV_DEF_ENCDEC3() 288 SPIRVType *CompType; // Component Type
|
D | SPIRVModule.cpp | 727 SPIRVModuleImpl::addVectorType(SPIRVType* CompType, SPIRVWord CompCount) { in addVectorType() argument 728 return addType(new SPIRVTypeVector(this, getId(), CompType, CompCount)); in addVectorType()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | XmmArith.cpp | 1622 #define TestImplXmmXmm(Dst, Value0, Src, Value1, Size, CompType, BParity, \ in TEST_F() argument 1627 "(" #Dst ", " #Value0 ", " #Src ", " #Value1 ", " #Size ", " #CompType \ in TEST_F() 1655 #define TestImplXmmAddr(Dst, Value0, Value1, Size, CompType, BParity, BOther) \ in TEST_F() argument 1659 "(" #Dst ", " #Value0 ", Addr, " #Value1 ", " #Size ", " #CompType \ in TEST_F() 1686 #define TestImplCond(Dst, Value0, Src, Value1, Size, CompType, BParity, \ in TEST_F() argument 1689 TestImplXmmXmm(Dst, Value0, Src, Value1, Size, CompType, BParity, BOther); \ in TEST_F() 1690 TestImplXmmAddr(Dst, Value0, Value1, Size, CompType, BParity, BOther); \ in TEST_F()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | XmmArith.cpp | 1539 #define TestImplXmmXmm(Dst, Value0, Src, Value1, Size, CompType, BParity, \ in TEST_F() argument 1544 "(" #Dst ", " #Value0 ", " #Src ", " #Value1 ", " #Size ", " #CompType \ in TEST_F() 1573 #define TestImplXmmAddr(Dst, Value0, Value1, Size, CompType, BParity, BOther) \ in TEST_F() argument 1577 "(" #Dst ", " #Value0 ", Addr, " #Value1 ", " #Size ", " #CompType \ in TEST_F() 1605 #define TestImplCond(Dst, Value0, Src, Value1, Size, CompType, BParity, \ in TEST_F() argument 1608 TestImplXmmXmm(Dst, Value0, Src, Value1, Size, CompType, BParity, BOther); \ in TEST_F() 1609 TestImplXmmAddr(Dst, Value0, Value1, Size, CompType, BParity, BOther); \ in TEST_F()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_types.h | 1239 static const SWR_TYPE CompType[4]{ X, Y, Z, W }; 1240 return CompType[comp];
|