/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_transfer.h | 4 struct nv30_rect { struct 27 struct nv30_rect *, struct nv30_rect *);
|
nv30_format.h | 18 unsigned nv30_rect; member in struct:nv30_texfmt
|
nv30_transfer.c | 28 struct nv30_rect *src, struct nv30_rect *dst 45 nv30_transfer_scaled(struct nv30_rect *src, struct nv30_rect *dst) 552 linear_ptr(struct nv30_rect *rect, char *base, int x, int y, int z) 568 swizzle2d_ptr(struct nv30_rect *rect, char *base, int x, int y, int z) 585 swizzle3d_ptr(struct nv30_rect *rect, char *base, int x, int y, int z) 615 typedef char *(*get_ptr_t)(struct nv30_rect *, char *, int, int, int); 618 get_ptr(struct nv30_rect *rect) 652 struct nv30_rect *src, struct nv30_rect *dst [all...] |
nv30_fragtex.c | 113 format |= fmt->nv30_rect; 119 format |= fmt->nv30_rect;
|
nv30_miptree.c | 75 struct nv30_rect img; 76 struct nv30_rect tmp; 90 struct nv30_rect *rect) 130 struct nv30_rect src, dst; 151 struct nv30_rect src, dst;
|
nv30_format.c | 204 .nv30_rect = NV30_3D_TEX_FORMAT_FORMAT_##b##_RECT, \
|