Lines Matching refs:info
885 * flags. For instance, DCE uses this to store the "dead/live" info.
1834 * by transform feedback info.
1842 /* Transform feedback info for 2 outputs. nir_intrinsic_store_output contains
1984 const nir_intrinsic_info *info =
1986 return (info->flags & NIR_INTRINSIC_CAN_ELIMINATE) &&
1987 (info->flags & NIR_INTRINSIC_CAN_REORDER);
2908 nir_loop_info *info;
2968 * This includes everything pointed to by nir_loop::info.
3703 struct shader_info info;
4366 if (shader->info.internal ||
4367 shader->info.stage < 0 ||
4368 shader->info.stage > MESA_SHADER_KERNEL)
4371 return unlikely(nir_debug_print_shader[shader->info.stage]);