Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:arg_types

584 	    const LLVMTypeRef *arg_types,
589 if(LLVMGetTypeKind(arg_types[i]) == LLVMPointerTypeKind)
676 LLVMTypeRef arg_types[7];
712 arg_types[0] = LLVMPointerType(vec4f_type, 0); /* v0 */
713 arg_types[1] = LLVMPointerType(vec4f_type, 0); /* v1 */
714 arg_types[2] = LLVMPointerType(vec4f_type, 0); /* v2 */
715 arg_types[3] = LLVMInt32TypeInContext(gallivm->context); /* facing */
716 arg_types[4] = LLVMPointerType(vec4f_type, 0); /* a0, aligned */
717 arg_types[5] = LLVMPointerType(vec4f_type, 0); /* dadx, aligned */
718 arg_types[6] = LLVMPointerType(vec4f_type, 0); /* dady, aligned */
721 arg_types, Elements(arg_types), 0);
752 set_noalias(builder, variant->function, arg_types, Elements(arg_types));