Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_nir_lower_ngg.c63 unsigned total_lds_bytes; member
1133 nogs_state->total_lds_bytes = ngg_scratch_lds_base_addr + ngg_scratch_lds_bytes; in add_deferred_attribute_culling()
1462 state.total_lds_bytes = MAX2(state.total_lds_bytes, max_num_es_vertices * 4u); in ac_nir_lower_ngg_nogs()
1546 shader->info.shared_size = state.total_lds_bytes; in ac_nir_lower_ngg_nogs()
2052 unsigned total_lds_bytes = state.lds_addr_gs_scratch + lds_scratch_bytes; in ac_nir_lower_ngg_gs() local
2053 shader->info.shared_size = total_lds_bytes; in ac_nir_lower_ngg_gs()