Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h801 struct si_shader_binary_info { struct
802 uint8_t vs_output_param_offset[NUM_TOTAL_VARYING_SLOTS];
803 uint32_t vs_output_ps_input_cntl[NUM_TOTAL_VARYING_SLOTS];
804 union si_input_info ps_inputs[SI_NUM_INTERP];
805 uint8_t num_ps_inputs;
806 uint8_t ps_colors_read;
807 uint8_t num_input_sgprs;
808 uint8_t num_input_vgprs;
809 bool uses_vmem_load_other; /* all other VMEM loads and atomics with return */
810 bool uses_vmem_sampler_or_bvh;
[all …]