Home
last modified time | relevance | path

Searched refs:texture (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/via/
Dvia_verifier.c302 cur_seq->tex_level_lo[cur_seq->texture]; in finish_current_sequence()
303 unsigned end = cur_seq->tex_level_hi[cur_seq->texture]; in finish_current_sequence()
315 &(cur_seq->t_addr[tex = cur_seq->texture][start]); in finish_current_sequence()
427 tmp_addr = &cur_seq->t_addr[cur_seq->texture][tmp]; in investigate_hazard()
434 tmp_addr = &cur_seq->t_addr[cur_seq->texture][tmp]; in investigate_hazard()
443 cur_seq->tex_level_lo[tmp = cur_seq->texture] = cmd & 0x3F; in investigate_hazard()
451 cur_seq->pitch[cur_seq->texture][tmp] = in investigate_hazard()
453 cur_seq->tex_npot[cur_seq->texture] = 1; in investigate_hazard()
455 cur_seq->pitch[cur_seq->texture][tmp] = in investigate_hazard()
457 cur_seq->tex_npot[cur_seq->texture] = 0; in investigate_hazard()
[all …]
Dvia_verifier.h37 unsigned texture; member
/drivers/char/agp/
DKconfig14 If you need more texture memory than you can get with the AGP GART
17 and have up to a couple gigs of texture space.
/drivers/gpu/drm/radeon/
Dr600_cs.c1470 struct radeon_bo *texture, in r600_check_texture_resource() argument
1594 if ((l0_size + word2) > radeon_bo_size(texture)) { in r600_check_texture_resource()
1598 l0_size, radeon_bo_size(texture)); in r600_check_texture_resource()
1954 struct radeon_bo *texture, *mipmap; in r600_packet3_check() local
1972 texture = reloc->robj; in r600_packet3_check()
1982 texture, mipmap, in r600_packet3_check()
Devergreen_cs.c754 struct radeon_bo *texture, in evergreen_cs_track_validate_texture() argument
852 if (toffset > radeon_bo_size(texture)) { in evergreen_cs_track_validate_texture()
857 depth, radeon_bo_size(texture), in evergreen_cs_track_validate_texture()
2348 struct radeon_bo *texture, *mipmap; in evergreen_packet3_check() local
2377 texture = reloc->robj; in evergreen_packet3_check()
2401 r = evergreen_cs_track_validate_texture(p, texture, mipmap, idx+1+(i*8)); in evergreen_packet3_check()
/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_types.h589 uint32 texture : 1; member