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

  /external/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 426 PointerType * intPointerType = PointerType::get(intType, 0);
432 funcArgs.push_back(intPointerType); // frame
433 funcArgs.push_back(intPointerType); // depth
455 PointerType * intPointerType = PointerType::get(intType, 0);
479 Value * framePtr = builder.CreateAlloca(intPointerType);
481 Value * depthPtr = builder.CreateAlloca(intPointerType);
576 z = builder.CreateBitCast(start, intPointerType);
llvm_texture.cpp 279 PointerType * intPointerType = PointerType::get(intType, 0);
314 textureData = new GlobalVariable(*module, intPointerType,
372 PointerType * const intPointerType = PointerType::get(intType, 0);
509 textureData = new GlobalVariable(*module, intPointerType,

Completed in 41 milliseconds