Home
last modified time | relevance | path

Searched refs:getIndexType (Results 1 – 25 of 54) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DIndexBuffer.cpp53 gl::DrawElementsType IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
55 return mIndexBuffer->getIndexType(); in getIndexType()
179 ASSERT(curSize >= size && indexType == getIndexType()); in reserveBufferSpace()
DIndexBuffer.h45 virtual gl::DrawElementsType getIndexType() const = 0;
71 gl::DrawElementsType getIndexType() const;
DIndexDataManager.cpp191 staticBuffer && offsetAligned && staticBuffer->getIndexType() == dstType; in prepareIndexData()
222 ASSERT(offsetAligned && staticBuffer->getIndexType() == dstType); in prepareIndexData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DIndexBuffer.cpp53 gl::DrawElementsType IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
55 return mIndexBuffer->getIndexType(); in getIndexType()
179 ASSERT(curSize >= size && indexType == getIndexType()); in reserveBufferSpace()
DIndexBuffer.h45 virtual gl::DrawElementsType getIndexType() const = 0;
71 gl::DrawElementsType getIndexType() const;
DIndexDataManager.cpp191 staticBuffer && offsetAligned && staticBuffer->getIndexType() == dstType; in prepareIndexData()
222 ASSERT(offsetAligned && staticBuffer->getIndexType() == dstType); in prepareIndexData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h144 IntegerType *getIndexType() const { in getIndexType() function
150 return ConstantInt::get(getIndexType(), Value); in getIndex()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DIndexBuffer9.h35 gl::DrawElementsType getIndexType() const override;
DIndexBuffer9.cpp100 gl::DrawElementsType IndexBuffer9::getIndexType() const in getIndexType() function in rx::IndexBuffer9
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DIndexBuffer9.h35 gl::DrawElementsType getIndexType() const override;
DIndexBuffer9.cpp100 gl::DrawElementsType IndexBuffer9::getIndexType() const in getIndexType() function in rx::IndexBuffer9
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DIndexBuffer11.h36 gl::DrawElementsType getIndexType() const override;
DIndexBuffer11.cpp100 gl::DrawElementsType IndexBuffer11::getIndexType() const in getIndexType() function in rx::IndexBuffer11
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DIndexBuffer11.h36 gl::DrawElementsType getIndexType() const override;
DIndexBuffer11.cpp100 gl::DrawElementsType IndexBuffer11::getIndexType() const in getIndexType() function in rx::IndexBuffer11
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeArray.cpp46 return Session.getSymbolCache().findSymbolByTypeIndex(Record.getIndexType()); in getArrayIndexTypeId()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/
DLocal.h32 Type *IntIdxTy = DL.getIndexType(GEP->getType());
/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderer.hpp99 inline IndexType getIndexType (void) const { return m_indexType; } in getIndexType() function in rr::PrimitiveList
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DPtrUseVisitor.h225 IntegerType *IntIdxTy = cast<IntegerType>(DL.getIndexType(I.getType())); in visitPtr()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DIndexDataManagerTest.cpp41 gl::DrawElementsType getIndexType() const override { return mIndexType; } in getIndexType() function in __anone5c81b1b0111::MockIndexBuffer
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DIndexDataManagerTest.cpp41 gl::DrawElementsType getIndexType() const override { return mIndexType; } in getIndexType() function in __anon879a0c260111::MockIndexBuffer
/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.hpp41 inline VkIndexType getIndexType() const { return indexType; } in getIndexType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h2401 assert(getIndexType() == IndexType && "Value truncated");
2405 ISD::MemIndexType getIndexType() const {
2409 return (getIndexType() == ISD::SIGNED_SCALED) ||
2410 (getIndexType() == ISD::UNSIGNED_SCALED);
2413 return (getIndexType() == ISD::SIGNED_SCALED) ||
2414 (getIndexType() == ISD::SIGNED_UNSCALED);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h548 Type *getIndexType(Type *PtrTy) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1133 Type *IndexTy = DL.getIndexType(PtrTy); in FindElementAtOffset()
1694 DL.getIndexType(GEP.getPointerOperandType()->getScalarType()); in visitGetElementPtrInst()
2085 Type *IdxType = DL.getIndexType(GEPType); in visitGetElementPtrInst()
2115 assert(Idx->getType() == DL.getIndexType(GEPType) && in visitGetElementPtrInst()
2156 assert(Idx->getType() == DL.getIndexType(GEPType) && in visitGetElementPtrInst()
2164 Type *IndTy = DL.getIndexType(GEPType); in visitGetElementPtrInst()

123