Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h772 struct si_shader_binary_info { struct
773 ubyte vs_output_param_offset[NUM_TOTAL_VARYING_SLOTS];
774 uint64_t vs_output_param_mask; /* which params to export, indexed by "base" */
775 uint32_t vs_output_ps_input_cntl[NUM_TOTAL_VARYING_SLOTS];
776 ubyte num_input_sgprs;
777 ubyte num_input_vgprs;
778 bool uses_vmem_load_other; /* all other VMEM loads and atomics with return */
779 bool uses_vmem_sampler_or_bvh;
780 signed char face_vgpr_index;
781 signed char ancillary_vgpr_index;
[all …]