Searched refs:total_x_offset_el (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl.c2202 uint32_t total_x_offset_el, total_y_offset_el; local in function:isl_surf_get_image_offset_B_tile_sa
2205 &total_x_offset_el,
2211 total_x_offset_el,
2275 uint32_t total_x_offset_el,
2284 total_x_offset_el * (bpb / 8);
2308 *x_offset_el = total_x_offset_el % tile_info.logical_extent_el.w;
2312 uint32_t x_offset_tl = total_x_offset_el / tile_info.logical_extent_el.w;
2272 isl_tiling_get_intratile_offset_el(enum isl_tiling tiling,uint32_t bpb,uint32_t row_pitch_B,uint32_t total_x_offset_el,uint32_t total_y_offset_el,uint32_t * base_address_offset,uint32_t * x_offset_el,uint32_t * y_offset_el) argument
H A Disl.h2065 uint32_t total_x_offset_el,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_blit.c165 uint32_t total_x_offset_el,
173 total_x_offset_el, total_y_offset_el,
163 get_blit_intratile_offset_el(const struct brw_context * brw,struct intel_mipmap_tree * mt,uint32_t total_x_offset_el,uint32_t total_y_offset_el,uint32_t * base_address_offset,uint32_t * x_offset_el,uint32_t * y_offset_el) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_blit.c165 uint32_t total_x_offset_el,
177 total_x_offset_el, total_y_offset_el, 0, 0,
163 get_blit_intratile_offset_el(const struct brw_context * brw,struct brw_mipmap_tree * mt,uint32_t total_x_offset_el,uint32_t total_y_offset_el,uint64_t * tile_offset_B,uint32_t * x_offset_el,uint32_t * y_offset_el) argument
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl.c2808 uint32_t total_x_offset_el, total_y_offset_el; local in function:isl_surf_get_image_offset_B_tile_el
2812 &total_x_offset_el,
2823 total_x_offset_el,
3087 uint32_t total_x_offset_el,
3102 (uint64_t)total_x_offset_el * (bpb / 8);
3131 *x_offset_el = total_x_offset_el % tile_info.logical_extent_el.w;
3137 uint32_t x_offset_tl = total_x_offset_el / tile_info.logical_extent_el.w;
3080 isl_tiling_get_intratile_offset_el(enum isl_tiling tiling,enum isl_surf_dim dim,enum isl_msaa_layout msaa_layout,uint32_t bpb,uint32_t samples,uint32_t row_pitch_B,uint32_t array_pitch_el_rows,uint32_t total_x_offset_el,uint32_t total_y_offset_el,uint32_t total_z_offset_el,uint32_t total_array_offset,uint64_t * tile_offset_B,uint32_t * x_offset_el,uint32_t * y_offset_el,uint32_t * z_offset_el,uint32_t * array_offset) argument
H A Disl.h2695 * @param[in] total_x_offset_el The X offset in tile space, in elements
2713 uint32_t total_x_offset_el,
2773 const uint32_t total_x_offset_el = total_x_offset_sa / fmtl->bw; local in function:isl_tiling_get_intratile_offset_sa
2780 total_x_offset_el,

Completed in 20 milliseconds