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

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h70 struct r300_surface *dest;
309 struct r300_surface { struct
639 static INLINE struct r300_surface* r300_surface(struct pipe_surface* surf) function
641 return (struct r300_surface*)surf;
H A Dr300_emit.c51 unsigned swz = r300_surface(fb->cbufs[0])->colormask_swizzle;
326 struct r300_surface *surf = r300_surface(fb->cbufs[0]);
378 struct r300_surface* surf;
399 surf = r300_surface(fb->cbufs[i]);
410 surf = r300_surface(fb->cbufs[0]);
426 surf = r300_surface(fb->zsbuf);
448 surf = r300_surface(fb->cbufs[0]);
509 OUT_CS(r300_surface(fb->cbufs[i])->format);
1194 r300_surface(f
[all...]
H A Dr300_blit.c130 return r300_surface(fb->cbufs[0])->cbzb_allowed;
280 struct r300_surface *surf = r300_surface(fb->cbufs[0]);
H A Dr300_texture.c884 static void r300_texture_setup_fb_state(struct r300_surface *surf)
1079 struct r300_surface* surface = CALLOC_STRUCT(r300_surface);
H A Dr300_render.c1284 aa->dest = r300_surface(dstsurf);

Completed in 204 milliseconds