Home
last modified time | relevance | path

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

12

/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.cpp1408 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2163 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2225 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2291 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2353 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2420 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.cpp1393 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2148 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2210 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2276 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2338 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2405 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/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.cpp1417 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2172 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2234 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2300 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2362 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2429 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 __anond7cf703f0311::IdentifierIndexReaderTrait
658 typedef unsigned offset_type; typedef in __anond7cf703f0711::IdentifierIndexWriterTrait
/external/llvm-project/clang/lib/Serialization/
DASTReaderInternals.h81 using offset_type = unsigned; variable
136 using offset_type = unsigned; variable
209 using offset_type = unsigned; variable
264 using offset_type = unsigned; variable
DGlobalModuleIndex.cpp79 typedef unsigned offset_type; typedef in __anon69e2cfad0311::IdentifierIndexReaderTrait
727 typedef unsigned offset_type; typedef in __anon69e2cfad0811::IdentifierIndexWriterTrait
/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/swiftshader/third_party/llvm-10.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-project/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/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dtftext_utils.cc115 auto offset_type = GetResultType(func, 1); in VerifyWhitespaceTokenizer() local
122 auto offset_type = GetResultType(func, 2); in VerifyWhitespaceTokenizer() local
/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/llvm-project/llvm/lib/ProfileData/
DInstrProfWriter.cpp100 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp100 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
/external/clang/lib/Lex/
DPTHLexer.cpp323 typedef unsigned offset_type; typedef in __anon3226c9c70111::PTHFileLookupCommonTrait
375 typedef unsigned offset_type; typedef in PTHManager::PTHStringLookupTrait
/external/clang/lib/Frontend/
DCacheTokens.cpp122 typedef unsigned offset_type; typedef in __anon736feb7a0111::FileEntryPTHEntryInfo
619 typedef unsigned offset_type; typedef in __anon736feb7a0611::PTHIdentifierTableTrait
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.h84 using offset_type = uint32_t; variable
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h276 typedef uint64_t offset_type; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h316 using offset_type = uint64_t; variable
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProfReader.h325 using offset_type = uint64_t; variable
/external/flatbuffers/src/
Didl_gen_swift.cpp428 auto offset_type = field.value.type.base_type == BASE_TYPE_STRING in GenTableWriterFields() local

12