Home
last modified time | relevance | path

Searched refs:offset_type (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DOnDiskHashTable.h42 /// typedef uint32_t offset_type; // The type for offsets into the table.
47 /// static std::pair<offset_type, offset_type>
51 /// offset_type KeyLen);
54 /// data_type_ref Data, offset_type DataLen);
73 typedef typename Info::offset_type offset_type; typedef in llvm::OnDiskChainedHashTableGenerator
74 offset_type NumBuckets;
75 offset_type NumEntries;
80 offset_type Of
287 typedef typename Info::offset_type offset_type; global() typedef in llvm::OnDiskChainedHashTable
440 typedef typename base_type::offset_type offset_type; global() typedef in llvm::OnDiskIterableChainedHashTable
[all...]
/third_party/rust/crates/unicode-width/scripts/
H A Dunicode.py52 A level's entry is of the form `(low_bit, cap_bit, offset_type)`.
54 codepoint and those tables offsets are stored according to `offset_type`.
255 self, entry_groups, low_bit: BitPos, cap_bit: BitPos, offset_type: OffsetType
259 and each table entry is represented in the format specified by `offset_type`. Asserts
260 that this table is actually representable with `offset_type`."""
263 self.offset_type = offset_type
282 assert index < (1 << int(self.offset_type))
299 entries_per_byte = 8 // int(self.offset_type)
304 byte |= self.entries[i + j] << (j * int(self.offset_type))
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_bitwise.cpp119 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local
132 if (!offset_type || !_.IsIntScalarType(offset_type)) in BitwisePass()
152 const uint32_t offset_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
160 if (!offset_type || !_.IsIntScalarType(offset_type)) in BitwisePass()
H A Dvalidate_extensions.cpp1454 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1455 if (!_.IsFloatVectorType(offset_type) || in ValidateExtInst()
1456 _.GetDimension(offset_type) != 2 || in ValidateExtInst()
1457 _.GetBitWidth(offset_type) != 32) { in ValidateExtInst()
2209 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2219 if (!_.IsIntScalarType(offset_type) || in ValidateExtInst()
2220 _.GetBitWidth(offset_type) != size_t_bit_width) { in ValidateExtInst()
2271 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2294 if (!_.IsIntScalarType(offset_type) || in ValidateExtInst()
2295 _.GetBitWidth(offset_type) ! in ValidateExtInst()
2337 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); ValidateExtInst() local
2399 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); ValidateExtInst() local
2466 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); ValidateExtInst() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_bitwise.cpp119 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local
132 if (!offset_type || !_.IsIntScalarType(offset_type)) in BitwisePass()
152 const uint32_t offset_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
160 if (!offset_type || !_.IsIntScalarType(offset_type)) in BitwisePass()
H A Dvalidate_extensions.cpp1454 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1455 if (!_.IsFloatVectorType(offset_type) || in ValidateExtInst()
1456 _.GetDimension(offset_type) != 2 || in ValidateExtInst()
1457 _.GetBitWidth(offset_type) != 32) { in ValidateExtInst()
2209 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2219 if (!_.IsIntScalarType(offset_type) || in ValidateExtInst()
2220 _.GetBitWidth(offset_type) != size_t_bit_width) { in ValidateExtInst()
2271 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2294 if (!_.IsIntScalarType(offset_type) || in ValidateExtInst()
2295 _.GetBitWidth(offset_type) ! in ValidateExtInst()
2337 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); ValidateExtInst() local
2399 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); ValidateExtInst() local
2466 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); ValidateExtInst() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_bitwise.cpp145 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local
157 if (!offset_type || !_.IsIntScalarType(offset_type)) in BitwisePass()
172 const uint32_t offset_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
179 if (!offset_type || !_.IsIntScalarType(offset_type)) in BitwisePass()
H A Dvalidate_extensions.cpp1783 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1784 if (!_.IsFloatVectorType(offset_type) || in ValidateExtInst()
1785 _.GetDimension(offset_type) != 2 || in ValidateExtInst()
1786 _.GetBitWidth(offset_type) != 32) { in ValidateExtInst()
2538 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2548 if (!_.IsIntScalarType(offset_type) || in ValidateExtInst()
2549 _.GetBitWidth(offset_type) != size_t_bit_width) { in ValidateExtInst()
2600 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2623 if (!_.IsIntScalarType(offset_type) || in ValidateExtInst()
2624 _.GetBitWidth(offset_type) ! in ValidateExtInst()
2666 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); ValidateExtInst() local
2728 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); ValidateExtInst() local
2795 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); ValidateExtInst() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h316 using offset_type = uint64_t;
324 static std::pair<offset_type, offset_type>
328 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength()
329 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength()
333 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey()
339 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp100 using offset_type = uint64_t;
112 static std::pair<offset_type, offset_type>
118 offset_type N = K.size(); in EmitKeyDataLength()
119 LE.write<offset_type>(N); in EmitKeyDataLength()
121 offset_type M = 0; in EmitKeyDataLength()
131 LE.write<offset_type>(M); in EmitKeyDataLength()
136 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N) { in EmitKey()
140 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData()
H A DInstrProfReader.cpp515 using offset_type = InstrProfLookupTrait::offset_type;
532 offset_type N) {
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_ring.h83 // `offset_type` is the type for the data offset inside a child rep's data.
84 using offset_type = uint32_t;
148 offset_type const& entry_data_offset(index_type index) const {
354 using Layout = container_internal::Layout<pos_type, CordRep*, offset_type>;
401 offset_type* entry_data_offset() { in entry_data_offset()
H A Dcord_rep_ring.cc105 entry_data_offset()[index] += static_cast<offset_type>(n); in AddDataOffset()
122 rep_->entry_data_offset()[pos_] = static_cast<offset_type>(offset); in Add()
323 entry_data_offset()[head_] = static_cast<offset_type>(data_offset); in GetPrependBuffer()
337 rep->entry_data_offset()[0] = static_cast<offset_type>(offset); in CreateFromLeaf()
454 rep->entry_data_offset()[back] = static_cast<offset_type>(offset); in AppendLeaf()
490 rep->entry_data_offset()[head] = static_cast<offset_type>(offset); in PrependLeaf()
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis-reducer.cc324 Type offset_type = op_typer.NumberAdd( in Finalize() local
327 NodeProperties::SetType(offset, offset_type); in Finalize()
336 offset_type, in Finalize()
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc151 struct offset_type struct
156 offset_type() in offset_type() function
161 offset_type(die_source source, Dwarf_Off offset) in offset_type() function
166 offset_type(Dwarf_Off offset) in offset_type() function
171 bool operator==(const offset_type& o) const in operator ==()
176 }; // end struct offset_type
178 /// A convenience typedef for a pair of offset_type.
179 typedef std::pair<offset_type, offset_type> offset_pair_type;
181 /// A hasher for an instance of offset_type
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_msl.cpp9837 const SPIRType *offset_type = nullptr;
9842 offset_type = &expression_type(args.coffset);
9848 offset_type = &expression_type(args.offset);
9858 if (offset_type->vecsize > 1)
9865 if (offset_type->vecsize > 2)
9872 if (offset_type->vecsize > 3)
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c5613 struct vtn_type *offset_type = vtn_get_value_type(b, w[1]); in vtn_handle_write_packed_primitive_indices() local
5614 vtn_fail_if(offset_type->base_type != vtn_base_type_scalar || in vtn_handle_write_packed_primitive_indices()
5615 offset_type->type != glsl_uint_type(), in vtn_handle_write_packed_primitive_indices()
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp1219 const glsl_type *offset_type = NULL,
7313 const glsl_type *offset_type, in _texelFetch()
7340 if (offset_type != NULL) { in _texelFetch()
7342 new(mem_ctx) ir_variable(offset_type, "offset", ir_var_const_in); in _texelFetch()
7309 _texelFetch(builtin_available_predicate avail, const glsl_type *return_type, const glsl_type *sampler_type, const glsl_type *coord_type, const glsl_type *offset_type, bool sparse) _texelFetch() argument

Completed in 59 milliseconds