summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/llvm/instructionssoa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/llvm/instructionssoa.h')
-rw-r--r--src/mesa/pipe/llvm/instructionssoa.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/pipe/llvm/instructionssoa.h b/src/mesa/pipe/llvm/instructionssoa.h
index 233d363b906..01955015844 100644
--- a/src/mesa/pipe/llvm/instructionssoa.h
+++ b/src/mesa/pipe/llvm/instructionssoa.h
@@ -51,8 +51,15 @@ public:
std::vector<llvm::Value*> mul(const std::vector<llvm::Value*> in1,
const std::vector<llvm::Value*> in2);
void end();
+
+private:
+ const char * name(const char *prefix) const;
private:
llvm::LLVMFoldingBuilder m_builder;
+
+private:
+ mutable int m_idx;
+ mutable char m_name[32];
};