Lines Matching refs:ac_arg

49 struct ac_arg {  struct
75 struct ac_arg base_vertex;
76 struct ac_arg start_instance;
77 struct ac_arg draw_id;
78 struct ac_arg vertex_buffers;
79 struct ac_arg vertex_id;
80 struct ac_arg vs_rel_patch_id;
81 struct ac_arg vs_prim_id;
82 struct ac_arg instance_id;
85 struct ac_arg tess_offchip_offset;
86 struct ac_arg merged_wave_info;
92 struct ac_arg gs_tg_info;
93 struct ac_arg scratch_offset;
96 struct ac_arg tcs_factor_offset;
97 struct ac_arg tcs_patch_id;
98 struct ac_arg tcs_rel_ids;
101 struct ac_arg tes_u;
102 struct ac_arg tes_v;
103 struct ac_arg tes_rel_patch_id;
104 struct ac_arg tes_patch_id;
107 struct ac_arg es2gs_offset; /* separate legacy ES */
108 struct ac_arg gs2vs_offset; /* legacy GS */
109 struct ac_arg gs_wave_id; /* legacy GS */
110 struct ac_arg gs_vtx_offset[6]; /* GFX6-8: [0-5], GFX9+: [0-2] packed */
111 struct ac_arg gs_prim_id;
112 struct ac_arg gs_invocation_id;
115 struct ac_arg streamout_config;
116 struct ac_arg streamout_write_index;
117 struct ac_arg streamout_offset[4];
120 struct ac_arg frag_pos[4];
121 struct ac_arg front_face;
122 struct ac_arg ancillary;
123 struct ac_arg sample_coverage;
124 struct ac_arg prim_mask;
125 struct ac_arg persp_sample;
126 struct ac_arg persp_center;
127 struct ac_arg persp_centroid;
128 struct ac_arg pull_model;
129 struct ac_arg linear_sample;
130 struct ac_arg linear_center;
131 struct ac_arg linear_centroid;
134 struct ac_arg local_invocation_ids;
135 struct ac_arg num_work_groups;
136 struct ac_arg workgroup_ids[3];
137 struct ac_arg tg_size;
140 struct ac_arg push_constants;
141 struct ac_arg inline_push_consts[AC_MAX_INLINE_PUSH_CONSTS];
143 struct ac_arg view_index;
144 struct ac_arg sbt_descriptors;
145 struct ac_arg ray_launch_size;
149 enum ac_arg_type type, struct ac_arg *arg);