Home
last modified time | relevance | path

Searched refs:max_exported_args (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_nir_lower_ngg.c784 unsigned max_exported_args) in compact_vertices_after_culling() argument
803 for (unsigned i = 0; i < max_exported_args; ++i) { in compact_vertices_after_culling()
827 for (unsigned i = 0; i < max_exported_args; ++i) { in compact_vertices_after_culling()
835 for (unsigned i = 0; i < max_exported_args; ++i) in compact_vertices_after_culling()
1122 unsigned max_exported_args = b->shader->info.stage == MESA_SHADER_VERTEX ? 2 : 4; in add_deferred_attribute_culling() local
1124 max_exported_args--; in add_deferred_attribute_culling()
1126 max_exported_args--; in add_deferred_attribute_culling()
1128 unsigned pervertex_lds_bytes = lds_es_arg_0 + max_exported_args * 4u; in add_deferred_attribute_culling()
1315 … ngg_scratch_lds_base_addr, pervertex_lds_bytes, max_exported_args); in add_deferred_attribute_culling()