Searched refs:InterleaveByLane (Results 1 – 3 of 3) sorted by relevance
63 if(interleavedByLane) { p = InterleaveByLane(p); } // TODO: Interleave once, then add offset? in EmitLoad()115 if(interleavedByLane) { p = InterleaveByLane(p); } in Store()228 if(interleavedByLane) { p = InterleaveByLane(p); } in EmitVariable()267 if(dstInterleavedByLane) { dst = InterleaveByLane(dst); } in EmitCopyMemory()268 if(srcInterleavedByLane) { src = InterleaveByLane(src); } in EmitCopyMemory()471 sw::SIMD::Pointer SpirvShader::InterleaveByLane(sw::SIMD::Pointer p) in InterleaveByLane() function in sw::SpirvShader
877 static sw::SIMD::Pointer InterleaveByLane(sw::SIMD::Pointer p);
1962 auto dst = InterleaveByLane(SIMD::Pointer(base, 0)); in create()