Searched refs:face_sdy (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1705 LLVMValueRef face_sdx, face_tdx, face_sdy, face_tdy; local in function:lp_build_cube_lookup
1804 face_sdy = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, sdynewx, sdynewy, sdynewz);
1811 face_sdy = LLVMBuildBitCast(builder, face_sdy, coord_vec_type, "");
1828 tmp = lp_build_sub(coord_bld, face_sdy, tmp);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1842 LLVMValueRef face_sdx, face_tdx, face_sdy, face_tdy; local in function:lp_build_cube_lookup
1941 face_sdy = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, sdynewx, sdynewy, sdynewz);
1948 face_sdy = LLVMBuildBitCast(builder, face_sdy, coord_vec_type, "");
1965 tmp = lp_build_sub(coord_bld, face_sdy, tmp);

Completed in 9 milliseconds