Home
last modified time | relevance | path

Searched defs:Data (Results 1 – 25 of 523) sorted by relevance

12345678910>>...21

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DComputeProgram.hpp71 struct Data struct in sw::ComputeProgram
73 vk::DescriptorSet::Bindings descriptorSets;
74 vk::DescriptorSet::DynamicOffsets descriptorDynamicOffsets;
75 uint4 numWorkgroups; // [x, y, z, 0]
76 uint4 workgroupSize; // [x, y, z, 0]
77 uint32_t invocationsPerSubgroup; // SPIR-V: "SubgroupSize"
78 uint32_t subgroupsPerWorkgroup; // SPIR-V: "NumSubgroups"
79 uint32_t invocationsPerWorkgroup; // Total number of invocations per workgroup.
80 vk::Pipeline::PushConstantStorage pushConstants;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMAttributeParser.cpp74 uint64_t ARMAttributeParser::ParseInteger(const uint8_t *Data, in ParseInteger()
82 StringRef ARMAttributeParser::ParseString(const uint8_t *Data, in ParseString()
90 void ARMAttributeParser::IntegerAttribute(AttrType Tag, const uint8_t *Data, in IntegerAttribute()
100 void ARMAttributeParser::StringAttribute(AttrType Tag, const uint8_t *Data, in StringAttribute()
131 void ARMAttributeParser::CPU_arch(AttrType Tag, const uint8_t *Data, in CPU_arch()
147 void ARMAttributeParser::CPU_arch_profile(AttrType Tag, const uint8_t *Data, in CPU_arch_profile()
164 void ARMAttributeParser::ARM_ISA_use(AttrType Tag, const uint8_t *Data, in ARM_ISA_use()
174 void ARMAttributeParser::THUMB_ISA_use(AttrType Tag, const uint8_t *Data, in THUMB_ISA_use()
184 void ARMAttributeParser::FP_arch(AttrType Tag, const uint8_t *Data, in FP_arch()
197 void ARMAttributeParser::WMMX_arch(AttrType Tag, const uint8_t *Data, in WMMX_arch()
[all …]
DCRC.cpp75 uint32_t llvm::crc32(uint32_t CRC, ArrayRef<uint8_t> Data) { in crc32()
87 uint32_t llvm::crc32(uint32_t CRC, ArrayRef<uint8_t> Data) { in crc32()
101 uint32_t llvm::crc32(ArrayRef<uint8_t> Data) { return crc32(0, Data); } in crc32()
103 void JamCRC::update(ArrayRef<uint8_t> Data) { in update()
DBinaryStreamRef.cpp19 ArrayRefImpl(ArrayRef<uint8_t> Data, endianness Endian) : BBS(Data, Endian) {} in ArrayRefImpl()
40 MutableArrayRefImpl(MutableArrayRef<uint8_t> Data, endianness Endian) in MutableArrayRefImpl()
57 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes()
72 BinaryStreamRef::BinaryStreamRef(ArrayRef<uint8_t> Data, endianness Endian) in BinaryStreamRef()
75 BinaryStreamRef::BinaryStreamRef(StringRef Data, endianness Endian) in BinaryStreamRef()
111 WritableBinaryStreamRef::WritableBinaryStreamRef(MutableArrayRef<uint8_t> Data, in WritableBinaryStreamRef()
/third_party/libexif/contrib/c++/
Dexif.hxx451 struct Data struct
455 Data() in Data() function
459 Data(const char *path, bool *success = 0) in Data() function
467 throw IOError("Exif::Data: Could not load file"); in Data()
473 Data(const unsigned char *data, in Data() argument
478 Data(Data const &other) in Data() function
484 ~Data() in ~Data()
489 Data &operator=(Data const &other) in operator =()
513 "Exif::Data: IFD index out of range"); in operator []()
518 ExifByteOrder byteOrder() const in byteOrder()
[all …]
/third_party/skia/third_party/externals/tint/src/transform/
Dfirst_index_offset.h83 struct Data : public Castable<Data, transform::Data> { struct
122 void Run(CloneContext& ctx, const DataMap& inputs, DataMap& outputs) override; argument
Drenamer.h31 struct Data : public Castable<Data, transform::Data> { struct
37 explicit Data(Remappings&& remappings); argument
63 struct Config : public Castable<Config, transform::Data> { argument
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerMutate.cpp71 size_t MutationDispatcher::Mutate_Custom(uint8_t *Data, size_t Size, in Mutate_Custom()
76 size_t MutationDispatcher::Mutate_CustomCrossOver(uint8_t *Data, size_t Size, in Mutate_CustomCrossOver()
95 size_t MutationDispatcher::Mutate_ShuffleBytes(uint8_t *Data, size_t Size, in Mutate_ShuffleBytes()
108 size_t MutationDispatcher::Mutate_EraseBytes(uint8_t *Data, size_t Size, in Mutate_EraseBytes()
121 size_t MutationDispatcher::Mutate_InsertByte(uint8_t *Data, size_t Size, in Mutate_InsertByte()
131 size_t MutationDispatcher::Mutate_InsertRepeatedBytes(uint8_t *Data, in Mutate_InsertRepeatedBytes()
149 size_t MutationDispatcher::Mutate_ChangeByte(uint8_t *Data, size_t Size, in Mutate_ChangeByte()
157 size_t MutationDispatcher::Mutate_ChangeBit(uint8_t *Data, size_t Size, in Mutate_ChangeBit()
165 size_t MutationDispatcher::Mutate_AddWordFromManualDictionary(uint8_t *Data, in Mutate_AddWordFromManualDictionary()
172 uint8_t *Data, size_t Size, size_t MaxSize) { in Mutate_AddWordFromTemporaryAutoDictionary()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dwaitgroup.h68 struct Data { struct
75 const std::shared_ptr<Data> data; argument
78 WaitGroup::Data::Data(Allocator* allocator) : cv(allocator) {} in Data() function
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DCopyCompressedTextureTest.cpp157 struct Data in TEST_P() struct
159 GLint format; in TEST_P()
160 const uint8_t *data; in TEST_P()
161 GLsizei dataSize; in TEST_P()
163 Data() : Data(GL_NONE, nullptr, 0) {} in TEST_P() function
164 Data(GLint format, const uint8_t *data, GLsizei dataSize) in TEST_P() argument
/third_party/icu/docs/userguide/datetime/timezone/
Dindex.md159 ### ICU4C TZ update of a .dat Package File
193 ### ICU4C TZ Update with Drop-in .res files (ICU 54 and newer)
218 ### ICU4C TZ update when ICU is configured for individual files
226 ### ICU4C TZ update when ICU data is built into a shared library
246 ### Update the time zone data for ICU4J
/third_party/gn/src/base/
Dscoped_generic.h62 struct Data : public Traits { struct
63 explicit Data(const T& in) : generic(in) {} in Data() argument
64 Data(const T& in, const Traits& other) : Traits(other), generic(in) {} in Data() argument
65 T generic;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp39 static inline uint32_t getEncodedIntegerLength(ArrayRef<uint8_t> Data) { in getEncodedIntegerLength()
63 static inline uint32_t getCStringLength(ArrayRef<uint8_t> Data) { in getCStringLength()
94 static uint32_t handleBaseClass(ArrayRef<uint8_t> Data, uint32_t Offset, in handleBaseClass()
104 static uint32_t handleEnumerator(ArrayRef<uint8_t> Data, uint32_t Offset, in handleEnumerator()
114 static uint32_t handleDataMember(ArrayRef<uint8_t> Data, uint32_t Offset, in handleDataMember()
126 static uint32_t handleOverloadedMethod(ArrayRef<uint8_t> Data, uint32_t Offset, in handleOverloadedMethod()
136 static uint32_t handleOneMethod(ArrayRef<uint8_t> Data, uint32_t Offset, in handleOneMethod()
154 static uint32_t handleNestedType(ArrayRef<uint8_t> Data, uint32_t Offset, in handleNestedType()
164 static uint32_t handleStaticDataMember(ArrayRef<uint8_t> Data, uint32_t Offset, in handleStaticDataMember()
174 static uint32_t handleVirtualBaseClass(ArrayRef<uint8_t> Data, uint32_t Offset, in handleVirtualBaseClass()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DYAML.h68 ArrayRef<uint8_t> Data; variable
75 BinaryRef(ArrayRef<uint8_t> Data) : Data(Data), DataIsHexString(false) {} in BinaryRef()
76 BinaryRef(StringRef Data) : Data(arrayRefFromStringRef(Data)) {} in BinaryRef()
DDWARFYAML.h120 uint64_t Data; member
143 struct Data { struct
144 bool IsLittleEndian;
145 std::vector<Abbrev> AbbrevDecls;
146 std::vector<StringRef> DebugStrings;
147 std::vector<ARange> ARanges;
148 PubSection PubNames;
149 PubSection PubTypes;
151 PubSection GNUPubNames;
152 PubSection GNUPubTypes;
[all …]
/third_party/json/tests/thirdparty/Fuzzer/test/
DSwitchTest.cpp14 bool Switch(const uint8_t *Data, size_t Size) { in Switch()
31 bool ShortSwitch(const uint8_t *Data, size_t Size) { in ShortSwitch()
48 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_global_main.cpp29 struct Data { struct
35 struct Data SimpleData = {-111, 2.69, 55.19}; argument
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/
DREADME.md35 ## Data section in `parse_number_fxx` Test Data
59 ### remyoudompheng/fptest
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DInlineInfo.cpp76 static bool skip(DataExtractor &Data, uint64_t &Offset, bool SkippedRanges) { in skip()
108 static bool lookup(const GsymReader &GR, DataExtractor &Data, uint64_t &Offset, in lookup()
155 llvm::Error InlineInfo::lookup(const GsymReader &GR, DataExtractor &Data, in lookup()
175 static llvm::Expected<InlineInfo> decode(DataExtractor &Data, uint64_t &Offset, in decode()
218 llvm::Expected<InlineInfo> InlineInfo::decode(DataExtractor &Data, in decode()
DGsymReader.cpp90 DataExtractor Data(MemBuffer->getBuffer(), DataIsLittleEndian, 4); in parse() local
138 DataExtractor Data(MemBuffer->getBuffer(), DataIsLittleEndian, 4); in parse() local
251 DataExtractor Data(MemBuffer->getBuffer().substr(AddrInfoOffset), Endian, 4); in getFunctionInfo() local
273 DataExtractor Data(MemBuffer->getBuffer().substr(AddrInfoOffset), Endian, 4); in lookup() local
/third_party/skia/modules/skunicode/src/
DSkUnicode_client.cpp72 struct Data { struct in SkUnicode_client
73 SkSpan<const char> fText8;
74 SkSpan<const char16_t> fText16;
75 std::vector<Position> fWords;
76 std::vector<SkUnicode::Position> fGraphemeBreaks;
77 std::vector<SkUnicode::LineBreakBefore> fLineBreaks;
78 Data(SkSpan<char> text, in Data() argument
89 void reset() { in reset()
/third_party/node/src/quic/
Dpacket.cc32 struct Packet::Data final : public MemoryRetainer { struct in node::quic::Packet
33 MaybeStackBuffer<uint8_t, kDefaultMaxPacketLength> data_;
38 const std::string diagnostic_label_;
40 void MemoryInfo(MemoryTracker* tracker) const override { in MemoryInfo()
44 SET_SELF_SIZE(Data) in SET_SELF_SIZE()
51 size_t length() const { return data_.length(); } in length()
52 operator uv_buf_t() { in operator uv_buf_t()
55 operator ngtcp2_vec() { return ngtcp2_vec{data_.out(), data_.length()}; } in operator ngtcp2_vec()
57 std::string ToString() const { in ToString()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkQueryPool.hpp41 struct Data struct in vk::Query
43 State state; // The current query state.
44 int64_t value; // The current query value.
/third_party/node/src/
Daliased_struct.h40 const T* Data() const { return ptr_; } in Data() function
42 T* Data() { return ptr_; } in Data() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h48 DWARFLocationTable(DWARFDataExtractor Data) : Data(std::move(Data)) {} in DWARFLocationTable()
102 DWARFDebugLoc(DWARFDataExtractor Data) in DWARFDebugLoc()
122 DWARFDebugLoclists(DWARFDataExtractor Data, uint16_t Version) in DWARFDebugLoclists()

12345678910>>...21