Searched refs:face_t (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 1686 LLVMValueRef as, at, ar, face, face_s, face_t; in lp_build_cube_lookup() local 1838 face_t = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, tnewx, tnewy, tnewz); in lp_build_cube_lookup() 1845 face_t = LLVMBuildBitCast(builder, face_t, coord_vec_type, ""); in lp_build_cube_lookup() 1858 tmp = lp_build_mul(coord_bld, madxdivma, face_t); in lp_build_cube_lookup() 1869 tmp = lp_build_mul(coord_bld, madydivma, face_t); in lp_build_cube_lookup() 1878 face_t = lp_build_mul(coord_bld, face_t, imahalfpos); in lp_build_cube_lookup() 1881 coords[1] = lp_build_add(coord_bld, face_t, posHalf); in lp_build_cube_lookup() 1980 face_t = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, tnewx, tnewy, tnewz); in lp_build_cube_lookup() 1984 face_t = LLVMBuildBitCast(builder, face_t, coord_vec_type, ""); in lp_build_cube_lookup() 1998 face_t = lp_build_mul(coord_bld, face_t, imahalfpos); in lp_build_cube_lookup() [all …]
|