summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/compiler/radeon_program_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r300/compiler/radeon_program_constants.h')
-rw-r--r--src/gallium/drivers/r300/compiler/radeon_program_constants.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/compiler/radeon_program_constants.h b/src/gallium/drivers/r300/compiler/radeon_program_constants.h
index 4f59c47815e..c07c492b0c9 100644
--- a/src/gallium/drivers/r300/compiler/radeon_program_constants.h
+++ b/src/gallium/drivers/r300/compiler/radeon_program_constants.h
@@ -85,7 +85,12 @@ typedef enum {
* Indicates this register should use the result of the presubtract
* operation.
*/
- RC_FILE_PRESUB
+ RC_FILE_PRESUB,
+
+ /**
+ * Indicates that the source index has been encoded as a 7-bit float.
+ */
+ RC_FILE_INLINE
} rc_register_file;
enum {