Home
last modified time | relevance | path

Searched refs:total_y_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
2832 &total_y_offset_el, in isl_surf_get_image_offset_B_tile_el()
2843 total_y_offset_el, in isl_surf_get_image_offset_B_tile_el()
3107 uint32_t total_y_offset_el, in isl_tiling_get_intratile_offset_el()
3120 *tile_offset_B = (uint64_t)total_y_offset_el * row_pitch_B + in isl_tiling_get_intratile_offset_el()
3151 *y_offset_el = total_y_offset_el % tile_info.logical_extent_el.h; in isl_tiling_get_intratile_offset_el()
3157 uint32_t y_offset_tl = total_y_offset_el / tile_info.logical_extent_el.h; 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.h2788 * @param[in] total_y_offset_el The Y offset in tile space, in elements
2806 uint32_t total_y_offset_el,
2866 const uint32_t total_y_offset_el = total_y_offset_sa / fmtl->bh; in isl_tiling_get_intratile_offset_sa() local
2873 total_y_offset_el, in isl_tiling_get_intratile_offset_sa()

Completed in 10 milliseconds