Searched refs:per_variable (Results 1 – 2 of 2) sorted by relevance
68 bool per_variable; member93 if (options->per_variable) { in is_readonly_image_op()141 if (options->per_variable) { in lower_readonly_image_op()206 nir_lower_readonly_images_to_tex(nir_shader *shader, bool per_variable) in nir_lower_readonly_images_to_tex() argument208 assert(shader->info.stage != MESA_SHADER_KERNEL || !per_variable); in nir_lower_readonly_images_to_tex()210 struct readonly_image_lower_options options = { per_variable }; in nir_lower_readonly_images_to_tex()
5182 bool nir_lower_readonly_images_to_tex(nir_shader *shader, bool per_variable);