Home | History | Annotate | Download | only in gallivm

Lines Matching refs:scales

157    LLVMValueRef scales[4];
201 scales[i] = LLVMConstNull(LLVMFloatTypeInContext(gallivm->context));
216 scales[i] = lp_build_const_float(gallivm, 1.0 / mask);
220 scales[i] = lp_build_const_float(gallivm, 1.0);
246 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), "");
273 LLVMValueRef scales[4];
307 scales[i] = LLVMGetUndef(LLVMFloatTypeInContext(gallivm->context));
318 scales[i] = lp_build_const_float(gallivm, mask);
322 scales[i] = lp_build_const_float(gallivm, 1.0);
329 scaled = LLVMBuildFMul(builder, unswizzled, LLVMConstVector(scales, 4), "");