Searched defs:vIndices (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 187 Value* vIndices; in Create() local 374 …tLoadVertices(const FETCH_COMPILE_STATE &fetchState, Value* streams, Value* vIndices, Value* pVtxO… in JitLoadVertices() 892 Value *streams, Value *vIndices, Value *vIndices2, Value *pVtxOut, bool useVertexID2) in JitGatherVertices() 1787 Value* vIndices = VUNDEF_I(); in GetSimdValid8bitIndices() local 1822 Value* vIndices = VUNDEF_I(); in GetSimdValid16bitIndices() local
|
D | builder_misc.cpp | 592 … Value *Builder::GATHERPS(Value *vSrc, Value *pBase, Value *vIndices, Value *vMask, uint8_t scale) in GATHERPS() 637 …Value *Builder::GATHERPS_16(Value *vSrc, Value *pBase, Value *vIndices, Value *vMask, uint8_t scal… in GATHERPS_16() 677 … Value *Builder::GATHERDD(Value* vSrc, Value* pBase, Value* vIndices, Value* vMask, uint8_t scale) in GATHERDD() 719 …Value *Builder::GATHERDD_16(Value *vSrc, Value *pBase, Value *vIndices, Value *vMask, uint8_t scal… in GATHERDD_16() 759 … Value *Builder::GATHERPD(Value* vSrc, Value* pBase, Value* vIndices, Value* vMask, uint8_t scale) in GATHERPD()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | pa.h | 651 SIMDSCALARI vIndices = *(SIMDSCALARI*)&this->indices[v][0]; in ComputeOffsets() local
|