| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_mem.cpp | 426 Type* v32x8Ty = VectorType::get(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits local in function:SwrJit::Builder::Shuffle16bpcGather4 441 BITCAST(PSHUFB(BITCAST(vGatherInput[0], v32x8Ty), vConstMask), vGatherTy); 457 BITCAST(PSHUFB(BITCAST(vGatherInput[1], v32x8Ty), vConstMask), vGatherTy); 514 BITCAST(PSHUFB(BITCAST(vGatherInput[selectedGather], v32x8Ty), 531 Type* v32x8Ty = VectorType::get(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits local in function:SwrJit::Builder::Shuffle8bpcGather4 541 BITCAST(PSHUFB(BITCAST(vGatherInput, v32x8Ty), vConstMask), vGatherTy); 631 BITCAST(PSHUFB(BITCAST(vGatherInput, v32x8Ty), vConstMask), vGatherTy);
|
| H A D | fetch_jit.cpp | 1236 Type* v32x8Ty = VectorType::get(mInt8Ty, 32); local in function:FetchJit::Shuffle8bpcGatherd16 1263 BITCAST(PSHUFB(BITCAST(vGatherResult_lo, v32x8Ty), vConstMask), vGatherTy); 1265 BITCAST(PSHUFB(BITCAST(vGatherResult_hi, v32x8Ty), vConstMask), vGatherTy); 1442 BITCAST(PSHUFB(BITCAST(vGatherResult_lo, v32x8Ty), vConstMask), vGatherTy); 1444 BITCAST(PSHUFB(BITCAST(vGatherResult_hi, v32x8Ty), vConstMask), vGatherTy); 1497 Type* v32x8Ty = VectorType::get(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits local in function:FetchJit::Shuffle8bpcGatherd 1513 Value* val = VSHUFFLE(BITCAST(vGatherResult, v32x8Ty), 1514 UndefValue::get(v32x8Ty), 1607 Type* v32x8Ty = VectorType::get(mInt8Ty, 32); local in function:FetchJit::Shuffle16bpcGather16 1629 Value* vGatherResult_lo = BITCAST(EXTRACT_16(vGatherResult[0], 0), v32x8Ty); 1876 Type* v32x8Ty = VectorType::get(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits local in function:FetchJit::Shuffle16bpcGather [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_mem.cpp | 431 Type* v32x8Ty = getVectorType(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits local in function:SwrJit::Builder::Shuffle16bpcGather4 446 BITCAST(PSHUFB(BITCAST(vGatherInput[0], v32x8Ty), vConstMask), vGatherTy); 462 BITCAST(PSHUFB(BITCAST(vGatherInput[1], v32x8Ty), vConstMask), vGatherTy); 519 BITCAST(PSHUFB(BITCAST(vGatherInput[selectedGather], v32x8Ty), 536 Type* v32x8Ty = getVectorType(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits local in function:SwrJit::Builder::Shuffle8bpcGather4 546 BITCAST(PSHUFB(BITCAST(vGatherInput, v32x8Ty), vConstMask), vGatherTy); 637 BITCAST(PSHUFB(BITCAST(vGatherInput, v32x8Ty), vConstMask), vGatherTy);
|
| H A D | fetch_jit.cpp | 1316 Type* v32x8Ty = getVectorType(mInt8Ty, 32); local in function:FetchJit::Shuffle8bpcGatherd16 1343 BITCAST(PSHUFB(BITCAST(vGatherResult_lo, v32x8Ty), vConstMask), vGatherTy); 1345 BITCAST(PSHUFB(BITCAST(vGatherResult_hi, v32x8Ty), vConstMask), vGatherTy); 1523 BITCAST(PSHUFB(BITCAST(vGatherResult_lo, v32x8Ty), vConstMask), vGatherTy); 1525 BITCAST(PSHUFB(BITCAST(vGatherResult_hi, v32x8Ty), vConstMask), vGatherTy); 1578 Type* v32x8Ty = getVectorType(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits local in function:FetchJit::Shuffle8bpcGatherd 1599 Value* val = VSHUFFLE(BITCAST(vGatherResult, v32x8Ty), 1600 UndefValue::get(v32x8Ty), 1693 Type* v32x8Ty = getVectorType(mInt8Ty, 32); local in function:FetchJit::Shuffle16bpcGather16 1715 Value* vGatherResult_lo = BITCAST(EXTRACT_16(vGatherResult[0], 0), v32x8Ty); 1962 Type* v32x8Ty = getVectorType(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits local in function:FetchJit::Shuffle16bpcGather [all...] |