/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A 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()
|
H A D | IndexBuffer.h | 45 virtual gl::DrawElementsType getIndexType() const = 0; 71 gl::DrawElementsType getIndexType() const;
|
H A 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/ |
H A 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/ |
H A D | IndexBuffer9.h | 35 gl::DrawElementsType getIndexType() const override;
|
H A 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/ |
H A D | IndexBuffer11.h | 36 gl::DrawElementsType getIndexType() const override;
|
H A D | IndexBuffer11.cpp | 100 gl::DrawElementsType IndexBuffer11::getIndexType() const in getIndexType() function in rx::IndexBuffer11
|
H A D | Context11.cpp | 89 return (staticBuffer->getBufferSize() == 0 || staticBuffer->getIndexType() != dstType); in DrawCallHasStreamingElementArray()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A 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/ |
H A D | Local.h | 32 Type *IntIdxTy = DL.getIndexType(GEP->getType()); in EmitGEPOffset()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A 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/ |
H A D | PtrUseVisitor.h | 225 IntegerType *IntIdxTy = cast<IntegerType>(DL.getIndexType(I.getType())); in visitPtr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 2401 assert(getIndexType() == IndexType && "Value truncated"); in MaskedGatherScatterSDNode() 2405 ISD::MemIndexType getIndexType() const { in getIndexType() function in llvm::MaskedGatherScatterSDNode 2409 return (getIndexType() == ISD::SIGNED_SCALED) || in isIndexScaled() 2410 (getIndexType() == ISD::UNSIGNED_SCALED); in isIndexScaled() 2413 return (getIndexType() == ISD::SIGNED_SCALED) || in isIndexSigned() 2414 (getIndexType() == ISD::SIGNED_UNSCALED); in isIndexSigned()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | IndexDataManagerTest.cpp | 41 gl::DrawElementsType getIndexType() const override { return mIndexType; }
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Context.hpp | 41 inline VkIndexType getIndexType() const { return indexType; } in getIndexType() function
|
H A D | Renderer.cpp | 265 draw->indexType = pipeline->getIndexBuffer().getIndexType(); in draw()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 548 Type *getIndexType(Type *PtrTy) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 1650 MMO, MGT->getIndexType()); in SplitVecRes_MGATHER() 1654 MMO, MGT->getIndexType()); in SplitVecRes_MGATHER() 2279 OpsLo, MMO, MGT->getIndexType()); in SplitVecOp_MGATHER() 2289 OpsHi, MMO, MGT->getIndexType()); in SplitVecOp_MGATHER() 2416 DL, OpsLo, MMO, N->getIndexType()); in SplitVecOp_MSCATTER() 2428 DL, OpsHi, MMO, N->getIndexType()); in SplitVecOp_MSCATTER() 3766 N->getMemOperand(), N->getIndexType()); in WidenVecRes_MGATHER() 4567 MG->getMemOperand(), MG->getIndexType()); in WidenVecOp_MGATHER() 4605 MSC->getMemOperand(), MSC->getIndexType()); in WidenVecOp_MSCATTER()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.cpp | 287 printTypeIndex("IndexType", AT.getIndexType()); in visitKnownRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DataLayout.cpp | 796 Type *DataLayout::getIndexType(Type *Ty) const {
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkRayTracingUtil.cpp | 819 if(geometriesData[geometryNdx]->getIndexType() != VK_INDEX_TYPE_NONE_KHR) in getIndexBufferSize() 855 if (geometriesData[geometryNdx]->getIndexType() != VK_INDEX_TYPE_NONE_KHR) in updateIndexBuffer() 1504 if (getIndexBuffer() != DE_NULL && geometryData->getIndexType() != VK_INDEX_TYPE_NONE_KHR) in prepareGeometries() 1515 if (geometryData->getIndexType() != VK_INDEX_TYPE_NONE_KHR) in prepareGeometries() 1529 geometryData->getIndexType(), // VkIndexType indexType; in prepareGeometries()
|
H A D | vkRayTracingUtil.hpp | 98 inline VkIndexType getIndexType (void) const { return m_indexType; } in getIndexType() function in vk::RaytracedGeometryBase
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 769 Type *IntIdxTy = DL.getIndexType(ResultTy); in CastGEPIndices() 842 Type *IntIdxTy = DL.getIndexType(Ptr->getType()); in SymbolicallyEvaluateGEP()
|