/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | IndexBuffer.cpp | 53 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()
|
D | IndexBuffer.h | 45 virtual gl::DrawElementsType getIndexType() const = 0; 71 gl::DrawElementsType getIndexType() const;
|
D | IndexDataManager.cpp | 191 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/ |
D | IndexBuffer.cpp | 53 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()
|
D | IndexBuffer.h | 45 virtual gl::DrawElementsType getIndexType() const = 0; 71 gl::DrawElementsType getIndexType() const;
|
D | IndexDataManager.cpp | 191 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/ |
D | CoroInternal.h | 144 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/ |
D | IndexBuffer9.h | 35 gl::DrawElementsType getIndexType() const override;
|
D | IndexBuffer9.cpp | 100 gl::DrawElementsType IndexBuffer9::getIndexType() const in getIndexType() function in rx::IndexBuffer9
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | IndexBuffer9.h | 35 gl::DrawElementsType getIndexType() const override;
|
D | IndexBuffer9.cpp | 100 gl::DrawElementsType IndexBuffer9::getIndexType() const in getIndexType() function in rx::IndexBuffer9
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | IndexBuffer11.h | 36 gl::DrawElementsType getIndexType() const override;
|
D | IndexBuffer11.cpp | 100 gl::DrawElementsType IndexBuffer11::getIndexType() const in getIndexType() function in rx::IndexBuffer11
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | IndexBuffer11.h | 36 gl::DrawElementsType getIndexType() const override;
|
D | IndexBuffer11.cpp | 100 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/ |
D | NativeTypeArray.cpp | 46 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/ |
D | Local.h | 32 Type *IntIdxTy = DL.getIndexType(GEP->getType());
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrRenderer.hpp | 99 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/ |
D | PtrUseVisitor.h | 225 IntegerType *IntIdxTy = cast<IntegerType>(DL.getIndexType(I.getType())); in visitPtr()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | IndexDataManagerTest.cpp | 41 gl::DrawElementsType getIndexType() const override { return mIndexType; } in getIndexType() function in __anone5c81b1b0111::MockIndexBuffer
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | IndexDataManagerTest.cpp | 41 gl::DrawElementsType getIndexType() const override { return mIndexType; } in getIndexType() function in __anon879a0c260111::MockIndexBuffer
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Context.hpp | 41 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/ |
D | SelectionDAGNodes.h | 2401 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/ |
D | DataLayout.h | 548 Type *getIndexType(Type *PtrTy) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1133 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()
|