Searched defs:si_shader_binary_info (Results 1 – 1 of 1) sorted by relevance
867 struct si_shader_binary_info { struct868 uint8_t vs_output_param_offset[NUM_TOTAL_VARYING_SLOTS];869 uint32_t vs_output_ps_input_cntl[NUM_TOTAL_VARYING_SLOTS];870 union si_ps_input_info ps_inputs[SI_NUM_INTERP];871 uint8_t num_ps_inputs;872 uint8_t ps_colors_read;873 uint8_t num_input_sgprs;874 uint8_t num_input_vgprs;875 bool uses_vmem_load_other; /* all other VMEM loads and atomics with return */876 bool uses_vmem_sampler_or_bvh;[all …]