Searched refs:tiled_layout (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/asahi/layout/ |
D | tiling.cc | 71 memcpy_small(void *_tiled, void *_linear, const struct ail_layout *tiled_layout, in memcpy_small() argument 75 enum pipe_format format = tiled_layout->format; in memcpy_small() 77 unsigned stride_el = tiled_layout->stride_el[level]; in memcpy_small() 85 struct ail_tile tile_size = tiled_layout->tilesize_el[level]; in memcpy_small() 129 memcpy_small<uint8_t, store>(_tiled, _linear, tiled_layout, level, \ 133 memcpy_small<uint16_t, store>(_tiled, _linear, tiled_layout, level, \ 137 memcpy_small<uint32_t, store>(_tiled, _linear, tiled_layout, level, \ 141 memcpy_small<uint64_t, store>(_tiled, _linear, tiled_layout, level, \ 145 memcpy_small<ail_uint128_t, store>(_tiled, _linear, tiled_layout, level, \ 153 ail_detile(void *_tiled, void *_linear, const struct ail_layout *tiled_layout, in ail_detile() argument [all …]
|
D | layout.h | 288 const struct ail_layout *tiled_layout, unsigned level, 293 const struct ail_layout *tiled_layout, unsigned level,
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla_data.proto | 128 // g3doc/third_party/tensorflow/compiler/xla/g3doc/tiled_layout.md for
|