Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_large_constants.c298 const unsigned old_constant_data_size = shader->constant_data_size; in nir_opt_large_constants() local
326 if (shader->constant_data_size == old_constant_data_size) { in nir_opt_large_constants()
332 assert(shader->constant_data_size > old_constant_data_size); in nir_opt_large_constants()
334 old_constant_data_size, in nir_opt_large_constants()
Dnir_lower_io.c2377 unsigned old_constant_data_size = shader->constant_data_size; in nir_lower_mem_constant_vars() local
2380 assert(shader->constant_data_size > old_constant_data_size); in nir_lower_mem_constant_vars()
2382 old_constant_data_size, in nir_lower_mem_constant_vars()