Home
last modified time | relevance | path

Searched refs:face_s (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1788 LLVMValueRef as, at, ar, face, face_s, face_t; in lp_build_cube_lookup() local
1939 face_s = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, snewx, snewy, snewz); in lp_build_cube_lookup()
1946 face_s = LLVMBuildBitCast(builder, face_s, coord_vec_type, ""); in lp_build_cube_lookup()
1955 tmp = lp_build_mul(coord_bld, madxdivma, face_s); in lp_build_cube_lookup()
1966 tmp = lp_build_mul(coord_bld, madydivma, face_s); in lp_build_cube_lookup()
1979 face_s = lp_build_mul(coord_bld, face_s, imahalfpos); in lp_build_cube_lookup()
1982 coords[0] = lp_build_add(coord_bld, face_s, posHalf); in lp_build_cube_lookup()
2018 face_s in lp_build_cube_lookup()
[all...]

Completed in 4 milliseconds