Home
last modified time | relevance | path

Searched refs:ElementOffset (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DBuffer11.cpp1278 bufferSRVDesc.Buffer.ElementOffset = 0; in getSRVForFormat()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DBuffer11.cpp1399 bufferSRVDesc.Buffer.ElementOffset = 0; in getSRVForFormat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp1956 uint64_t ElementOffset = SL->getElementOffset(ElementIdx); in isGEPKnownNonNull() local
1957 if (ElementOffset > 0) in isGEPKnownNonNull()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp16746 int ElementOffset = -1; in combineInsertEltToShuffle() local
16761 ElementOffset = ArgOffset; in combineInsertEltToShuffle()
16781 if (ElementOffset != -1) { in combineInsertEltToShuffle()
16785 NewMask[InsIndex] = ElementOffset + ExtrIndex->getZExtValue(); in combineInsertEltToShuffle()