Home
last modified time | relevance | path

Searched refs:intPointerType (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/pixelflinger2/
Dllvm_scanline.cpp426 PointerType * intPointerType = PointerType::get(intType, 0); in ScanLineFunctionType() local
432 funcArgs.push_back(intPointerType); // frame in ScanLineFunctionType()
433 funcArgs.push_back(intPointerType); // depth in ScanLineFunctionType()
455 PointerType * intPointerType = PointerType::get(intType, 0); in GenerateScanLine() local
479 Value * framePtr = builder.CreateAlloca(intPointerType); in GenerateScanLine()
481 Value * depthPtr = builder.CreateAlloca(intPointerType); in GenerateScanLine()
576 z = builder.CreateBitCast(start, intPointerType); in GenerateScanLine()
Dllvm_texture.cpp279 PointerType * intPointerType = PointerType::get(intType, 0); in tex2D() local
314 textureData = new GlobalVariable(*module, intPointerType, in tex2D()
372 PointerType * const intPointerType = PointerType::get(intType, 0); in texCube() local
509 textureData = new GlobalVariable(*module, intPointerType, in texCube()