HomeSort by relevance Sort by last modified time
    Searched refs:arg_types (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
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]);
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[1] = pi8t
    [all...]
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);
lp_bld_intr.h 54 LLVMTypeRef *arg_types,
lp_bld_const.h 161 LLVMTypeRef *arg_types,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
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]);
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[1] = pi8t
    [all...]
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);
lp_bld_intr.h 54 LLVMTypeRef *arg_types,
lp_bld_const.h 161 LLVMTypeRef *arg_types,
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
event_tracer.h 40 const unsigned char* arg_types,
66 const unsigned char* arg_types,
  /external/chromium_org/ppapi/c/dev/
ppb_trace_event_dev.h 65 const uint8_t arg_types[],
82 const uint8_t arg_types[],
108 const uint8_t arg_types[],
  /external/chromium_org/ppapi/shared_impl/
ppb_trace_event_impl.h 27 const uint8_t arg_types[],
39 const uint8_t arg_types[],
ppb_trace_event_impl.cc 38 const uint8_t arg_types[],
51 arg_types,
71 const uint8_t arg_types[],
83 arg_types,
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
event_tracer.cc 44 const unsigned char* arg_types,
54 arg_types,
event_tracer_unittest.cc 55 const unsigned char* arg_types,
  /external/chromium_org/ppapi/api/dev/
ppb_trace_event_dev.idl 47 [in, size_as=num_args] uint8_t[] arg_types,
67 [in, size_as=num_args] uint8_t[] arg_types,
  /external/chromium_org/base/debug/
trace_event_android.cc 26 const unsigned char* arg_types,
42 if (arg_types[i] == TRACE_VALUE_TYPE_CONVERTABLE) {
46 arg_types[i], arg_values[i], &out);
trace_event.h 1199 unsigned char arg_types[1] = { TRACE_VALUE_TYPE_CONVERTABLE }; local
1222 unsigned char arg_types[2]; local
1252 unsigned char arg_types[2]; local
1281 unsigned char arg_types[2] = local
1330 unsigned char arg_types[1]; local
1370 unsigned char arg_types[2]; local
    [all...]
trace_event_impl.h 118 const unsigned char* arg_types,
478 const unsigned char arg_types[],
518 const unsigned char* arg_types,
531 const unsigned char* arg_types,
  /external/chromium_org/third_party/libjingle/overrides/
init_webrtc.cc 27 const unsigned char* arg_types,
31 num_args, arg_names, arg_types, arg_values,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
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[6] = LLVMPointerType(vec4f_type, 0); /* dady, aligned *
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
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[6] = LLVMPointerType(vec4f_type, 0); /* dady, aligned *
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/xray/
browser.c 91 uint8_t arg_types[] = {TRACE_VALUE_TYPE_COPY_STRING}; local
134 num_args, arg_names, arg_types, arg_values, 0
  /external/chromium_org/content/renderer/devtools/
devtools_agent.h 100 const unsigned char arg_types[],

Completed in 362 milliseconds

1 2