Searched refs:repacked_arg_vars (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_nir_lower_ngg.c676 nir_variable **repacked_arg_vars,
705 nir_ssa_def *arg_val = nir_load_var(b, repacked_arg_vars[i]);
730 nir_store_var(b, repacked_arg_vars[i], arg_val, 0x1u);
737 nir_store_var(b, repacked_arg_vars[i], nir_ssa_undef(b, 1, 32), 0x1u);
1049 nir_variable *repacked_arg_vars[4] = { local in function:add_deferred_attribute_culling
1081 nir_store_var(b, repacked_arg_vars[0], nir_build_load_vertex_id_zero_base(b), 0x1u);
1083 nir_store_var(b, repacked_arg_vars[1], nir_build_load_instance_id(b), 0x1u);
1086 nir_store_var(b, repacked_arg_vars[0], nir_channel(b, tess_coord, 0), 0x1u);
1087 nir_store_var(b, repacked_arg_vars[1], nir_channel(b, tess_coord, 1), 0x1u);
1088 nir_store_var(b, repacked_arg_vars[
674 compact_vertices_after_culling(nir_builder * b,lower_ngg_nogs_state * nogs_state,nir_variable ** repacked_arg_vars,nir_variable ** gs_vtxaddr_vars,nir_ssa_def * invocation_index,nir_ssa_def * es_vertex_lds_addr,nir_ssa_def * es_exporter_tid,nir_ssa_def * num_live_vertices_in_workgroup,nir_ssa_def * fully_culled,unsigned ngg_scratch_lds_base_addr,unsigned pervertex_lds_bytes,unsigned max_exported_args) argument
[all...]

Completed in 3 milliseconds