Searched refs:face_tdx (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 1697 LLVMValueRef face_sdx, face_tdx, face_sdy, face_tdy; in lp_build_cube_lookup() local 1795 face_tdx = lp_build_select3(cint_bld, as_ge_at, ar_ge_as_at, tdxnewx, tdxnewy, tdxnewz); in lp_build_cube_lookup() 1802 face_tdx = LLVMBuildBitCast(builder, face_tdx, coord_vec_type, ""); in lp_build_cube_lookup() 1814 tmp = lp_build_sub(coord_bld, face_tdx, tmp); in lp_build_cube_lookup()
|