Searched defs:radv_shader_args (Results 1 – 1 of 1) sorted by relevance
30 struct radv_shader_args { struct31 struct ac_shader_args ac;32 struct radv_shader_info *shader_info;33 const struct radv_nir_compiler_options *options;35 struct ac_arg descriptor_sets[MAX_SETS];36 struct ac_arg ring_offsets;37 struct ac_arg scratch_offset;39 struct ac_arg vertex_buffers;40 struct ac_arg rel_auto_id;41 struct ac_arg vs_prim_id;[all …]