/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
r600_blit.c | 262 unsigned npix_y; member in struct:texture_orig_info 281 orig->npix0_y = rtex->surface.level[0].npix_y; 283 orig->npix_y = rtex->surface.level[level].npix_y; 297 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y); 299 rtex->surface.level[level].npix_y = util_format_get_nblocksy(orig->format, orig->npix_y); 313 rtex->surface.level[0].npix_y = orig->npix0_y; 315 rtex->surface.level[level].npix_y = orig->npix_y; [all...] |
r600_texture.c | 81 surface->npix_y = ptex->height0; 568 surface->base.height = rtex->surface.level[level].npix_y;
|
si_state.c | [all...] |
/external/mesa3d/src/gallium/drivers/radeonsi/ |
r600_blit.c | 262 unsigned npix_y; member in struct:texture_orig_info 281 orig->npix0_y = rtex->surface.level[0].npix_y; 283 orig->npix_y = rtex->surface.level[level].npix_y; 297 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y); 299 rtex->surface.level[level].npix_y = util_format_get_nblocksy(orig->format, orig->npix_y); 313 rtex->surface.level[0].npix_y = orig->npix0_y; 315 rtex->surface.level[level].npix_y = orig->npix_y; [all...] |
r600_texture.c | 81 surface->npix_y = ptex->height0; 568 surface->base.height = rtex->surface.level[level].npix_y;
|
si_state.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_blit.c | 565 unsigned npix_y; member in struct:texture_orig_info 583 orig->npix0_y = rtex->surface.level[0].npix_y; 585 orig->npix_y = rtex->surface.level[level].npix_y; 599 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y); 601 rtex->surface.level[level].npix_y = util_format_get_nblocksy(orig->format, orig->npix_y); 614 orig->npix0_y = rtex->surface.level[0].npix_y; 616 orig->npix_y = rtex->surface.level[level].npix_y; [all...] |
r600_texture.c | 82 surface->npix_y = ptex->height0; 322 fmask.npix_x, fmask.npix_y, fmask.bpe * fmask.nsamples, rtex->fmask_size); 345 unsigned height = align(rtex->surface.npix_y, macro_tile_height); 502 surface->base.height = rtex->surface.level[level].npix_y; [all...] |
r600_state.c | 1058 height = tmp->surface.level[offset_level].npix_y; [all...] |
evergreen_state.c | 1031 height = tmp->surface.level[0].npix_y; [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_blit.c | 565 unsigned npix_y; member in struct:texture_orig_info 583 orig->npix0_y = rtex->surface.level[0].npix_y; 585 orig->npix_y = rtex->surface.level[level].npix_y; 599 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y); 601 rtex->surface.level[level].npix_y = util_format_get_nblocksy(orig->format, orig->npix_y); 614 orig->npix0_y = rtex->surface.level[0].npix_y; 616 orig->npix_y = rtex->surface.level[level].npix_y; [all...] |
r600_texture.c | 82 surface->npix_y = ptex->height0; 322 fmask.npix_x, fmask.npix_y, fmask.bpe * fmask.nsamples, rtex->fmask_size); 345 unsigned height = align(rtex->surface.npix_y, macro_tile_height); 502 surface->base.height = rtex->surface.level[level].npix_y; [all...] |
r600_state.c | 1058 height = tmp->surface.level[offset_level].npix_y; [all...] |
evergreen_state.c | 1031 height = tmp->surface.level[0].npix_y; [all...] |