Searched refs:offset_B (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dhiz.rst65 uint32_t offset_B;
68 &offset_B, NULL, NULL);
69 hiz_address.offset += offset_B;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blt.c70 uint64_t offset_B; local in function:blt_set_alpha_to_one
78 &offset_B,
89 xyblt.DestinationBaseAddress = rw_bo(dst->bo, offset_B);
H A Dcrocus_state.c2956 uint64_t offset_B = 0; local in function:crocus_create_surface
2983 &offset_B, &tile_x_sa, &tile_y_sa);
4986 uint64_t offset_B = res->offset; local in function:emit_surface_state
4999 &surf, &offset_B,
5007 &surf, &offset_B,
5032 res->bo, offset_B, reloc),
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_blit.c766 uint64_t offset_B; local in function:brw_miptree_set_alpha_to_one
770 &offset_B, &tile_x, &tile_y);
780 OUT_RELOC64(mt->bo, RELOC_WRITE, mt->offset + offset_B);
782 OUT_RELOC(mt->bo, RELOC_WRITE, mt->offset + offset_B);
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl.c2770 uint64_t *offset_B,
2780 offset_B,
2802 uint64_t *offset_B,
2827 offset_B,
2914 uint64_t *offset_B,
2922 offset_B,
2954 uint64_t *offset_B,
3024 *offset_B = 0;
3042 offset_B,
2766 isl_surf_get_image_offset_B_tile_sa(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_sa,uint32_t * y_offset_sa) argument
2798 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) argument
2908 isl_surf_get_image_surf(const struct isl_device * dev,const struct isl_surf * surf,uint32_t level,uint32_t logical_array_layer,uint32_t logical_z_offset_px,struct isl_surf * image_surf,uint64_t * offset_B,uint32_t * x_offset_sa,uint32_t * y_offset_sa) argument
2949 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) argument
H A Disl.h2585 uint64_t *offset_B,
2605 uint64_t *offset_B,
2649 uint64_t *offset_B,
2678 uint64_t *offset_B,
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_genX_exec.h1580 uint32_t offset_B; local in function:blorp_emit_depth_stencil_config
1583 &offset_B, NULL, NULL);
1584 hiz_address.offset += offset_B;
1605 uint32_t offset_B; local in function:blorp_emit_depth_stencil_config
1608 &offset_B, NULL, NULL);
1609 stencil_address.offset += offset_B;
H A Dblorp_clear.c1089 uint32_t offset_B, x_offset_el, y_offset_el; local in function:blorp_ccs_ambiguate
1095 &offset_B, &x_offset_el, &y_offset_el);
1096 params.dst.addr.offset += offset_B;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_image.c978 uint32_t offset_B; local in function:anv_GetImageSubresourceLayout
983 &offset_B, NULL, NULL);
984 layout->offset += offset_B;
1331 uint32_t offset_B = 0, tile_x_sa = 0, tile_y_sa = 0; local in function:anv_image_fill_surface_state
1348 &offset_B, &tile_x_sa, &tile_y_sa);
1378 state_inout->address = anv_address_add(address, offset_B);
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_genX_exec.h1683 uint64_t offset_B; local in function:blorp_emit_depth_stencil_config
1686 &offset_B, NULL, NULL);
1687 hiz_address.offset += offset_B;
1709 uint64_t offset_B; local in function:blorp_emit_depth_stencil_config
1712 &offset_B, NULL, NULL);
1713 stencil_address.offset += offset_B;
H A Dblorp_blit.c1664 uint64_t offset_B; local in function:blorp_surf_convert_to_single_slice
1668 &offset_B, &info->tile_x_sa, &info->tile_y_sa);
1669 info->addr.offset += offset_B;
2279 uint64_t offset_B; local in function:shrink_surface_params
2301 &offset_B,
2306 info->addr.offset += offset_B;
2742 uint64_t offset_B; local in function:blorp_surf_convert_to_uncompressed
2745 &info->surf, &info->view, &offset_B,
2748 info->addr.offset += offset_B;
H A Dblorp_clear.c1435 uint64_t offset_B; local in function:blorp_ccs_ambiguate
1438 &offset_B, &x_offset_el, &y_offset_el);
1439 params.dst.addr.offset += offset_B;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_image.c1919 uint64_t offset_B; local in function:anv_GetImageSubresourceLayout
1924 &offset_B, NULL, NULL);
1925 layout->offset += offset_B;
2435 uint64_t offset_B = 0; local in function:anv_image_fill_surface_state
2449 &offset_B, &tile_x_sa, &tile_y_sa);
2460 state_inout->address = anv_address_add(address, offset_B);
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl.c2196 uint32_t *offset_B,
2213 offset_B,
2237 uint32_t *offset_B,
2245 offset_B,
2192 isl_surf_get_image_offset_B_tile_sa(const struct isl_surf * surf,uint32_t level,uint32_t logical_array_layer,uint32_t logical_z_offset_px,uint32_t * offset_B,uint32_t * x_offset_sa,uint32_t * y_offset_sa) argument
2231 isl_surf_get_image_surf(const struct isl_device * dev,const struct isl_surf * surf,uint32_t level,uint32_t logical_array_layer,uint32_t logical_z_offset_px,struct isl_surf * image_surf,uint32_t * offset_B,uint32_t * x_offset_sa,uint32_t * y_offset_sa) argument
H A Disl.h2024 uint32_t *offset_B,
2047 uint32_t *offset_B,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c1952 uint32_t offset_B = 0, tile_x_sa = 0, tile_y_sa = 0; local in function:iris_create_surface
1977 &offset_B, &tile_x_sa, &tile_y_sa);
2008 .address = res->bo->gtt_offset + offset_B,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c2643 uint64_t offset_B = 0; local in function:iris_create_surface
2647 &offset_B, &tile_x_el, &tile_y_el);
2661 .address = res->bo->address + offset_B,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs.cpp3875 const fs_reg& offset_B = inst->src[1]; local in function:fs_visitor::lower_uniform_pull_constant_loads
3876 assert(offset_B.file == IMM);
3883 ubld.MOV(payload, offset_B);
3931 brw_imm_ud(offset_B.ud / 16));
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst1977 - intel/isl: Explicitly set offset_B = 0 in get_uncomp_surf for arrays

Completed in 81 milliseconds