Searched refs:texture (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/via/
H A Dvia_verifier.h37 unsigned texture; member in struct:__anon15170
H A Dvia_verifier.c294 cur_seq->tex_level_lo[cur_seq->texture];
295 unsigned end = cur_seq->tex_level_hi[cur_seq->texture];
307 &(cur_seq->t_addr[tex = cur_seq->texture][start]);
326 ("AGP texture is not in allowed map\n");
419 tmp_addr = &cur_seq->t_addr[cur_seq->texture][tmp];
426 tmp_addr = &cur_seq->t_addr[cur_seq->texture][tmp];
435 cur_seq->tex_level_lo[tmp = cur_seq->texture] = cmd & 0x3F;
443 cur_seq->pitch[cur_seq->texture][tmp] =
445 cur_seq->tex_npot[cur_seq->texture] = 1;
447 cur_seq->pitch[cur_seq->texture][tm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/via/
H A Dvia_verifier.h37 unsigned texture; member in struct:__anon26863
H A Dvia_verifier.c294 cur_seq->tex_level_lo[cur_seq->texture];
295 unsigned end = cur_seq->tex_level_hi[cur_seq->texture];
307 &(cur_seq->t_addr[tex = cur_seq->texture][start]);
326 ("AGP texture is not in allowed map\n");
419 tmp_addr = &cur_seq->t_addr[cur_seq->texture][tmp];
426 tmp_addr = &cur_seq->t_addr[cur_seq->texture][tmp];
435 cur_seq->tex_level_lo[tmp = cur_seq->texture] = cmd & 0x3F;
443 cur_seq->pitch[cur_seq->texture][tmp] =
445 cur_seq->tex_npot[cur_seq->texture] = 1;
447 cur_seq->pitch[cur_seq->texture][tm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/radeon/
H A Dr600_cs.c1063 * @texture: texture's bo structure
1067 * the texture and mipmap bo object are big enough to cover this resource.
1070 struct radeon_bo *texture,
1105 dev_warn(p->dev, "this kernel doesn't support %d texture dim\n", G_038000_DIM(word0));
1109 dev_warn(p->dev, "%s:%d texture invalid format %d\n",
1157 /* using get ib will give us the offset into the texture bo */
1159 if ((l0_size + word0) > radeon_bo_size(texture)) {
1160 dev_warn(p->dev, "texture bo too small (%d %d %d %d -> %d have %ld)\n",
1161 w0, h0, bpe, word0, l0_size, radeon_bo_size(texture));
1069 r600_check_texture_resource(struct radeon_cs_parser *p, u32 idx, struct radeon_bo *texture, struct radeon_bo *mipmap, u32 tiling_flags) argument
1357 struct radeon_bo *texture, *mipmap; local
[all...]
H A Devergreen_cs.c910 * @texture: texture's bo structure
914 * the texture and mipmap bo object are big enough to cover this resource.
917 struct radeon_bo *texture,
1183 struct radeon_bo *texture, *mipmap; local
1199 texture = reloc->robj;
1209 texture, mipmap);
916 evergreen_check_texture_resource(struct radeon_cs_parser *p, u32 idx, struct radeon_bo *texture, struct radeon_bo *mipmap) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dr600_cs.c1063 * @texture: texture's bo structure
1067 * the texture and mipmap bo object are big enough to cover this resource.
1070 struct radeon_bo *texture,
1105 dev_warn(p->dev, "this kernel doesn't support %d texture dim\n", G_038000_DIM(word0));
1109 dev_warn(p->dev, "%s:%d texture invalid format %d\n",
1157 /* using get ib will give us the offset into the texture bo */
1159 if ((l0_size + word0) > radeon_bo_size(texture)) {
1160 dev_warn(p->dev, "texture bo too small (%d %d %d %d -> %d have %ld)\n",
1161 w0, h0, bpe, word0, l0_size, radeon_bo_size(texture));
1069 r600_check_texture_resource(struct radeon_cs_parser *p, u32 idx, struct radeon_bo *texture, struct radeon_bo *mipmap, u32 tiling_flags) argument
1357 struct radeon_bo *texture, *mipmap; local
[all...]
H A Devergreen_cs.c910 * @texture: texture's bo structure
914 * the texture and mipmap bo object are big enough to cover this resource.
917 struct radeon_bo *texture,
1183 struct radeon_bo *texture, *mipmap; local
1199 texture = reloc->robj;
1209 texture, mipmap);
916 evergreen_check_texture_resource(struct radeon_cs_parser *p, u32 idx, struct radeon_bo *texture, struct radeon_bo *mipmap) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/vmwgfx/
H A Dsvga3d_reg.h213 * Indicated that this format can be read as an SRGB texture (meaning that the
229 * Indicates that this format cannot be used with texture filtering
257 * Indicates that this format can be used by vertex texture sampler
262 * Indicates that this format supports neither texture coordinate wrap
275 uint32 texture : 1; member in struct:__anon15173::__anon15174
757 * Texture argument constants for texture combiner
771 /* Modifiers for texture argument constants defined above. */
782 * This is the limit to the number of fixed-function texture
783 * transforms and texture coordinates we can support. It does *not*
784 * correspond to the number of texture imag
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dsvga3d_reg.h213 * Indicated that this format can be read as an SRGB texture (meaning that the
229 * Indicates that this format cannot be used with texture filtering
257 * Indicates that this format can be used by vertex texture sampler
262 * Indicates that this format supports neither texture coordinate wrap
275 uint32 texture : 1; member in struct:__anon26866::__anon26867
757 * Texture argument constants for texture combiner
771 /* Modifiers for texture argument constants defined above. */
782 * This is the limit to the number of fixed-function texture
783 * transforms and texture coordinates we can support. It does *not*
784 * correspond to the number of texture imag
[all...]

Completed in 88 milliseconds