Home | History | Annotate | Download | only in gallivm

Lines Matching defs:function

773       LLVMValueRef function;
790 * Function to call looks like:
805 /* make const pointer for the C fetch_rgba_8unorm function */
806 function = lp_build_const_int_pointer(gallivm,
809 /* cast the callee pointer to the function's type */
810 function = LLVMBuildBitCast(builder, function,
841 LLVMBuildCall(builder, function, args, ARRAY_SIZE(args), "");
878 LLVMValueRef function;
895 * Function to call looks like:
907 function = lp_build_const_func_pointer(gallivm,
938 LLVMBuildCall(builder, function, args, ARRAY_SIZE(args), "");