Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/isl/
Disl.h1094 struct isl_extent4d { struct
1261 struct isl_extent4d logical_level0_px;
1273 struct isl_extent4d phys_level0_sa;
1966 static inline struct isl_extent4d
1967 isl_extent4d(uint32_t width, uint32_t height, uint32_t depth, in isl_extent4d() function
1970 struct isl_extent4d e = { { 0 } }; in isl_extent4d()
2107 static inline struct isl_extent4d
2112 return isl_extent4d(DIV_ROUND_UP(surf->logical_level0_px.w, fmtl->bw), in isl_surf_get_logical_level0_el()
2121 static inline struct isl_extent4d
2126 return isl_extent4d(DIV_ROUND_UP(surf->phys_level0_sa.w, fmtl->bw), in isl_surf_get_phys_level0_el()
Disl.c614 const struct isl_extent4d *phys_level0_sa) in isl_choose_array_pitch_span()
860 struct isl_extent4d *phys_level0_sa) in isl_calc_phys_level0_extent_sa()
880 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
905 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
919 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
932 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
963 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
973 *phys_level0_sa = (struct isl_extent4d) { in isl_calc_phys_level0_extent_sa()
995 const struct isl_extent4d *phys_level0_sa, in isl_calc_array_pitch_el_rows_gen4_2d()
1100 const struct isl_extent4d *phys_level0_sa, in isl_calc_phys_slice0_extent_sa_gen4_2d()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_generate_mipmap.c98 const struct isl_extent4d *base_size = &mt->surf.logical_level0_px; in brw_generate_mipmap()
/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()