Home
last modified time | relevance | path

Searched refs:pVectorType (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp396 FixedVectorType* pVectorType = cast<FixedVectorType>(pType); in PRINT() local
398 VectorType* pVectorType = cast<VectorType>(pType); in PRINT() local
411 for (uint32_t i = 1; i < pVectorType->getNumElements(); ++i) in PRINT()
427 for (; i < pVectorType->getNumElements() - 1; i++) in PRINT()
444 for (; i < pVectorType->getNumElements() - 1; i++) in PRINT()
461 for (; i < pVectorType->getNumElements() - 1; i++) in PRINT()
581 FixedVectorType* pVectorType = cast<FixedVectorType>(mask->getType()); in VMOVMSK() local
583 VectorType* pVectorType = cast<VectorType>(mask->getType()); in VMOVMSK()
585 SWR_ASSERT(pVectorType->getElementType() == mInt1Ty); in VMOVMSK()
586 uint32_t numLanes = pVectorType->getNumElements(); in VMOVMSK()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp546 FixedVectorType* pVectorType = cast<FixedVectorType>(vSrc->getType()); in VGATHER_EMU() local
548 VectorType* pVectorType = cast<VectorType>(vSrc->getType()); in VGATHER_EMU() local
550 uint32_t numElem = pVectorType->getNumElements(); in VGATHER_EMU()
551 auto srcTy = pVectorType->getElementType(); in VGATHER_EMU()