Searched refs:total_y_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
2206 &total_y_offset_el);
2212 total_y_offset_el,
2276 uint32_t total_y_offset_el,
2283 *base_address_offset = total_y_offset_el * row_pitch_B +
2309 *y_offset_el = total_y_offset_el % tile_info.logical_extent_el.h;
2313 uint32_t y_offset_tl = total_y_offset_el / tile_info.logical_extent_el.h;
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.h2066 uint32_t total_y_offset_el,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_blit.c166 uint32_t total_y_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.c166 uint32_t total_y_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
2813 &total_y_offset_el,
2824 total_y_offset_el,
3088 uint32_t total_y_offset_el,
3101 *tile_offset_B = (uint64_t)total_y_offset_el * row_pitch_B +
3132 *y_offset_el = total_y_offset_el % tile_info.logical_extent_el.h;
3138 uint32_t y_offset_tl = total_y_offset_el / tile_info.logical_extent_el.h;
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.h2696 * @param[in] total_y_offset_el The Y offset in tile space, in elements
2714 uint32_t total_y_offset_el,
2774 const uint32_t total_y_offset_el = total_y_offset_sa / fmtl->bh; local in function:isl_tiling_get_intratile_offset_sa
2781 total_y_offset_el,

Completed in 21 milliseconds