Searched refs:dst_mode (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_dma.c98 unsigned dst_mode = sdst->surface.u.legacy.level[dst_level].mode; local in function:si_dma_copy_tile
99 bool detile = dst_mode == RADEON_SURF_MODE_LINEAR_ALIGNED;
114 assert(dst_mode != ssrc->surface.u.legacy.level[src_level].mode);
191 unsigned dst_pitch, src_pitch, bpp, dst_mode, src_mode; local in function:si_dma_copy
238 dst_mode = sdst->surface.u.legacy.level[dst_level].mode;
258 if (src_mode == dst_mode) {
H A Dcik_sdma.c114 unsigned dst_mode = sdst->surface.u.legacy.level[dst_level].mode; local in function:cik_sdma_copy_texture
122 unsigned dst_tile_swizzle = dst_mode == RADEON_SURF_MODE_2D ?
173 if (dst_mode == RADEON_SURF_MODE_LINEAR_ALIGNED &&
221 if ((src_mode >= RADEON_SURF_MODE_1D) != (dst_mode >= RADEON_SURF_MODE_1D)) {
386 if (dst_mode >= RADEON_SURF_MODE_1D &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_sdma_copy_image.c231 unsigned dst_mode = sdst->surface.u.legacy.level[0].mode; local in function:cik_sdma_copy_texture
239 unsigned dst_tile_swizzle = dst_mode == RADEON_SURF_MODE_2D ? sdst->surface.tile_swizzle : 0;
256 if (dst_mode == RADEON_SURF_MODE_LINEAR_ALIGNED && src_mode == RADEON_SURF_MODE_LINEAR_ALIGNED &&
293 if ((src_mode >= RADEON_SURF_MODE_1D) != (dst_mode >= RADEON_SURF_MODE_1D)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state.c2862 unsigned ncopy, height, cheight, detile, i, x, y, z, src_mode, dst_mode; local in function:r600_dma_copy_tile
2865 dst_mode = rdst->surface.u.legacy.level[dst_level].mode;
2867 assert(dst_mode != src_mode);
2873 if (dst_mode == RADEON_SURF_MODE_LINEAR_ALIGNED) {
2894 array_mode = r600_array_mode(dst_mode);
2957 unsigned dst_pitch, src_pitch, bpp, dst_mode, src_mode, copy_height; local in function:r600_dma_copy
2991 dst_mode = rdst->surface.u.legacy.level[dst_level].mode;
3003 if (src_mode == dst_mode) {
H A Devergreen_state.c3775 unsigned ncopy, height, cheight, detile, i, x, y, z, src_mode, dst_mode; local in function:evergreen_dma_copy_tile
3779 dst_mode = rdst->surface.u.legacy.level[dst_level].mode;
3781 assert(dst_mode != src_mode);
3793 if (dst_mode == RADEON_SURF_MODE_LINEAR_ALIGNED) {
3820 array_mode = evergreen_array_mode(dst_mode);
3888 unsigned dst_pitch, src_pitch, bpp, dst_mode, src_mode, copy_height; local in function:evergreen_dma_copy
3924 dst_mode = rdst->surface.u.legacy.level[dst_level].mode;
3944 (src_mode != dst_mode) &&
3949 if (src_mode == dst_mode) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state.c2866 unsigned ncopy, height, cheight, detile, i, x, y, z, src_mode, dst_mode; local in function:r600_dma_copy_tile
2869 dst_mode = rdst->surface.u.legacy.level[dst_level].mode;
2871 assert(dst_mode != src_mode);
2877 if (dst_mode == RADEON_SURF_MODE_LINEAR_ALIGNED) {
2898 array_mode = r600_array_mode(dst_mode);
2961 unsigned dst_pitch, src_pitch, bpp, dst_mode, src_mode, copy_height; local in function:r600_dma_copy
2995 dst_mode = rdst->surface.u.legacy.level[dst_level].mode;
3007 if (src_mode == dst_mode) {
H A Devergreen_state.c3788 unsigned ncopy, height, cheight, detile, i, x, y, z, src_mode, dst_mode; local in function:evergreen_dma_copy_tile
3792 dst_mode = rdst->surface.u.legacy.level[dst_level].mode;
3794 assert(dst_mode != src_mode);
3806 if (dst_mode == RADEON_SURF_MODE_LINEAR_ALIGNED) {
3833 array_mode = evergreen_array_mode(dst_mode);
3901 unsigned dst_pitch, src_pitch, bpp, dst_mode, src_mode, copy_height; local in function:evergreen_dma_copy
3937 dst_mode = rdst->surface.u.legacy.level[dst_level].mode;
3957 (src_mode != dst_mode) &&
3962 if (src_mode == dst_mode) {

Completed in 23 milliseconds