Home
last modified time | relevance | path

Searched refs:total_x_offset_el (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/isl/
H A Disl.c2827 uint32_t total_x_offset_el, total_y_offset_el; in isl_surf_get_image_offset_B_tile_el() local
2831 &total_x_offset_el, in isl_surf_get_image_offset_B_tile_el()
2842 total_x_offset_el, in isl_surf_get_image_offset_B_tile_el()
3106 uint32_t total_x_offset_el, in isl_tiling_get_intratile_offset_el()
3121 (uint64_t)total_x_offset_el * (bpb / 8); in isl_tiling_get_intratile_offset_el()
3150 *x_offset_el = total_x_offset_el % tile_info.logical_extent_el.w; in isl_tiling_get_intratile_offset_el()
3156 uint32_t x_offset_tl = total_x_offset_el / tile_info.logical_extent_el.w; in isl_tiling_get_intratile_offset_el()
3099 isl_tiling_get_intratile_offset_el(enum isl_tiling tiling, enum isl_surf_dim dim, enum isl_msaa_layout msaa_layout, uint32_t bpb, uint32_t samples, uint32_t row_pitch_B, uint32_t array_pitch_el_rows, uint32_t total_x_offset_el, uint32_t total_y_offset_el, uint32_t total_z_offset_el, uint32_t total_array_offset, uint64_t *tile_offset_B, uint32_t *x_offset_el, uint32_t *y_offset_el, uint32_t *z_offset_el, uint32_t *array_offset) isl_tiling_get_intratile_offset_el() argument
H A Disl.h2787 * @param[in] total_x_offset_el The X offset in tile space, in elements
2805 uint32_t total_x_offset_el,
2865 const uint32_t total_x_offset_el = total_x_offset_sa / fmtl->bw; in isl_tiling_get_intratile_offset_sa() local
2872 total_x_offset_el, in isl_tiling_get_intratile_offset_sa()

Completed in 10 milliseconds