Searched defs:v3d_fs_prog_data (Results 1 – 1 of 1) sorted by relevance
804 struct v3d_fs_prog_data { struct805 struct v3d_prog_data base;807 struct v3d_varying_slot input_slots[V3D_MAX_FS_INPUTS];814 uint32_t flat_shade_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];816 uint32_t noperspective_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];818 uint32_t centroid_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];820 uint8_t num_inputs;821 bool writes_z;822 bool disable_ez;823 bool uses_center_w;[all …]