Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c1650 LLVMValueRef as_ge_at, maxasat, ar_ge_as_at; in lp_build_cube_lookup() local
1688 as_ge_at = lp_build_cmp(coord_bld, PIPE_FUNC_GREATER, as, at); in lp_build_cube_lookup()
1720 ma = lp_build_select3(coord_bld, as_ge_at, ar_ge_as_at, s, t, r); in lp_build_cube_lookup()
1745 madx = lp_build_select3(coord_bld, as_ge_at, ar_ge_as_at, ddx[0], ddx[1], ddx[2]); in lp_build_cube_lookup()
1746 mady = lp_build_select3(coord_bld, as_ge_at, ar_ge_as_at, ddy[0], ddy[1], ddy[2]); in lp_build_cube_lookup()
1799 face = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, facex, facey, facez); in lp_build_cube_lookup()
1800 face_s = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, snewx, snewy, snewz); in lp_build_cube_lookup()
1801 face_t = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, tnewx, tnewy, tnewz); in lp_build_cube_lookup()
1802 face_sdx = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, sdxnewx, sdxnewy, sdxnewz); in lp_build_cube_lookup()
1803 face_tdx = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, tdxnewx, tdxnewy, tdxnewz); in lp_build_cube_lookup()
[all …]