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.c1639 LLVMValueRef as, at, ar, face, face_s, face_t; in lp_build_cube_lookup() local
1793 face_t = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, tnewx, tnewy, tnewz); in lp_build_cube_lookup()
1800 face_t = LLVMBuildBitCast(builder, face_t, coord_vec_type, ""); in lp_build_cube_lookup()
1813 tmp = lp_build_mul(coord_bld, madxdivma, face_t); in lp_build_cube_lookup()
1824 tmp = lp_build_mul(coord_bld, madydivma, face_t); in lp_build_cube_lookup()
1833 face_t = lp_build_mul(coord_bld, face_t, imahalfpos); in lp_build_cube_lookup()
1836 coords[1] = lp_build_add(coord_bld, face_t, posHalf); in lp_build_cube_lookup()
1935 face_t = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, tnewx, tnewy, tnewz); in lp_build_cube_lookup()
1939 face_t = LLVMBuildBitCast(builder, face_t, coord_vec_type, ""); in lp_build_cube_lookup()
1953 face_t = lp_build_mul(coord_bld, face_t, imahalfpos); in lp_build_cube_lookup()
[all …]