Home
last modified time | relevance | path

Searched refs:face_t (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c1649 LLVMValueRef as, at, ar, face, face_s, face_t; in lp_build_cube_lookup() local
1801 face_t = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, tnewx, tnewy, tnewz); in lp_build_cube_lookup()
1808 face_t = LLVMBuildBitCast(builder, face_t, coord_vec_type, ""); in lp_build_cube_lookup()
1821 tmp = lp_build_mul(coord_bld, madxdivma, face_t); in lp_build_cube_lookup()
1832 tmp = lp_build_mul(coord_bld, madydivma, face_t); in lp_build_cube_lookup()
1841 face_t = lp_build_mul(coord_bld, face_t, imahalfpos); in lp_build_cube_lookup()
1844 coords[1] = lp_build_add(coord_bld, face_t, posHalf); in lp_build_cube_lookup()
1943 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()
1961 face_t = lp_build_mul(coord_bld, face_t, imahalfpos); in lp_build_cube_lookup()
[all …]