Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.h293 struct brw_wm_prog_data { struct
294 GLuint curb_read_length;
295 GLuint urb_read_length;
297 GLuint first_curbe_grf;
298 GLuint first_curbe_grf_16;
299 GLuint reg_blocks;
300 GLuint reg_blocks_16;
301 GLuint total_scratch;
303 GLuint nr_params; /**< number of float params/constants */
304 GLuint nr_pull_params;
[all …]