Searched refs:tnewy (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 1641 LLVMValueRef snewx, tnewx, snewy, tnewy, snewz, tnewz; in lp_build_cube_lookup() local 1777 tnewy = LLVMBuildXor(builder, signmabit, ri, ""); in lp_build_cube_lookup() 1793 face_t = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, tnewx, tnewy, tnewz); in lp_build_cube_lookup() 1928 tnewy = LLVMBuildXor(builder, signmabit, ri, ""); in lp_build_cube_lookup() 1935 face_t = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, tnewx, tnewy, tnewz); in lp_build_cube_lookup()
|