Searched defs:brw_vs_prog_data (Results 1 – 1 of 1) sorted by relevance
429 struct brw_vs_prog_data { struct430 struct brw_vue_map vue_map;432 GLuint curb_read_length;433 GLuint urb_read_length;434 GLuint total_grf;435 GLbitfield64 outputs_written;436 GLuint nr_params; /**< number of float params/constants */437 GLuint nr_pull_params; /**< number of dwords referenced by pull_param[] */438 GLuint total_scratch;440 GLbitfield64 inputs_read;[all …]