Home
last modified time | relevance | path

Searched refs:temp_stride (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_texture.h46 unsigned temp_stride; /**< Stride of the ETC texture storage. */ member
Dst_cb_texture.c269 unsigned stride = *rowStrideOut = itransfer->temp_stride = in st_MapTextureImage()
310 itransfer->temp_stride, in st_UnmapTextureImage()
315 itransfer->temp_data, itransfer->temp_stride, in st_UnmapTextureImage()
322 itransfer->temp_stride = 0; in st_UnmapTextureImage()
/external/libhevc/decoder/
Dihevcd_process_slice.c284 WORD32 temp_stride = (ps_sps->i2_pic_wd_in_ctb - ps_slice_hdr->i2_ctb_x); in ihevcd_ctb_pos_update() local
285 if(ps_proc->i4_ctb_slice_x >= (temp_stride + ps_tile->u2_wd + ps_tile->u1_pos_x)) in ihevcd_ctb_pos_update()