Searched defs:si_shader_binary_info (Results 1 – 1 of 1) sorted by relevance
817 struct si_shader_binary_info { struct818 uint8_t vs_output_param_offset[NUM_TOTAL_VARYING_SLOTS];819 uint32_t vs_output_ps_input_cntl[NUM_TOTAL_VARYING_SLOTS];820 union si_input_info ps_inputs[SI_NUM_INTERP];821 uint8_t num_ps_inputs;822 uint8_t ps_colors_read;823 uint8_t num_input_sgprs;824 uint8_t num_input_vgprs;825 bool uses_vmem_load_other; /* all other VMEM loads and atomics with return */826 bool uses_vmem_sampler_or_bvh;[all …]