Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vertex_header.h38 struct vertex_header { struct
39 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
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_jit_types.c737 LLVMTypeRef vertex_header; in lp_build_create_jit_vertex_header_type() local