HomeSort by relevance Sort by last modified time
    Searched full:twoi (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_setup.c 256 LLVMValueRef twoi = lp_build_const_int32(gallivm, 2); local
260 shuffles[0] = twoi;
263 shuffles[3] = twoi;
267 shuffles[1] = twoi;
268 shuffles[2] = twoi;
274 shuffles[0] = twoi;
299 shuffles[0] = twoi;
318 z2_new = LLVMBuildExtractElement(b, z0z1z2, twoi, "");
319 attribv[0] = LLVMBuildInsertElement(b, attribv[0], z0_new, twoi, "");
320 attribv[1] = LLVMBuildInsertElement(b, attribv[1], z1_new, twoi, "");
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 256 LLVMValueRef twoi = lp_build_const_int32(gallivm, 2); local
260 shuffles[0] = twoi;
263 shuffles[3] = twoi;
267 shuffles[1] = twoi;
268 shuffles[2] = twoi;
274 shuffles[0] = twoi;
299 shuffles[0] = twoi;
318 z2_new = LLVMBuildExtractElement(b, z0z1z2, twoi, "");
319 attribv[0] = LLVMBuildInsertElement(b, attribv[0], z0_new, twoi, "");
320 attribv[1] = LLVMBuildInsertElement(b, attribv[1], z1_new, twoi, "");
    [all...]

Completed in 52 milliseconds