HomeSort by: relevance | last modified time | path
    Searched defs:pFunction (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
swr_shader.cpp 1552 auto pFunction = Function::Create(vsFuncType,
1559 pFunction->addAttributes(AttributeSet::FunctionIndex, attrSet);
1561 pFunction->addAttributes(AttributeList::FunctionIndex, attrBuilder);
1564 BasicBlock *block = BasicBlock::Create(JM()->mContext, "entry", pFunction);
1568 auto argitr = pFunction->arg_begin();
1669 gallivm_verify_function(gallivm, wrap(pFunction));
1673 (PFN_GS_FUNC)gallivm_jit_function(gallivm, wrap(pFunction));
1779 auto pFunction = Function::Create(tesFuncType,
1787 pFunction->addAttributes(AttributeSet::FunctionIndex, attrSet);
1789 pFunction->addAttributes(AttributeList::FunctionIndex, attrBuilder)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
swr_shader.cpp 595 auto pFunction = Function::Create(vsFuncType,
602 pFunction->addAttributes(AttributeSet::FunctionIndex, attrSet);
604 pFunction->addAttributes(AttributeList::FunctionIndex, attrBuilder);
607 BasicBlock *block = BasicBlock::Create(JM()->mContext, "entry", pFunction);
611 auto argitr = pFunction->arg_begin();
703 gallivm_verify_function(gallivm, wrap(pFunction));
707 (PFN_GS_FUNC)gallivm_jit_function(gallivm, wrap(pFunction));
766 auto pFunction = Function::Create(vsFuncType,
773 pFunction->addAttributes(AttributeSet::FunctionIndex, attrSet);
775 pFunction->addAttributes(AttributeList::FunctionIndex, attrBuilder)
    [all...]

Completed in 21 milliseconds