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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c223 LLVMValueRef onei = lp_build_const_int32(gallivm, 1); local in function:lp_do_offset_tri
231 shuffles[2] = onei;
235 shuffles[0] = onei;
257 dzdy = LLVMBuildExtractElement(b, dzdxdzdy, onei, "");
332 shuffles[1] = onei;
348 z1_new = LLVMBuildExtractElement(b, z0z1z2, onei, "");
638 LLVMValueRef onei = lp_build_const_int32(gallivm, 1); local in function:init_args
666 shuffles[0] = onei;
676 f = LLVMBuildExtractElement(b, ef, onei, "");
690 args->dy20_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy20, onei);
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c222 LLVMValueRef onei = lp_build_const_int32(gallivm, 1); local in function:lp_do_offset_tri
230 shuffles[2] = onei;
234 shuffles[0] = onei;
256 dzdy = LLVMBuildExtractElement(b, dzdxdzdy, onei, "");
551 LLVMValueRef onei = lp_build_const_int32(gallivm, 1); local in function:init_args
580 shuffles[0] = onei;
590 f = LLVMBuildExtractElement(b, ef, onei, "");
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);
613 args->y0_center = lp_build_extract_broadcast(gallivm, typef4, typef4, xy0_center, onei);
[all...]

Completed in 5 milliseconds