Searched refs:selectedPermute (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_mem.cpp | 477 Value* selectedPermute = (i < 2) ? vi128XY : vi128ZW; local in function:SwrJit::Builder::Shuffle16bpcGather4 480 vGatherOutput[swizzleIndex] = VEXTRACT(selectedPermute, C(lane)); 577 Value* selectedPermute = (i < 2) ? vi128XY : vi128ZW; local in function:SwrJit::Builder::Shuffle8bpcGather4 580 vGatherOutput[swizzleIndex] = VEXTRACT(selectedPermute, C(lane));
|
| H A D | fetch_jit.cpp | 1951 Value* selectedPermute = (i < 2) ? vi128XY : vi128ZW; local in function:FetchJit::Shuffle16bpcGather 1957 CVTPH2PS(BITCAST(VEXTRACT(selectedPermute, C(lane)), v8x16Ty)); 1963 PMOVSXWD(BITCAST(VEXTRACT(selectedPermute, C(lane)), v8x16Ty));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_mem.cpp | 482 Value* selectedPermute = (i < 2) ? vi128XY : vi128ZW; local in function:SwrJit::Builder::Shuffle16bpcGather4 485 vGatherOutput[swizzleIndex] = VEXTRACT(selectedPermute, C(lane)); 582 Value* selectedPermute = (i < 2) ? vi128XY : vi128ZW; local in function:SwrJit::Builder::Shuffle8bpcGather4 585 vGatherOutput[swizzleIndex] = VEXTRACT(selectedPermute, C(lane));
|
| H A D | fetch_jit.cpp | 2037 Value* selectedPermute = (i < 2) ? vi128XY : vi128ZW; local in function:FetchJit::Shuffle16bpcGather 2043 CVTPH2PS(BITCAST(VEXTRACT(selectedPermute, C(lane)), v8x16Ty)); 2049 PMOVSXWD(BITCAST(VEXTRACT(selectedPermute, C(lane)), v8x16Ty));
|
Completed in 11 milliseconds