Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h1044 struct v3d_fs_prog_data { struct
1045 struct v3d_prog_data base;
1048 bool uses_pid;
1050 struct v3d_varying_slot input_slots[V3D_MAX_FS_INPUTS];
1057 uint32_t flat_shade_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
1059 uint32_t noperspective_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
1061 uint32_t centroid_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
1063 uint8_t num_inputs;
1064 bool writes_z;
1065 bool writes_z_from_fep;
[all …]