Searched defs:brw_vs_prog_key (Results 1 – 1 of 1) sorted by relevance
43 struct brw_vs_prog_key { struct44 GLuint program_string_id;48 uint8_t gl_fixed_input_size[VERT_ATTRIB_MAX];54 GLuint userclip_active:1;60 GLuint nr_userclip_plane_consts:4;87 struct brw_vs_prog_key key; argument