Lines Matching refs:b_offset
4980 ir_constant_data b_offset; in _noise2() local
4981 b_offset.f[0] = 601.0f; in _noise2()
4982 b_offset.f[1] = 313.0f; in _noise2()
4983 b_offset.f[2] = 29.0f; in _noise2()
4984 b_offset.f[3] = 277.0f; in _noise2()
4990 body.emit(assign(b, expr(ir_unop_noise, add(p, imm(type, b_offset))))); in _noise2()
5004 ir_constant_data b_offset; in _noise3() local
5005 b_offset.f[0] = 601.0f; in _noise3()
5006 b_offset.f[1] = 313.0f; in _noise3()
5007 b_offset.f[2] = 29.0f; in _noise3()
5008 b_offset.f[3] = 277.0f; in _noise3()
5021 body.emit(assign(b, expr(ir_unop_noise, add(p, imm(type, b_offset))))); in _noise3()