Searched refs:arg_types (Results 1 - 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_assert.c66 LLVMTypeRef arg_types[2]; local
75 arg_types[0] = LLVMInt32TypeInContext(context);
76 arg_types[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0);
80 ret_type, arg_types, Elements(arg_types),
84 args[0] = LLVMBuildZExt(builder, condition, arg_types[0], "");
88 assert(LLVMTypeOf(args[0]) == arg_types[0]);
89 assert(LLVMTypeOf(args[1]) == arg_types[1]);
H A Dlp_bld_format_aos.c544 LLVMTypeRef arg_types[4]; local
548 arg_types[0] = pi8t;
549 arg_types[1] = pi8t;
550 arg_types[2] = i32t;
551 arg_types[3] = i32t;
552 function_type = LLVMFunctionType(ret_type, arg_types,
553 Elements(arg_types), 0);
649 LLVMTypeRef arg_types[4]; local
652 arg_types[0] = pf32t;
653 arg_types[
[all...]
H A Dlp_bld_intr.c59 LLVMTypeRef *arg_types,
67 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
91 LLVMTypeRef arg_types[LP_MAX_FUNC_ARGS]; local
98 arg_types[i] = LLVMTypeOf(args[i]);
101 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
56 lp_declare_intrinsic(LLVMModuleRef module, const char *name, LLVMTypeRef ret_type, LLVMTypeRef *arg_types, unsigned num_args) argument
H A Dlp_bld_intr.h54 LLVMTypeRef *arg_types,
H A Dlp_bld_const.h161 LLVMTypeRef *arg_types,
H A Dlp_bld_const.c465 LLVMTypeRef *arg_types,
472 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
462 lp_build_const_func_pointer(struct gallivm_state *gallivm, const void *ptr, LLVMTypeRef ret_type, LLVMTypeRef *arg_types, unsigned num_args, const char *name) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c584 const LLVMTypeRef *arg_types,
589 if(LLVMGetTypeKind(arg_types[i]) == LLVMPointerTypeKind)
676 LLVMTypeRef arg_types[7]; local
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[
582 set_noalias(LLVMBuilderRef builder, LLVMValueRef function, const LLVMTypeRef *arg_types, int nr_args) argument
[all...]
H A Dlp_state_fs.c774 LLVMTypeRef arg_types[11]; local
859 arg_types[0] = variant->jit_context_ptr_type; /* context */
860 arg_types[1] = int32_type; /* x */
861 arg_types[2] = int32_type; /* y */
862 arg_types[3] = int32_type; /* facing */
863 arg_types[4] = LLVMPointerType(fs_elem_type, 0); /* a0 */
864 arg_types[5] = LLVMPointerType(fs_elem_type, 0); /* dadx */
865 arg_types[6] = LLVMPointerType(fs_elem_type, 0); /* dady */
866 arg_types[7] = LLVMPointerType(LLVMPointerType(blend_vec_type, 0), 0); /* color */
867 arg_types[
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1065 LLVMTypeRef arg_types[8]; local
1099 arg_types[0] = get_context_ptr_type(variant); /* context */
1100 arg_types[1] = get_vertex_header_ptr_type(variant); /* vertex_header */
1101 arg_types[2] = get_buffer_ptr_type(variant); /* vbuffers */
1103 arg_types[3] = LLVMPointerType(int32_type, 0);/* fetch_elts * */
1105 arg_types[3] = int32_type; /* start */
1106 arg_types[4] = int32_type; /* fetch_count / count */
1107 arg_types[5] = int32_type; /* stride */
1108 arg_types[6] = get_vb_ptr_type(variant); /* pipe_vertex_buffer's */
1109 arg_types[
[all...]
/external/skia/src/core/
H A DSkTraceEvent.h749 // const uint8_t* arg_types,
1119 uint8_t arg_types[1]; local
1121 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
1124 num_args, &arg1_name, arg_types, arg_values, flags);
1141 unsigned char arg_types[2]; local
1143 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
1144 SetTraceValue(arg2_val, &arg_types[1], &arg_values[1]);
1147 num_args, arg_names, arg_types, arg_values, flags);
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c964 LLVMTypeRef arg_types[LP_MAX_FUNC_ARGS]; local
971 arg_types[i] = LLVMTypeOf(args[i]);
974 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 139 milliseconds