Searched refs:total_lds_bytes (Results 1 – 1 of 1) sorted by relevance
63 unsigned total_lds_bytes; member1133 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() local2053 shader->info.shared_size = total_lds_bytes; in ac_nir_lower_ngg_gs()