Searched refs:r300_surface (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_context.h74 struct r300_surface *dest;
300 struct r300_surface { struct
652 static inline struct r300_surface* r300_surface(struct pipe_surface* surf) function in typeref:struct:r300_surface *
654 return (struct r300_surface*)surf;
H A Dr300_blit.c136 return r300_surface(fb->cbufs[0])->cbzb_allowed;
352 struct r300_surface *surf = r300_surface(fb->cbufs[0]);
718 struct r300_surface *srcsurf, *dstsurf;
724 srcsurf = r300_surface(pipe->create_surface(pipe, src, &surf_tmpl));
730 dstsurf = r300_surface(pipe->create_surface(pipe, dst, &surf_tmpl));
H A Dr300_emit.c55 unsigned swz = r300_surface(cb)->colormask_swizzle;
346 struct r300_surface *surf = r300_surface(fb->cbufs[0]);
402 struct r300_surface* surf;
426 surf = r300_surface(r300_get_nonnull_cb(fb, i));
448 surf = r300_surface(fb->cbufs[0]);
464 surf = r300_surface(fb->zsbuf);
607 OUT_CS(r300_surface(r300_get_nonnull_cb(fb, i))->format);
1324 r300_surface(fb->cbufs[i])->domain,
1335 r300_surface(f
[all...]
H A Dr300_texture.c988 static void r300_texture_setup_fb_state(struct r300_surface *surf)
1227 struct r300_surface* surface = CALLOC_STRUCT(r300_surface);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_context.h74 struct r300_surface *dest;
300 struct r300_surface { struct
652 static inline struct r300_surface* r300_surface(struct pipe_surface* surf) function in typeref:struct:r300_surface *
654 return (struct r300_surface*)surf;
H A Dr300_blit.c136 return r300_surface(fb->cbufs[0])->cbzb_allowed;
353 struct r300_surface *surf = r300_surface(fb->cbufs[0]);
720 struct r300_surface *srcsurf, *dstsurf;
726 srcsurf = r300_surface(pipe->create_surface(pipe, src, &surf_tmpl));
732 dstsurf = r300_surface(pipe->create_surface(pipe, dst, &surf_tmpl));
H A Dr300_emit.c55 unsigned swz = r300_surface(cb)->colormask_swizzle;
346 struct r300_surface *surf = r300_surface(fb->cbufs[0]);
402 struct r300_surface* surf;
426 surf = r300_surface(r300_get_nonnull_cb(fb, i));
448 surf = r300_surface(fb->cbufs[0]);
464 surf = r300_surface(fb->zsbuf);
607 OUT_CS(r300_surface(r300_get_nonnull_cb(fb, i))->format);
1327 r300_surface(fb->cbufs[i])->domain,
1338 r300_surface(f
[all...]
H A Dr300_texture.c991 static void r300_texture_setup_fb_state(struct r300_surface *surf)
1202 struct r300_surface* surface = CALLOC_STRUCT(r300_surface);

Completed in 28 milliseconds