Searched refs:as_ge_at (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 1687 LLVMValueRef as_ge_at, maxasat, ar_ge_as_at; in lp_build_cube_lookup() local 1725 as_ge_at = lp_build_cmp(coord_bld, PIPE_FUNC_GREATER, as, at); in lp_build_cube_lookup() 1757 ma = lp_build_select3(coord_bld, as_ge_at, ar_ge_as_at, s, t, r); in lp_build_cube_lookup() 1782 madx = lp_build_select3(coord_bld, as_ge_at, ar_ge_as_at, ddx[0], ddx[1], ddx[2]); in lp_build_cube_lookup() 1783 mady = lp_build_select3(coord_bld, as_ge_at, ar_ge_as_at, ddy[0], ddy[1], ddy[2]); in lp_build_cube_lookup() 1836 face = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, facex, facey, facez); in lp_build_cube_lookup() 1837 face_s = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, snewx, snewy, snewz); in lp_build_cube_lookup() 1838 face_t = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, tnewx, tnewy, tnewz); in lp_build_cube_lookup() 1839 face_sdx = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, sdxnewx, sdxnewy, sdxnewz); in lp_build_cube_lookup() 1840 face_tdx = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, tdxnewx, tdxnewy, tdxnewz); in lp_build_cube_lookup() [all …]
|