Searched defs:blitter_context_priv (Results 1 – 1 of 1) sorted by relevance
60 struct blitter_context_priv struct62 struct blitter_context base;64 struct u_upload_mgr *upload;66 float vertices[4][2][4]; /**< {pos, color} or {pos, texcoord} */72 void *vs; /**< Vertex shader which passes {pos, generic} to the output.*/73 void *vs_pos_only[4]; /**< Vertex shader which passes pos to the output.*/74 void *vs_layered; /**< Vertex shader which sets LAYER = INSTANCEID. */77 void *fs_empty;78 void *fs_write_one_cbuf;79 void *fs_write_all_cbufs;[all …]