/src/sys/external/bsd/drm2/dist/drm/via/ |
via_verifier.h | 39 unsigned texture; member in struct:__anonc9d94a0e0208
|
via_verifier.h | 39 unsigned texture; member in struct:__anonc9d94a0e0208
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_evergreen_cs.c | 783 struct radeon_bo *texture, 822 dev_warn(p->dev, "%s:%d texture invalid format %d\n", 843 dev_warn(p->dev, "%s:%d texture invalid dimension %d\n", 848 r = evergreen_surface_value_conv_check(p, &surf, "texture"); 857 r = evergreen_surface_check(p, &surf, "texture"); 859 dev_warn(p->dev, "%s:%d texture invalid 0x%08x 0x%08x 0x%08x 0x%08x 0x%08x 0x%08x\n", 865 /* check texture size */ 867 dev_warn(p->dev, "%s:%d texture bo base %ld not aligned with %ld\n", 881 if (toffset > radeon_bo_size(texture)) { 882 dev_warn(p->dev, "%s:%d texture bo too small (layer size %d, 2377 struct radeon_bo *texture, *mipmap; local in function:evergreen_packet3_check [all...] |
radeon_evergreen_cs.c | 783 struct radeon_bo *texture, 822 dev_warn(p->dev, "%s:%d texture invalid format %d\n", 843 dev_warn(p->dev, "%s:%d texture invalid dimension %d\n", 848 r = evergreen_surface_value_conv_check(p, &surf, "texture"); 857 r = evergreen_surface_check(p, &surf, "texture"); 859 dev_warn(p->dev, "%s:%d texture invalid 0x%08x 0x%08x 0x%08x 0x%08x 0x%08x 0x%08x\n", 865 /* check texture size */ 867 dev_warn(p->dev, "%s:%d texture bo base %ld not aligned with %ld\n", 881 if (toffset > radeon_bo_size(texture)) { 882 dev_warn(p->dev, "%s:%d texture bo too small (layer size %d, 2377 struct radeon_bo *texture, *mipmap; local in function:evergreen_packet3_check [all...] |
radeon_r600_cs.c | 1466 * @texture: texture's bo structure 1470 * the texture and mipmap bo object are big enough to cover this resource. 1473 struct radeon_bo *texture, 1549 dev_warn(p->dev, "this kernel doesn't support %d texture dim\n", G_038000_DIM(word0)); 1553 dev_warn(p->dev, "%s:%d texture invalid format %d\n", 1584 dev_warn(p->dev, "texture blevel %d > llevel %d\n", 1596 /* using get ib will give us the offset into the texture bo */ 1597 if ((l0_size + word2) > radeon_bo_size(texture)) { 1598 dev_warn(p->dev, "texture bo too small ((%d %d) (%d %d) %d %d %d -> %d have %ld)\n" 1957 struct radeon_bo *texture, *mipmap; local in function:r600_packet3_check [all...] |
radeon_r600_cs.c | 1466 * @texture: texture's bo structure 1470 * the texture and mipmap bo object are big enough to cover this resource. 1473 struct radeon_bo *texture, 1549 dev_warn(p->dev, "this kernel doesn't support %d texture dim\n", G_038000_DIM(word0)); 1553 dev_warn(p->dev, "%s:%d texture invalid format %d\n", 1584 dev_warn(p->dev, "texture blevel %d > llevel %d\n", 1596 /* using get ib will give us the offset into the texture bo */ 1597 if ((l0_size + word2) > radeon_bo_size(texture)) { 1598 dev_warn(p->dev, "texture bo too small ((%d %d) (%d %d) %d %d %d -> %d have %ld)\n" 1957 struct radeon_bo *texture, *mipmap; local in function:r600_packet3_check [all...] |
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
svga3d_types.h | 573 * Indicated that this format can be read as an SRGB texture (meaning that the 589 * Indicates that this format cannot be used with texture filtering. 617 * Indicates that this format can be used by vertex texture sampler. 622 * Indicates that this format supports neither texture coordinate 662 uint32 texture : 1; member in struct:__anon2cde1230050a::__anon2cde12300608 1212 * Texture argument constants for texture combiner 1227 /* Modifiers for texture argument constants defined above. */
|
svga3d_types.h | 573 * Indicated that this format can be read as an SRGB texture (meaning that the 589 * Indicates that this format cannot be used with texture filtering. 617 * Indicates that this format can be used by vertex texture sampler. 622 * Indicates that this format supports neither texture coordinate 662 uint32 texture : 1; member in struct:__anon2cde1230050a::__anon2cde12300608 1212 * Texture argument constants for texture combiner 1227 /* Modifiers for texture argument constants defined above. */
|