Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h1005 struct v3d_fs_prog_data { struct
1006 struct v3d_prog_data base;
1009 bool uses_pid;
1011 struct v3d_varying_slot input_slots[V3D_MAX_FS_INPUTS];
1018 uint32_t flat_shade_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
1020 uint32_t noperspective_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
1022 uint32_t centroid_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
1024 uint8_t num_inputs;
1025 bool writes_z;
1026 bool writes_z_from_fep;
[all …]