Home
last modified time | relevance | path

Searched refs:arx (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2127 const float arx = fabsf(rx), ary = fabsf(ry), arz = fabsf(rz); in sample_cube() local
2129 if (arx >= ary && arx >= arz) { in sample_cube()
2139 else if (ary >= arx && ary >= arz) { in sample_cube()
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c2357 const GLfloat arx = FABSF(rx), ary = FABSF(ry), arz = FABSF(rz); in choose_cube_face() local
2361 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()
/external/llvm/lib/Target/PowerPC/
DPPC.td131 "Enable l[bh]arx and st[bh]cx.">;
/external/valgrind/
DNEWS2351 bus lock. Ditto for PowerPC l{w,d}arx/st{w,d}cx. instructions.