HomeSort by relevance Sort by last modified time
    Searched refs:StreamIndex (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
StreamUtil.h 44 uint32_t getStreamIndex() const { return StreamIndex; }
48 uint32_t StreamIndex);
49 static StreamInfo createModuleStream(StringRef Module, uint32_t StreamIndex,
54 uint32_t StreamIndex;
StreamUtil.cpp 34 uint32_t StreamIndex) {
37 Result.StreamIndex = StreamIndex;
43 uint32_t StreamIndex, uint32_t Modi) {
46 Result.StreamIndex = StreamIndex;
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
IPDBFile.h 32 virtual uint32_t getStreamByteSize(uint32_t StreamIndex) const = 0;
34 getStreamBlockList(uint32_t StreamIndex) const = 0;
PDBFile.h 86 uint32_t getStreamByteSize(uint32_t StreamIndex) const override;
88 getStreamBlockList(uint32_t StreamIndex) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
IMSFFile.h 29 virtual uint32_t getStreamByteSize(uint32_t StreamIndex) const = 0;
31 getStreamBlockList(uint32_t StreamIndex) const = 0;
MappedBlockStream.h 50 uint32_t StreamIndex, BumpPtrAllocator &Allocator);
116 uint32_t StreamIndex, BumpPtrAllocator &Allocator);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h 65 uint32_t getStreamByteSize(uint32_t StreamIndex) const override;
67 getStreamBlockList(uint32_t StreamIndex) const override;
121 uint32_t StreamIndex) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
PDBFile.cpp 93 uint32_t PDBFile::getStreamByteSize(uint32_t StreamIndex) const {
94 return ContainerLayout.StreamSizes[StreamIndex];
98 PDBFile::getStreamBlockList(uint32_t StreamIndex) const {
99 return ContainerLayout.StreamMap[StreamIndex];
467 uint32_t StreamIndex) const {
468 if (StreamIndex >= getNumStreams())
470 return MappedBlockStream::createIndexedStream(Layout, MsfData, StreamIndex,
GSIStreamBuilder.cpp 33 uint32_t StreamIndex;
189 GSH->StreamIndex = *Idx;
193 PSH->StreamIndex = *Idx;
253 return PSH->StreamIndex;
257 return GSH->StreamIndex;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
MappedBlockStream.cpp 61 const MSFLayout &Layout, BinaryStreamRef MsfData, uint32_t StreamIndex,
63 assert(StreamIndex < Layout.StreamMap.size() && "Invalid stream index");
65 SL.Blocks = Layout.StreamMap[StreamIndex];
66 SL.Length = Layout.StreamSizes[StreamIndex];
329 uint32_t StreamIndex,
331 assert(StreamIndex < Layout.StreamMap.size() && "Invalid stream index");
333 SL.Blocks = Layout.StreamMap[StreamIndex];
334 SL.Length = Layout.StreamSizes[StreamIndex];
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.h 46 uint32_t StreamIndex : 6;
fetch_jit.cpp 445 Value *stream = LOAD(streams, {ied.StreamIndex, SWR_VERTEX_BUFFER_STATE_pData});
448 Value *stride = LOAD(streams, {ied.StreamIndex, SWR_VERTEX_BUFFER_STATE_pitch});
452 Value *size = LOAD(streams, {ied.StreamIndex, SWR_VERTEX_BUFFER_STATE_size});
461 minVertex = GEP(streams, {C(ied.StreamIndex), C(SWR_VERTEX_BUFFER_STATE_minVertex)});
    [all...]
  /external/llvm/lib/DebugInfo/PDB/Raw/
PDBFile.cpp 65 uint32_t PDBFile::getStreamByteSize(uint32_t StreamIndex) const {
66 return StreamSizes[StreamIndex];
70 PDBFile::getStreamBlockList(uint32_t StreamIndex) const {
71 return StreamMap[StreamIndex];
  /external/llvm/unittests/DebugInfo/PDB/
MappedBlockStreamTest.cpp 55 uint32_t getStreamByteSize(uint32_t StreamIndex) const override {
59 getStreamBlockList(uint32_t StreamIndex) const override {
60 if (StreamIndex != 0)
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 49 enum StreamIndex {
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp 513 velems->fsState.layout[i].StreamIndex =
    [all...]

Completed in 338 milliseconds