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.h946 struct v3d_fs_prog_data { struct
947 struct v3d_prog_data base;
950 bool uses_pid;
952 struct v3d_varying_slot input_slots[V3D_MAX_FS_INPUTS];
959 uint32_t flat_shade_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
961 uint32_t noperspective_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
963 uint32_t centroid_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
965 uint8_t num_inputs;
966 bool writes_z;
967 bool disable_ez;
[all …]