Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c644 struct lp_type typef4 = lp_type_float_vec(32, 128); in init_args() local
647 lp_build_context_init(&bld, gallivm, typef4); in init_args()
654 pixel_center = lp_build_const_vec(gallivm, typef4, in init_args()
690 args->dy20_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy20, onei); in init_args()
691 args->dy01_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy01, onei); in init_args()
693 args->dx20_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy20, zeroi); in init_args()
694 args->dx01_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy01, zeroi); in init_args()
696 args->x0_center = lp_build_extract_broadcast(gallivm, typef4, typef4, xy0_center, zeroi); in init_args()
697 args->y0_center = lp_build_extract_broadcast(gallivm, typef4, typef4, xy0_center, onei); in init_args()