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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c644 struct lp_type typef4 = lp_type_float_vec(32, 128); local in function:init_args
647 lp_build_context_init(&bld, gallivm, typef4);
654 pixel_center = lp_build_const_vec(gallivm, typef4,
690 args->dy20_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy20, onei);
691 args->dy01_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy01, onei);
693 args->dx20_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy20, zeroi);
694 args->dx01_ooa = lp_build_extract_broadcast(gallivm, typef4, typef
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c558 struct lp_type typef4 = lp_type_float_vec(32, 128); local in function:init_args
561 lp_build_context_init(&bld, gallivm, typef4);
568 pixel_center = lp_build_const_vec(gallivm, typef4,
606 args->dy20_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy20, onei);
607 args->dy01_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy01, onei);
609 args->dx20_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy20, zeroi);
610 args->dx01_ooa = lp_build_extract_broadcast(gallivm, typef4, typef
[all...]

Completed in 5 milliseconds