Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c558 struct lp_type typef4 = lp_type_float_vec(32, 128); in init_args() local
561 lp_build_context_init(&bld, gallivm, typef4); in init_args()
568 pixel_center = lp_build_const_vec(gallivm, typef4, in init_args()
606 args->dy20_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy20, onei); in init_args()
607 args->dy01_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy01, onei); in init_args()
609 args->dx20_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy20, zeroi); in init_args()
610 args->dx01_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy01, zeroi); in init_args()
612 args->x0_center = lp_build_extract_broadcast(gallivm, typef4, typef4, xy0_center, zeroi); in init_args()
613 args->y0_center = lp_build_extract_broadcast(gallivm, typef4, typef4, xy0_center, onei); in init_args()