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.h1026 struct v3d_fs_prog_data { struct
1027 struct v3d_prog_data base;
1030 bool uses_pid;
1032 struct v3d_varying_slot input_slots[V3D_MAX_FS_INPUTS];
1039 uint32_t flat_shade_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
1041 uint32_t noperspective_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
1043 uint32_t centroid_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
1045 uint8_t num_inputs;
1046 bool writes_z;
1047 bool writes_z_from_fep;
[all …]