Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1961 Value *vi128ZW_lo = nullptr; in Shuffle8bpcGatherd16() local
1965vi128ZW_lo = BITCAST(PERMD(vShufResult_lo, C<int32_t>({ 2, 6, 0, 0, 3, 7, 0, 0 })), v128Ty); in Shuffle8bpcGatherd16()
2003 Value *selectedPermute_lo = (i < 2) ? vi128XY_lo : vi128ZW_lo; in Shuffle8bpcGatherd16()
2312 Value *vi128ZW_lo = nullptr; in Shuffle16bpcGather16() local
2322vi128ZW_lo = BITCAST(PERMD(vShufResult_lo, C<int32_t>({ 0, 1, 4, 5, 2, 3, 6, 7 })), v128bitTy); in Shuffle16bpcGather16()
2360 Value *selectedPermute_lo = (i < 2) ? vi128XY_lo : vi128ZW_lo; in Shuffle16bpcGather16()