Home
last modified time | relevance | path

Searched refs:offset_B (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/docs/isl/
Dhiz.rst65 uint32_t offset_B;
68 &offset_B, NULL, NULL);
69 hiz_address.offset += offset_B;
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blt.c70 uint64_t offset_B; in blt_set_alpha_to_one() local
78 &offset_B, in blt_set_alpha_to_one()
89 xyblt.DestinationBaseAddress = rw_bo(dst->bo, offset_B); in blt_set_alpha_to_one()
Dcrocus_state.c2956 uint64_t offset_B = 0; in crocus_create_surface() local
2983 &offset_B, &tile_x_sa, &tile_y_sa); in crocus_create_surface()
4986 uint64_t offset_B = res->offset; in emit_surface_state() local
4999 &surf, &offset_B, in emit_surface_state()
5007 &surf, &offset_B, in emit_surface_state()
5032 res->bo, offset_B, reloc), in emit_surface_state()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blit.c766 uint64_t offset_B; in brw_miptree_set_alpha_to_one() local
770 &offset_B, &tile_x, &tile_y); in brw_miptree_set_alpha_to_one()
780 OUT_RELOC64(mt->bo, RELOC_WRITE, mt->offset + offset_B); in brw_miptree_set_alpha_to_one()
782 OUT_RELOC(mt->bo, RELOC_WRITE, mt->offset + offset_B); in brw_miptree_set_alpha_to_one()
/third_party/mesa3d/src/intel/isl/
Disl.c2770 uint64_t *offset_B, in isl_surf_get_image_offset_B_tile_sa() argument
2780 offset_B, in isl_surf_get_image_offset_B_tile_sa()
2802 uint64_t *offset_B, in isl_surf_get_image_offset_B_tile_el() argument
2827 offset_B, in isl_surf_get_image_offset_B_tile_el()
2914 uint64_t *offset_B, in isl_surf_get_image_surf() argument
2922 offset_B, in isl_surf_get_image_surf()
2954 uint64_t *offset_B, in isl_surf_get_uncompressed_surf() argument
3024 *offset_B = 0; in isl_surf_get_uncompressed_surf()
3042 offset_B, in isl_surf_get_uncompressed_surf()
Disl.h2585 uint64_t *offset_B,
2605 uint64_t *offset_B,
2649 uint64_t *offset_B,
2678 uint64_t *offset_B,
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c1664 uint64_t offset_B; in blorp_surf_convert_to_single_slice() local
1668 &offset_B, &info->tile_x_sa, &info->tile_y_sa); in blorp_surf_convert_to_single_slice()
1669 info->addr.offset += offset_B; in blorp_surf_convert_to_single_slice()
2279 uint64_t offset_B; in shrink_surface_params() local
2301 &offset_B, in shrink_surface_params()
2306 info->addr.offset += offset_B; in shrink_surface_params()
2742 uint64_t offset_B; in blorp_surf_convert_to_uncompressed() local
2745 &info->surf, &info->view, &offset_B, in blorp_surf_convert_to_uncompressed()
2748 info->addr.offset += offset_B; in blorp_surf_convert_to_uncompressed()
Dblorp_genX_exec.h1683 uint64_t offset_B; in blorp_emit_depth_stencil_config() local
1686 &offset_B, NULL, NULL); in blorp_emit_depth_stencil_config()
1687 hiz_address.offset += offset_B; in blorp_emit_depth_stencil_config()
1709 uint64_t offset_B; in blorp_emit_depth_stencil_config() local
1712 &offset_B, NULL, NULL); in blorp_emit_depth_stencil_config()
1713 stencil_address.offset += offset_B; in blorp_emit_depth_stencil_config()
Dblorp_clear.c1435 uint64_t offset_B; in blorp_ccs_ambiguate() local
1438 &offset_B, &x_offset_el, &y_offset_el); in blorp_ccs_ambiguate()
1439 params.dst.addr.offset += offset_B; in blorp_ccs_ambiguate()
/third_party/mesa3d/src/intel/vulkan/
Danv_image.c1933 uint64_t offset_B; in anv_GetImageSubresourceLayout() local
1938 &offset_B, NULL, NULL); in anv_GetImageSubresourceLayout()
1939 layout->offset += offset_B; in anv_GetImageSubresourceLayout()
2424 uint64_t offset_B = 0; in anv_image_fill_surface_state() local
2438 &offset_B, &tile_x_sa, &tile_y_sa); in anv_image_fill_surface_state()
2449 state_inout->address = anv_address_add(address, offset_B); in anv_image_fill_surface_state()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs.cpp3872 const fs_reg& offset_B = inst->src[1]; in lower_uniform_pull_constant_loads() local
3873 assert(offset_B.file == IMM); in lower_uniform_pull_constant_loads()
3880 ubld.MOV(payload, offset_B); in lower_uniform_pull_constant_loads()
3928 brw_imm_ud(offset_B.ud / 16)); in lower_uniform_pull_constant_loads()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c2643 uint64_t offset_B = 0; in iris_create_surface() local
2647 &offset_B, &tile_x_el, &tile_y_el); in iris_create_surface()
2661 .address = res->bo->address + offset_B, in iris_create_surface()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst1977 - intel/isl: Explicitly set offset_B = 0 in get_uncomp_surf for arrays