Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/isl/
Disl.c2513 uint32_t *y_offset_sa) in get_image_offset_sa_gfx4_2d() argument
2544 *y_offset_sa = y; in get_image_offset_sa_gfx4_2d()
2555 uint32_t *y_offset_sa) in get_image_offset_sa_gfx4_3d() argument
2601 *y_offset_sa = y; in get_image_offset_sa_gfx4_3d()
2609 uint32_t *y_offset_sa) in get_image_offset_sa_gfx6_stencil_hiz() argument
2660 *y_offset_sa = y; in get_image_offset_sa_gfx6_stencil_hiz()
2671 uint32_t *y_offset_sa) in get_image_offset_sa_gfx9_1d() argument
2693 *y_offset_sa = layer * isl_surf_get_array_pitch_sa_rows(surf); in get_image_offset_sa_gfx9_1d()
2710 uint32_t *y_offset_sa, in isl_surf_get_image_offset_sa() argument
2722 x_offset_sa, y_offset_sa); in isl_surf_get_image_offset_sa()
[all …]
Disl.h1685 uint16_t x_offset_sa, y_offset_sa; member
2638 uint32_t *y_offset_sa,
2679 uint32_t *y_offset_sa);
2743 uint32_t *y_offset_sa);
2852 uint32_t *y_offset_sa, in isl_tiling_get_intratile_offset_sa() argument
2877 x_offset_sa, y_offset_sa, in isl_tiling_get_intratile_offset_sa()
2880 *y_offset_sa *= fmtl->bh; in isl_tiling_get_intratile_offset_sa()
Disl_surface_state.c487 if (info->x_offset_sa != 0 || info->y_offset_sa != 0) { in isl_genX()
516 assert(info->y_offset_sa % y_div == 0); in isl_genX()
518 s.YOffset = info->y_offset_sa / y_div; in isl_genX()
521 assert(info->y_offset_sa == 0); in isl_genX()
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c2295 uint32_t x_offset_sa, y_offset_sa, size; in shrink_surface_params() local
2308 y_offset_sa = (uint32_t)*y0 * px_size_sa.h + info->tile_y_sa; in shrink_surface_params()
2315 x_offset_sa, y_offset_sa, 0, 0, in shrink_surface_params()
/third_party/mesa3d/src/intel/vulkan/
Danv_image.c2628 .y_offset_sa = tile_y_sa); in anv_image_fill_surface_state()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c2478 .y_offset_sa = tile_y_sa, in fill_surface_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c5040 .y_offset_sa = tile_y_sa, in emit_surface_state()