Searched defs:si_shader_binary_info (Results 1 – 1 of 1) sorted by relevance
706 struct si_shader_binary_info { struct707 ubyte vs_output_param_offset[SI_MAX_VS_OUTPUTS];708 uint32_t vs_output_ps_input_cntl[NUM_TOTAL_VARYING_SLOTS];709 ubyte num_input_sgprs;710 ubyte num_input_vgprs;711 signed char face_vgpr_index;712 signed char ancillary_vgpr_index;713 bool uses_instanceid;714 ubyte nr_pos_exports;715 ubyte nr_param_exports;[all …]