Home
last modified time | relevance | path

Searched refs:copyRanges (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fBufferCopyTests.cpp185 } copyRanges[] = in iterate() local
193 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(copyRanges) && isOk; ndx++) in iterate()
195 int srcOffset = copyRanges[ndx].srcOffset; in iterate()
196 int dstOffset = copyRanges[ndx].dstOffset; in iterate()
197 int copySize = copyRanges[ndx].copySize; in iterate()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitter.cpp82 copyRanges(); in apply()
211 void copyRanges() { in copyRanges() function in llvm::LoopSplit