Home
last modified time | relevance | path

Searched refs:isl_extent4d (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/isl/
Disl.c437 const struct isl_extent4d *phys_level0_sa) in isl_choose_array_pitch_span()
674 struct isl_extent4d *phys_level0_sa) in isl_calc_phys_level0_extent_sa()
694 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
719 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
733 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
746 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
780 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
790 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
812 const struct isl_extent4d *phys_level0_sa, in isl_calc_array_pitch_el_rows_gen4_2d()
914 const struct isl_extent4d *phys_level0_sa, in isl_calc_phys_slice0_extent_sa_gen4_2d()
[all …]
Disl.h969 struct isl_extent4d { struct
1135 struct isl_extent4d logical_level0_px;
1147 struct isl_extent4d phys_level0_sa;
1657 static inline struct isl_extent4d
1658 isl_extent4d(uint32_t width, uint32_t height, uint32_t depth, in isl_extent4d() function
1661 struct isl_extent4d e = { { 0 } }; in isl_extent4d()
/external/mesa3d/src/intel/isl/tests/
Disl_surf_get_image_offset_test.c45 t_assert_extent4d(const struct isl_extent4d *e, uint32_t width, in t_assert_extent4d()