Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dv3d_compiler.h1043 struct v3d_fs_prog_data { struct
1044 struct v3d_prog_data base;
1047 bool uses_pid;
1049 struct v3d_varying_slot input_slots[V3D_MAX_FS_INPUTS];
1056 uint32_t flat_shade_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
1058 uint32_t noperspective_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
1060 uint32_t centroid_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
1062 uint8_t num_inputs;
1063 bool writes_z;
1064 bool writes_z_from_fep;
[all …]