Searched refs:cint_bld (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 1645 struct lp_build_context *cint_bld = &bld->int_coord_bld; in lp_build_cube_lookup() local 1646 struct lp_type intctype = cint_bld->type; in lp_build_cube_lookup() 1648 LLVMTypeRef cint_vec_type = cint_bld->vec_type; 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() 1804 face_sdy = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, sdynewx, sdynewy, sdynewz); in lp_build_cube_lookup() 1805 face_tdy = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, tdynewx, tdynewy, tdynewz); in lp_build_cube_lookup() [all …]
|