Searched refs:per_variable (Results 1 – 2 of 2) sorted by relevance
66 bool per_variable; member91 if (options->per_variable) { in is_readonly_image_op()139 if (options->per_variable) { in lower_readonly_image_op()205 nir_lower_readonly_images_to_tex(nir_shader *shader, bool per_variable) in nir_lower_readonly_images_to_tex() argument207 assert(shader->info.stage != MESA_SHADER_KERNEL || !per_variable); in nir_lower_readonly_images_to_tex()209 struct readonly_image_lower_options options = { per_variable }; in nir_lower_readonly_images_to_tex()
5263 bool nir_lower_readonly_images_to_tex(nir_shader *shader, bool per_variable);