Searched refs:arx (Results 1 – 4 of 4) sorted by relevance
2127 const float arx = fabsf(rx), ary = fabsf(ry), arz = fabsf(rz); in sample_cube() local2129 if (arx >= ary && arx >= arz) { in sample_cube()2139 else if (ary >= arx && ary >= arz) { in sample_cube()
2357 const GLfloat arx = FABSF(rx), ary = FABSF(ry), arz = FABSF(rz); in choose_cube_face() local2361 if (arx >= ary && arx >= arz) { in choose_cube_face()2366 ma = arx; in choose_cube_face()2372 ma = arx; in choose_cube_face()2375 else if (ary >= arx && ary >= arz) { in choose_cube_face()
131 "Enable l[bh]arx and st[bh]cx.">;
2351 bus lock. Ditto for PowerPC l{w,d}arx/st{w,d}cx. instructions.