Lines Matching refs:stride
492 "As GFX10 has no separate stride fields we cannot cope with\n"
500 "As GFX10 has no separate stride fields we cannot cope with\n"
716 unsigned stride;
724 stride = desc->block.bits / 8;
730 state[1] = S_008F04_BASE_ADDRESS_HI(va >> 32) | S_008F04_STRIDE(stride);
732 if (device->physical_device->rad_info.gfx_level != GFX8 && stride) {
733 range /= stride;
1401 metadata->u.legacy.stride = surface->u.legacy.level[0].nblk_x * surface->bpe;
1409 uint64_t offset, uint32_t stride)
1412 image->info.levels, offset, stride);
1656 unsigned stride;
1690 stride = mod_info->pPlaneLayouts[plane].rowPitch / image->planes[plane].surface.bpe;
1694 stride = 0; /* 0 means no override */
1699 offset, stride))