Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:gallivm

37 #include "gallivm/lp_bld_init.h"
38 #include "gallivm/lp_bld_debug.h"
46 struct gallivm_state *gallivm = lp->gallivm;
47 LLVMContextRef lc = gallivm->context;
74 LLVMAddTypeName(gallivm->module, "texture", texture_type);
76 LLVMInvalidateStructLayout(gallivm->target, texture_type);
80 gallivm->target, texture_type,
83 gallivm->target, texture_type,
86 gallivm->target, texture_type,
89 gallivm->target, texture_type,
92 gallivm->target, texture_type,
95 gallivm->target, texture_type,
98 gallivm->target, texture_type,
101 gallivm->target, texture_type,
104 gallivm->target, texture_type,
107 gallivm->target, texture_type,
110 gallivm->target, texture_type,
113 gallivm->target, texture_type,
117 gallivm->target, texture_type);
137 LLVMInvalidateStructLayout(gallivm->target, context_type);
139 LLVMAddTypeName(gallivm->module, "context", context_type);
143 gallivm->target, context_type,
146 gallivm->target, context_type,
149 gallivm->target, context_type,
152 gallivm->target, context_type,
155 gallivm->target, context_type,
158 gallivm->target, context_type,
161 gallivm->target, context_type);
167 LLVMDumpModule(gallivm->module);