Lines Matching refs:b_offset
5444 ir_constant_data b_offset; in _noise2() local
5445 b_offset.f[0] = 601.0f; in _noise2()
5446 b_offset.f[1] = 313.0f; in _noise2()
5447 b_offset.f[2] = 29.0f; in _noise2()
5448 b_offset.f[3] = 277.0f; in _noise2()
5454 body.emit(assign(b, expr(ir_unop_noise, add(p, imm(type, b_offset))))); in _noise2()
5468 ir_constant_data b_offset; in _noise3() local
5469 b_offset.f[0] = 601.0f; in _noise3()
5470 b_offset.f[1] = 313.0f; in _noise3()
5471 b_offset.f[2] = 29.0f; in _noise3()
5472 b_offset.f[3] = 277.0f; in _noise3()
5485 body.emit(assign(b, expr(ir_unop_noise, add(p, imm(type, b_offset))))); in _noise3()