lima: introduce ppir_op_load_coords_reg to differentiate between loading texture...
[mesa.git] / src / gallium / drivers / lima / ir / pp / nir.c
index 260db1e35af379f73847ef5b7a3d97ca6587331e..6baf4ec93bf4b00a2acc4d864f6fc261a0b5cefd 100644 (file)
@@ -121,6 +121,7 @@ static void ppir_node_add_src(ppir_compiler *comp, ppir_node *node,
          /* Fallthrough */
       case ppir_op_load_uniform:
       case ppir_op_load_coords:
+      case ppir_op_load_coords_reg:
          /* Clone uniform and texture coord loads for each block.
           * Also ensure that each load has a single successor.
           * Let's do a fetch each time and hope for a cache hit instead