Searched refs:v32x8Ty (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_mem.cpp | 431 Type* v32x8Ty = getVectorType(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits in Shuffle16bpcGather4() local 446 BITCAST(PSHUFB(BITCAST(vGatherInput[0], v32x8Ty), vConstMask), vGatherTy); in Shuffle16bpcGather4() 462 BITCAST(PSHUFB(BITCAST(vGatherInput[1], v32x8Ty), vConstMask), vGatherTy); in Shuffle16bpcGather4() 519 BITCAST(PSHUFB(BITCAST(vGatherInput[selectedGather], v32x8Ty), in Shuffle16bpcGather4() 536 Type* v32x8Ty = getVectorType(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits in Shuffle8bpcGather4() local 546 BITCAST(PSHUFB(BITCAST(vGatherInput, v32x8Ty), vConstMask), vGatherTy); in Shuffle8bpcGather4() 637 BITCAST(PSHUFB(BITCAST(vGatherInput, v32x8Ty), vConstMask), vGatherTy); in Shuffle8bpcGather4()
|
D | fetch_jit.cpp | 1316 Type* v32x8Ty = getVectorType(mInt8Ty, 32); in Shuffle8bpcGatherd16() local 1343 BITCAST(PSHUFB(BITCAST(vGatherResult_lo, v32x8Ty), vConstMask), vGatherTy); in Shuffle8bpcGatherd16() 1345 BITCAST(PSHUFB(BITCAST(vGatherResult_hi, v32x8Ty), vConstMask), vGatherTy); in Shuffle8bpcGatherd16() 1523 BITCAST(PSHUFB(BITCAST(vGatherResult_lo, v32x8Ty), vConstMask), vGatherTy); in Shuffle8bpcGatherd16() 1525 BITCAST(PSHUFB(BITCAST(vGatherResult_hi, v32x8Ty), vConstMask), vGatherTy); in Shuffle8bpcGatherd16() 1578 Type* v32x8Ty = getVectorType(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits in Shuffle8bpcGatherd() local 1599 Value* val = VSHUFFLE(BITCAST(vGatherResult, v32x8Ty), in Shuffle8bpcGatherd() 1600 UndefValue::get(v32x8Ty), in Shuffle8bpcGatherd() 1693 Type* v32x8Ty = getVectorType(mInt8Ty, 32); in Shuffle16bpcGather16() local 1715 Value* vGatherResult_lo = BITCAST(EXTRACT_16(vGatherResult[0], 0), v32x8Ty); in Shuffle16bpcGather16() [all …]
|