Searched refs:face_t (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.c | 1788 LLVMValueRef as, at, ar, face, face_s, face_t; in lp_build_cube_lookup() local 1940 face_t = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, tnewx, tnewy, tnewz); in lp_build_cube_lookup() 1947 face_t = LLVMBuildBitCast(builder, face_t, coord_vec_type, ""); in lp_build_cube_lookup() 1960 tmp = lp_build_mul(coord_bld, madxdivma, face_t); in lp_build_cube_lookup() 1971 tmp = lp_build_mul(coord_bld, madydivma, face_t); in lp_build_cube_lookup() 1980 face_t = lp_build_mul(coord_bld, face_t, imahalfpos); in lp_build_cube_lookup() 1983 coords[1] = lp_build_add(coord_bld, face_t, posHalf); in lp_build_cube_lookup() 2019 face_t in lp_build_cube_lookup() [all...] |
Completed in 4 milliseconds