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

  /external/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 422 std::vector<Type*> funcArgs;
429 funcArgs.push_back(vectorPtr); // start
430 funcArgs.push_back(vectorPtr); // step
431 funcArgs.push_back(vectorPtr); // constants
432 funcArgs.push_back(intPointerType); // frame
433 funcArgs.push_back(intPointerType); // depth
434 funcArgs.push_back(bytePointerType); // stencil
435 funcArgs.push_back(bytePointerType); // stencil state
436 funcArgs.push_back(intType); // count
439 llvm::ArrayRef<Type*>(funcArgs),
    [all...]
texture.cpp 353 std::vector<const llvm::Type*> funcArgs;
357 funcArgs.push_back(vectorPtr);
358 funcArgs.push_back(vectorPtr);
359 funcArgs.push_back(llvm::Type::getInt32Ty(llvm_ctx));
363 funcArgs,

Completed in 46 milliseconds