Searched defs:vertex_header (Results 1 – 2 of 2) sorted by relevance
38 struct vertex_header { struct39 unsigned clipmask:DRAW_TOTAL_CLIP_PLANES;40 unsigned edgeflag:1;41 unsigned pad:1;42 unsigned vertex_id:16;44 float clip_pos[4];45 float data[][4]; // the vertex attributes
737 LLVMTypeRef vertex_header; in lp_build_create_jit_vertex_header_type() local