Home
last modified time | relevance | path

Searched defs:fd5_context (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_context.h36 struct fd5_context { struct
37 struct fd_context base;
42 struct fd_bo *vsc_size_mem;
49 struct fd_bo *blit_mem;
51 struct u_upload_mgr *border_color_uploader;
52 struct pipe_resource *border_color_buf;
55 bool vsaturate, fsaturate;
83 static inline struct fd5_context * argument
84 fd5_context(struct fd_context *ctx) in fd5_context() function