Home
last modified time | relevance | path

Searched refs:y_offset_el (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/isl/
H A Disl.c2759 uint32_t *y_offset_el, in isl_surf_get_image_offset_el()
2780 *y_offset_el = y_offset_sa / fmtl->bh; in isl_surf_get_image_offset_el()
2795 uint32_t x_offset_el, y_offset_el; in isl_surf_get_image_offset_B_tile_sa() local
2801 &y_offset_el); in isl_surf_get_image_offset_B_tile_sa()
2810 *y_offset_sa = y_offset_el * fmtl->bh; in isl_surf_get_image_offset_B_tile_sa()
2812 assert(y_offset_el == 0); in isl_surf_get_image_offset_B_tile_sa()
2823 uint32_t *y_offset_el) in isl_surf_get_image_offset_B_tile_el()
2848 y_offset_el, in isl_surf_get_image_offset_B_tile_el()
2887 UNUSED uint32_t x_offset_el, y_offset_el, z_offset_el, array_slice; in isl_surf_get_image_range_B_tile() local
2899 &y_offset_el, in isl_surf_get_image_range_B_tile()
2754 isl_surf_get_image_offset_el(const struct isl_surf *surf, uint32_t level, uint32_t logical_array_layer, uint32_t logical_z_offset_px, uint32_t *x_offset_el, uint32_t *y_offset_el, uint32_t *z_offset_el, uint32_t *array_offset) isl_surf_get_image_offset_el() argument
2817 isl_surf_get_image_offset_B_tile_el(const struct isl_surf *surf, uint32_t level, uint32_t logical_array_layer, uint32_t logical_z_offset_px, uint64_t *offset_B, uint32_t *x_offset_el, uint32_t *y_offset_el) isl_surf_get_image_offset_B_tile_el() argument
2968 isl_surf_get_uncompressed_surf(const struct isl_device *dev, const struct isl_surf *surf, const struct isl_view *view, struct isl_surf *ucompr_surf, struct isl_view *ucompr_view, uint64_t *offset_B, uint32_t *x_offset_el, uint32_t *y_offset_el) isl_surf_get_uncompressed_surf() argument
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
[all...]
H A Disl.h2656 uint32_t *y_offset_el,
2699 uint32_t *y_offset_el);
2772 uint32_t *y_offset_el);
2793 * @param[out] y_offset_el The Y offset within the tile, in elements
2811 uint32_t *y_offset_el,
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_clear.c1445 uint32_t x_offset_el, y_offset_el; in blorp_ccs_ambiguate() local
1447 &offset_B, &x_offset_el, &y_offset_el); in blorp_ccs_ambiguate()
1493 assert(y_offset_el % y_el_per_cl == 0); in blorp_ccs_ambiguate()
1495 y_offset_cl = y_offset_el / y_el_per_cl; in blorp_ccs_ambiguate()
1505 assert(x_offset_el == 0 && y_offset_el == 0); in blorp_ccs_ambiguate()

Completed in 12 milliseconds