Searched defs:brw_vs_prog_key (Results 1 – 1 of 1) sorted by relevance
303 struct brw_vs_prog_key { struct304 struct brw_base_prog_key base;318 uint8_t gl_attrib_wa_flags[MAX2(MAX_GL_VERT_ATTRIB, MAX_VK_VERT_ATTRIB)];328 uint8_t point_coord_replace;329 unsigned clamp_pointsize:1;331 bool copy_edgeflag:1;333 bool clamp_vertex_color:1;342 unsigned nr_userclip_plane_consts:4;344 uint32_t padding: 25;