vc4: rename file to group vpm optimizations together

This file will contain optimization passes for both vpm reads
and writes.

Signed-off-by: Varad Gautam <varadgautam@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Varad Gautam
2016-03-08 01:01:58 +05:30
committed by Eric Anholt
parent 1c4b077409
commit 00bdbb22a9
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ C_SOURCES := \
vc4_opt_cse.c \
vc4_opt_dead_code.c \
vc4_opt_small_immediates.c \
vc4_opt_vpm_writes.c \
vc4_opt_vpm.c \
vc4_program.c \
vc4_qir.c \
vc4_qir_lower_uniforms.c \

View File

@@ -22,7 +22,7 @@
*/
/**
* @file vc4_opt_vpm_writes.c
* @file vc4_opt_vpm.c
*
* This modifies instructions that generate the value consumed by a VPM write
* to write directly into the VPM.