Lines Matching full:tile
22 /// accumulate the results into a packed single precision tile. Each dword
58 /// The destination tile. Max size is 1024 Bytes.
60 /// The 1st source tile. Max size is 1024 Bytes.
62 /// The 2nd source tile. Max size is 1024 Bytes.
66 /// accumulate the results into a packed single precision tile. Each dword
103 /// The destination tile. Max size is 1024 Bytes.
105 /// The 1st source tile. Max size is 1024 Bytes.
107 /// The 2nd source tile. Max size is 1024 Bytes.
123 /// accumulate the results into a packed single precision tile. Each dword
133 /// The destination tile. Max size is 1024 Bytes.
135 /// The 1st source tile. Max size is 1024 Bytes.
137 /// The 2nd source tile. Max size is 1024 Bytes.
141 dst->tile = _tile_cmmimfp16ps_internal(src0.row, src1.col, src0.col, in __tile_cmmimfp16ps()
142 dst->tile, src0.tile, src1.tile); in __tile_cmmimfp16ps()
146 /// accumulate the results into a packed single precision tile. Each dword
156 /// The destination tile. Max size is 1024 Bytes.
158 /// The 1st source tile. Max size is 1024 Bytes.
160 /// The 2nd source tile. Max size is 1024 Bytes.
164 dst->tile = _tile_cmmrlfp16ps_internal(src0.row, src1.col, src0.col, in __tile_cmmrlfp16ps()
165 dst->tile, src0.tile, src1.tile); in __tile_cmmrlfp16ps()