Home
last modified time | relevance | path

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

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A 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()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A 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()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A 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()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A 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()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A 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()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A 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()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A 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()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A 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()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A 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()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/llvmpipe/
H A 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()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/llvmpipe/
H A 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()