Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/isl/
Disl.c2493 uint32_t *x_offset_sa, in get_image_offset_sa_gfx4_2d() argument
2524 *x_offset_sa = x; in get_image_offset_sa_gfx4_2d()
2535 uint32_t *x_offset_sa, in get_image_offset_sa_gfx4_3d() argument
2581 *x_offset_sa = x; in get_image_offset_sa_gfx4_3d()
2589 uint32_t *x_offset_sa, in get_image_offset_sa_gfx6_stencil_hiz() argument
2640 *x_offset_sa = x; in get_image_offset_sa_gfx6_stencil_hiz()
2651 uint32_t *x_offset_sa, in get_image_offset_sa_gfx9_1d() argument
2673 *x_offset_sa = x; in get_image_offset_sa_gfx9_1d()
2690 uint32_t *x_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_surface_state.c591 if (info->x_offset_sa != 0 || info->y_offset_sa != 0) { in isl_genX()
607 assert(info->x_offset_sa % 16 == 0); in isl_genX()
609 assert(info->x_offset_sa % 8 == 0); in isl_genX()
619 assert(info->x_offset_sa % x_div == 0); in isl_genX()
621 s.XOffset = info->x_offset_sa / x_div; in isl_genX()
624 assert(info->x_offset_sa == 0); in isl_genX()
Disl.h1658 uint16_t x_offset_sa, y_offset_sa; member
2545 uint32_t *x_offset_sa,
2586 uint32_t *x_offset_sa,
2650 uint32_t *x_offset_sa,
2759 uint32_t *x_offset_sa, in isl_tiling_get_intratile_offset_sa() argument
2785 x_offset_sa, y_offset_sa, in isl_tiling_get_intratile_offset_sa()
2787 *x_offset_sa *= fmtl->bw; in isl_tiling_get_intratile_offset_sa()
/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()
1156 *x = x_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
2292 x_offset_sa = (uint32_t)*x0 * px_size_sa.w + info->tile_x_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.c2474 .x_offset_sa = tile_x_sa, in anv_image_fill_surface_state()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c2348 .x_offset_sa = tile_x_sa, in fill_surface_state()
2662 .x_offset_sa = tile_x_el, /* Single-sampled, so el == sa */ in iris_create_surface()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c5040 .x_offset_sa = tile_x_sa, in emit_surface_state()