Searched refs:snewz (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 1783 snewz = LLVMBuildXor(builder, signmabit, si, ""); in lp_build_cube_lookup() 1792 face_s = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, snewx, snewy, snewz); in lp_build_cube_lookup() 1930 snewz = LLVMBuildXor(builder, signmabit, si, ""); in lp_build_cube_lookup() 1934 face_s = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, snewx, snewy, snewz); in lp_build_cube_lookup()
|