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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c225 LLVMValueRef twoi = lp_build_const_int32(gallivm, 2); local in function:lp_do_offset_tri
229 shuffles[0] = twoi;
232 shuffles[3] = twoi;
236 shuffles[1] = twoi;
237 shuffles[2] = twoi;
243 shuffles[0] = twoi;
284 LLVMBuildExtractElement(b, attribv[0], twoi, ""),
285 LLVMBuildExtractElement(b, attribv[1], twoi, ""));
288 LLVMBuildExtractElement(b, attribv[2], twoi, ""),
326 shuffles[0] = twoi;
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c224 LLVMValueRef twoi = lp_build_const_int32(gallivm, 2); local in function:lp_do_offset_tri
228 shuffles[0] = twoi;
231 shuffles[3] = twoi;
235 shuffles[1] = twoi;
236 shuffles[2] = twoi;
242 shuffles[0] = twoi;
284 LLVMBuildExtractElement(b, attribv[0], twoi, "")),
286 LLVMBuildExtractElement(b, attribv[1], twoi, "")));
290 LLVMBuildExtractElement(b, attribv[2], twoi, "")),

Completed in 5 milliseconds