Home
last modified time | relevance | path

Searched refs:y_offset_sa (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/intel/isl/
Disl.c2494 uint32_t *y_offset_sa) in get_image_offset_sa_gfx4_2d() argument
2525 *y_offset_sa = y; in get_image_offset_sa_gfx4_2d()
2536 uint32_t *y_offset_sa) in get_image_offset_sa_gfx4_3d() argument
2582 *y_offset_sa = y; in get_image_offset_sa_gfx4_3d()
2590 uint32_t *y_offset_sa) in get_image_offset_sa_gfx6_stencil_hiz() argument
2641 *y_offset_sa = y; in get_image_offset_sa_gfx6_stencil_hiz()
2652 uint32_t *y_offset_sa) in get_image_offset_sa_gfx9_1d() argument
2674 *y_offset_sa = layer * isl_surf_get_array_pitch_sa_rows(surf); in get_image_offset_sa_gfx9_1d()
2691 uint32_t *y_offset_sa, in isl_surf_get_image_offset_sa() argument
2703 x_offset_sa, y_offset_sa); in isl_surf_get_image_offset_sa()
[all …]
Disl.h1658 uint16_t x_offset_sa, y_offset_sa; member
2546 uint32_t *y_offset_sa,
2587 uint32_t *y_offset_sa);
2651 uint32_t *y_offset_sa);
2760 uint32_t *y_offset_sa, in isl_tiling_get_intratile_offset_sa() argument
2785 x_offset_sa, y_offset_sa, in isl_tiling_get_intratile_offset_sa()
2788 *y_offset_sa *= fmtl->bh; in isl_tiling_get_intratile_offset_sa()
Disl_surface_state.c591 if (info->x_offset_sa != 0 || info->y_offset_sa != 0) { in isl_genX()
620 assert(info->y_offset_sa % y_div == 0); in isl_genX()
622 s.YOffset = info->y_offset_sa / y_div; in isl_genX()
625 assert(info->y_offset_sa == 0); in isl_genX()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_mipmap_tree.c1135 uint32_t x_offset_sa, y_offset_sa, z_offset_sa, array_offset; in brw_miptree_get_image_offset() local
1153 &x_offset_sa, &y_offset_sa, in brw_miptree_get_image_offset()
1157 *y = y_offset_sa; in brw_miptree_get_image_offset()
Dbrw_wm_surface_state.c187 .x_offset_sa = tile_x, .y_offset_sa = tile_y); in brw_emit_surface_state()
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c2280 uint32_t x_offset_sa, y_offset_sa, size; in shrink_surface_params() local
2293 y_offset_sa = (uint32_t)*y0 * px_size_sa.h + info->tile_y_sa; in shrink_surface_params()
2300 x_offset_sa, y_offset_sa, 0, 0, in shrink_surface_params()
/third_party/mesa3d/src/intel/vulkan/
Danv_image.c2475 .y_offset_sa = tile_y_sa); in anv_image_fill_surface_state()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c2349 .y_offset_sa = tile_y_sa, in fill_surface_state()
2663 .y_offset_sa = tile_y_el, /* Single-sampled, so el == sa */ in iris_create_surface()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c5041 .y_offset_sa = tile_y_sa, in emit_surface_state()