Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp119 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local
152 const uint32_t offset_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
Dvalidate_extensions.cpp767 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1522 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1581 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1643 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1705 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1772 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp119 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local
152 const uint32_t offset_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
Dvalidate_extensions.cpp767 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1522 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1581 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1643 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1705 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1772 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
/external/clang/lib/Serialization/
DASTReaderInternals.h76 typedef unsigned offset_type; typedef
142 typedef unsigned offset_type; typedef
215 typedef unsigned offset_type; typedef
269 typedef unsigned offset_type; typedef
DGlobalModuleIndex.cpp77 typedef unsigned offset_type; typedef in __anon8f1b20180311::IdentifierIndexReaderTrait
658 typedef unsigned offset_type; typedef in __anon8f1b20180711::IdentifierIndexWriterTrait
DASTWriter.cpp1726 typedef unsigned offset_type; typedef in __anon84a3a1ce0311::HeaderFileInfoTrait
2878 typedef unsigned offset_type; typedef in __anon84a3a1ce0511::ASTMethodPoolTrait
3169 typedef unsigned offset_type; typedef in __anon84a3a1ce0611::ASTIdentifierTableTrait
3401 typedef unsigned offset_type; typedef in __anon84a3a1ce0711::ASTDeclContextNameLookupTrait
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DOnDiskHashTable.h73 typedef typename Info::offset_type offset_type; typedef
287 typedef typename Info::offset_type offset_type; typedef
440 typedef typename base_type::offset_type offset_type; typedef
/external/llvm/include/llvm/Support/
DOnDiskHashTable.h74 typedef typename Info::offset_type offset_type; typedef
287 typedef typename Info::offset_type offset_type; typedef
440 typedef typename base_type::offset_type offset_type; typedef
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp84 typedef uint64_t offset_type; typedef in llvm::InstrProfRecordWriterTrait
121 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
DInstrProfReader.cpp464 typedef InstrProfLookupTrait::offset_type offset_type; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp101 using offset_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait
140 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
DInstrProfReader.cpp487 using offset_type = InstrProfLookupTrait::offset_type; typedef
/external/clang/lib/Lex/
DPTHLexer.cpp323 typedef unsigned offset_type; typedef in __anon44bc0e400111::PTHFileLookupCommonTrait
375 typedef unsigned offset_type; typedef in PTHManager::PTHStringLookupTrait
/external/clang/lib/Frontend/
DCacheTokens.cpp122 typedef unsigned offset_type; typedef in __anon67da98f30111::FileEntryPTHEntryInfo
619 typedef unsigned offset_type; typedef in __anon67da98f30611::PTHIdentifierTableTrait
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h299 using offset_type = uint64_t; variable
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h276 typedef uint64_t offset_type; typedef
/external/flatbuffers/src/
Didl_gen_cpp.cpp1758 auto offset_type = in GenTable() local
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5229 const glsl_type *offset_type) in _texelFetch()