Home
last modified time | relevance | path

Searched refs:srcIndices (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/
DIndexDataManager.h45 const void *srcIndices; member
DIndexDataManager.cpp151 translated->srcIndexData.srcIndices = indices; in prepareIndexData()
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.h155 ValueRange srcIndices, Value destMemRef,
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
DAffineOps.h90 AffineMap srcMap, ValueRange srcIndices, Value destMemRef,
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DBuffer11.cpp1569 memcpy(mIndicesMemoryBuffer.data(), indexInfo->srcIndices, indicesDataSize); in getBuffer()
1589 const uint8_t *ptr = static_cast<const uint8_t *>(indexInfo->srcIndices); in getBuffer()
DStateManager11.cpp3070 reinterpret_cast<ptrdiff_t>(indexInfo.srcIndexData.srcIndices); in applyVertexBuffers()
3072 indexInfo.srcIndexData.srcIndices = bufferData + offset; in applyVertexBuffers()
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp964 ValueRange srcIndices, Value destMemRef, in build() argument
971 result.addOperands(srcIndices); in build()
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp1477 Value srcMemRef, ValueRange srcIndices, Value destMemRef, in build() argument
1482 result.addOperands(srcIndices); in build()