Home
last modified time | relevance | path

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

/linux-4.4.14/firmware/matrox/
Dg200_warp.H164 * - T stands for computation of texture stage 0
5 * - T2 stands for computation of both texture stage 0 and texture stage 1
Dg400_warp.H164 * - T stands for computation of texture stage 0
5 * - T2 stands for computation of both texture stage 0 and texture stage 1
/linux-4.4.14/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
/linux-4.4.14/drivers/char/agp/
DKconfig13 If you need more texture memory than you can get with the AGP GART
16 and have up to a couple gigs of texture space.
/linux-4.4.14/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.c753 struct radeon_bo *texture, in evergreen_cs_track_validate_texture() argument
851 if (toffset > radeon_bo_size(texture)) { in evergreen_cs_track_validate_texture()
856 depth, radeon_bo_size(texture), in evergreen_cs_track_validate_texture()
2341 struct radeon_bo *texture, *mipmap; in evergreen_packet3_check() local
2370 texture = reloc->robj; in evergreen_packet3_check()
2394 r = evergreen_cs_track_validate_texture(p, texture, mipmap, idx+1+(i*8)); in evergreen_packet3_check()
/linux-4.4.14/Documentation/fb/
Dsisfb.txt22 used by DRM/DRI for 3D texture and other data. This memory management is
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_types.h589 uint32 texture : 1; member