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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c219 LLVMValueRef z0z1, z0z1z2; local in function:lp_do_offset_tri
335 z0z1z2 = LLVMBuildShuffleVector(b, z0z1, attribv[2], LLVMConstVector(shuffles, 4), "");
343 z0z1z2 = lp_build_clamp(bld, LLVMBuildFAdd(b, z0z1z2, zoffset, ""), bld->zero, bld->one);
347 z0_new = LLVMBuildExtractElement(b, z0z1z2, zeroi, "");
348 z1_new = LLVMBuildExtractElement(b, z0z1z2, onei, "");
349 z2_new = LLVMBuildExtractElement(b, z0z1z2, twoi, "");

Completed in 3 milliseconds