• Home
  • Raw
  • Download

Lines Matching refs:fdl_layout

96 struct fdl_layout {  struct
136 fdl_cpp_shift(const struct fdl_layout *layout) in fdl_cpp_shift() argument
143 fdl_pitch(const struct fdl_layout *layout, unsigned level) in fdl_pitch()
153 fdl_ubwc_pitch(const struct fdl_layout *layout, unsigned level) in fdl_ubwc_pitch()
161 fdl_layer_stride(const struct fdl_layout *layout, unsigned level) in fdl_layer_stride()
171 fdl2_pitch(const struct fdl_layout *layout, unsigned level) in fdl2_pitch()
180 fdl2_pitch_pixels(const struct fdl_layout *layout, unsigned level) in fdl2_pitch_pixels()
186 fdl_surface_offset(const struct fdl_layout *layout, unsigned level, in fdl_surface_offset()
194 fdl_ubwc_offset(const struct fdl_layout *layout, unsigned level, unsigned layer) in fdl_ubwc_offset()
204 fdl_level_linear(const struct fdl_layout *layout, int level) in fdl_level_linear()
217 fdl_tile_mode(const struct fdl_layout *layout, int level) in fdl_tile_mode()
226 fdl_ubwc_enabled(const struct fdl_layout *layout, int level) in fdl_ubwc_enabled()
231 const char *fdl_tile_mode_desc(const struct fdl_layout *layout, int level);
233 void fdl_layout_buffer(struct fdl_layout *layout, uint32_t size);
235 void fdl5_layout(struct fdl_layout *layout, enum pipe_format format,
240 bool fdl6_layout(struct fdl_layout *layout, enum pipe_format format,
246 fdl_set_pitchalign(struct fdl_layout *layout, unsigned pitchalign) in fdl_set_pitchalign()
253 void fdl_dump_layout(struct fdl_layout *layout);
255 void fdl6_get_ubwc_blockwidth(struct fdl_layout *layout, uint32_t *blockwidth,