/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_assert.c | 66 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 D | lp_bld_format_aos.c | 544 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 D | lp_bld_intr.c | 59 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 D | lp_bld_intr.h | 54 LLVMTypeRef *arg_types,
|
H A D | lp_bld_const.h | 161 LLVMTypeRef *arg_types,
|
H A D | lp_bld_const.c | 465 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 D | lp_state_setup.c | 584 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 D | lp_state_fs.c | 774 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 D | draw_llvm.c | 1065 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 D | SkTraceEvent.h | 749 // 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 D | radeon_setup_tgsi_llvm.c | 964 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 D | bcel.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ... |