Lines Matching full:texture
1461 * @texture: texture's bo structure
1465 * the texture and mipmap bo object are big enough to cover this resource.
1468 struct radeon_bo *texture, in r600_check_texture_resource() argument
1544 dev_warn(p->dev, "this kernel doesn't support %d texture dim\n", G_038000_DIM(word0)); in r600_check_texture_resource()
1548 dev_warn(p->dev, "%s:%d texture invalid format %d\n", in r600_check_texture_resource()
1579 dev_warn(p->dev, "texture blevel %d > llevel %d\n", in r600_check_texture_resource()
1591 /* using get ib will give us the offset into the texture bo */ in r600_check_texture_resource()
1592 if ((l0_size + word2) > radeon_bo_size(texture)) { in r600_check_texture_resource()
1593 dev_warn(p->dev, "texture bo too small ((%d %d) (%d %d) %d %d %d -> %d have %ld)\n", in r600_check_texture_resource()
1596 l0_size, radeon_bo_size(texture)); in r600_check_texture_resource()
1603 w0, h0, format, blevel, nlevels, word3, mipmap_size, radeon_bo_size(texture));*/ in r600_check_texture_resource()
1952 struct radeon_bo *texture, *mipmap; in r600_packet3_check() local
1970 texture = reloc->robj; in r600_packet3_check()
1980 texture, mipmap, in r600_packet3_check()