Home
last modified time | relevance | path

Searched refs:getIndexType (Results 1 - 25 of 46) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A 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()
H A DIndexBuffer.h45 virtual gl::DrawElementsType getIndexType() const = 0;
71 gl::DrawElementsType getIndexType() const;
H A 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/
H A 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/
H A DIndexBuffer9.h35 gl::DrawElementsType getIndexType() const override;
H A 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/
H A DIndexBuffer11.h36 gl::DrawElementsType getIndexType() const override;
H A DIndexBuffer11.cpp100 gl::DrawElementsType IndexBuffer11::getIndexType() const in getIndexType() function in rx::IndexBuffer11
H A DContext11.cpp89 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 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/
H A DLocal.h32 Type *IntIdxTy = DL.getIndexType(GEP->getType()); in EmitGEPOffset()
/third_party/vk-gl-cts/framework/referencerenderer/
H A 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/
H A DPtrUseVisitor.h225 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 DSelectionDAGNodes.h2401 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 DIndexDataManagerTest.cpp41 gl::DrawElementsType getIndexType() const override { return mIndexType; }
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.hpp41 inline VkIndexType getIndexType() const { return indexType; } in getIndexType() function
H A DRenderer.cpp265 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 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDataLayout.h548 Type *getIndexType(Type *PtrTy) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1650 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 DTypeDumpVisitor.cpp287 printTypeIndex("IndexType", AT.getIndexType()); in visitKnownRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDataLayout.cpp796 Type *DataLayout::getIndexType(Type *Ty) const {
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.cpp819 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 DvkRayTracingUtil.hpp98 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 DConstantFolding.cpp769 Type *IntIdxTy = DL.getIndexType(ResultTy); in CastGEPIndices()
842 Type *IntIdxTy = DL.getIndexType(Ptr->getType()); in SymbolicallyEvaluateGEP()

Completed in 41 milliseconds

12