Searched refs:face_sdy (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 1705 LLVMValueRef face_sdx, face_tdx, face_sdy, face_tdy; in lp_build_cube_lookup() local 1804 face_sdy = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, sdynewx, sdynewy, sdynewz); in lp_build_cube_lookup() 1811 face_sdy = LLVMBuildBitCast(builder, face_sdy, coord_vec_type, ""); in lp_build_cube_lookup() 1828 tmp = lp_build_sub(coord_bld, face_sdy, tmp); in lp_build_cube_lookup()
|