HomeSort by: relevance | last modified time | path
    Searched refs:ret_type (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_intr.h 77 LLVMTypeRef ret_type,
88 LLVMTypeRef ret_type,
97 LLVMTypeRef ret_type,
104 LLVMTypeRef ret_type,
121 LLVMTypeRef ret_type,
129 LLVMTypeRef ret_type,
136 LLVMTypeRef ret_type,
lp_bld_assert.c 67 LLVMTypeRef ret_type; local
74 ret_type = LLVMVoidTypeInContext(context);
80 ret_type, arg_types, ARRAY_SIZE(arg_types),
lp_bld_intr.c 108 LLVMTypeRef ret_type,
117 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
225 LLVMTypeRef ret_type,
247 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
278 LLVMTypeRef ret_type,
281 return lp_build_intrinsic(builder, name, ret_type, &a, 1, 0);
288 LLVMTypeRef ret_type,
297 return lp_build_intrinsic(builder, name, ret_type, args, 2, 0);
393 LLVMTypeRef ret_type,
398 LLVMTypeRef ret_elem_type = LLVMGetElementType(ret_type);
    [all...]
lp_bld_const.h 173 LLVMTypeRef ret_type,
lp_bld_const.c 468 LLVMTypeRef ret_type,
476 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
lp_bld_format_aos.c 828 LLVMTypeRef ret_type; local
832 ret_type = LLVMVoidTypeInContext(gallivm->context);
837 function_type = LLVMFunctionType(ret_type, arg_types,
937 LLVMTypeRef ret_type; local
940 ret_type = LLVMVoidTypeInContext(gallivm->context);
950 ret_type,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_intr.h 76 LLVMTypeRef ret_type,
87 LLVMTypeRef ret_type,
96 LLVMTypeRef ret_type,
103 LLVMTypeRef ret_type,
120 LLVMTypeRef ret_type,
128 LLVMTypeRef ret_type,
135 LLVMTypeRef ret_type,
lp_bld_assert.c 67 LLVMTypeRef ret_type; local
74 ret_type = LLVMVoidTypeInContext(context);
80 ret_type, arg_types, ARRAY_SIZE(arg_types),
lp_bld_intr.c 103 LLVMTypeRef ret_type,
112 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
220 LLVMTypeRef ret_type,
242 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
272 LLVMTypeRef ret_type,
275 return lp_build_intrinsic(builder, name, ret_type, &a, 1, 0);
282 LLVMTypeRef ret_type,
291 return lp_build_intrinsic(builder, name, ret_type, args, 2, 0);
387 LLVMTypeRef ret_type,
392 LLVMTypeRef ret_elem_type = LLVMGetElementType(ret_type);
    [all...]
lp_bld_const.h 162 LLVMTypeRef ret_type,
lp_bld_const.c 468 LLVMTypeRef ret_type,
476 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
lp_bld_format_aos.c 794 LLVMTypeRef ret_type; local
798 ret_type = LLVMVoidTypeInContext(gallivm->context);
803 function_type = LLVMFunctionType(ret_type, arg_types,
899 LLVMTypeRef ret_type; local
902 ret_type = LLVMVoidTypeInContext(gallivm->context);
910 ret_type,
  /xsrc/external/mit/libepoxy/dist/src/
gen_dispatch.py 56 def __init__(self, ret_type, name):
59 self.ret_type = ret_type
251 ret_type = self.get_function_return_type(proto)
253 func = GLFunction(ret_type, name)
464 self.outln('typedef {0} (GLAPIENTRY *{1})({2});'.format(func.ret_type,
541 self.outln('EPOXY_PUBLIC {0} (EPOXY_CALLSPEC *epoxy_{1})({2});'.format(func.ret_type,
622 if func.ret_type == 'void':
627 self.outln('GEN_THUNKS_RET({0}, {1}, ({2}), ({3}))'.format(func.ret_type,
  /xsrc/external/mit/MesaLib/dist/src/intel/perf/
gen_perf.py 282 ret_type = counter.get('data_type')
283 if ret_type == "uint64":
284 ret_type = "uint64_t"
288 c("static " + ret_type)
319 ret_type = counter.get('data_type')
320 if ret_type == "uint64":
321 ret_type = "uint64_t"
323 c("static " + ret_type)
  /xsrc/external/mit/MesaLib.old/dist/src/intel/perf/
gen_perf.py 274 ret_type = counter.get('data_type')
275 if ret_type == "uint64":
276 ret_type = "uint64_t"
280 c("static " + ret_type)
311 ret_type = counter.get('data_type')
312 if ret_type == "uint64":
313 ret_type = "uint64_t"
315 c("static " + ret_type)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_fs_linear_llvm.c 259 LLVMTypeRef ret_type; local
311 ret_type = pint8t;
317 func_type = LLVMFunctionType(ret_type, arg_types, ARRAY_SIZE(arg_types), 0);
lp_jit.c 326 LLVMTypeRef ret_type; local
330 ret_type = LLVMPointerType(LLVMVectorType(LLVMInt8TypeInContext(lc), 16), 0);
335 func_type = LLVMFunctionType(ret_type, arg_types, ARRAY_SIZE(arg_types), 0);
  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
dxil_internal.h 63 const struct dxil_type *ret_type; member in struct:dxil_type::__anon2734::__anon2736
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_entrypoints_gen.py 387 ret_type = command.find('./proto/type').text
396 entrypoints[name] = Entrypoint(name, ret_type, params, guard)
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_entrypoints_gen.py 387 ret_type = command.find('./proto/type').text
396 entrypoints[name] = Entrypoint(name, ret_type, params, guard)
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
vtn_cfg.c 194 struct vtn_type *ret_type = vtn_callee->type->return_type; local
195 if (ret_type->base_type != vtn_base_type_void) {
198 glsl_get_bare_type(ret_type->type),
232 if (ret_type->base_type == vtn_base_type_void) {
936 const struct glsl_type *ret_type = local
940 nir_var_function_temp, ret_type, 0);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_shader_llvm.c 142 LLVMTypeRef ret_type; local
146 ret_type = LLVMStructTypeInContext(ctx->ac.context, return_types, num_return_elems, true);
148 ret_type = ctx->ac.voidt;
182 ctx->return_type = ret_type;
183 ctx->main_fn = ac_build_main(&ctx->args, &ctx->ac, call_conv, name, ret_type, ctx->ac.module);
677 LLVMTypeRef ret_type; local
780 ret_type = LLVMTypeOf(ret);
784 if (LLVMGetTypeKind(ret_type) != LLVMVoidTypeKind) {
785 assert(LLVMGetTypeKind(ret_type) == LLVMStructTypeKind);
787 unsigned ret_size = LLVMCountStructElementTypes(ret_type);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_cfg.c 126 struct vtn_type *ret_type = vtn_callee->type->return_type; local
127 if (ret_type->base_type != vtn_base_type_void) {
130 glsl_get_bare_type(ret_type->type),
144 if (ret_type->base_type == vtn_base_type_void) {
1050 const struct glsl_type *ret_type = local
1054 nir_var_function_temp, ret_type, 0);
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
lower_jump_cases.py 26 def make_test_case(f_name, ret_type, body):
58 [['function', f_name, ['signature', ret_type, ['parameters'], body]]]
  /xsrc/external/mit/MesaLib/dist/src/vulkan/util/
vk_dispatch_table_gen.py 826 ret_type = command.find('./proto/type').text
836 entrypoints[name] = Entrypoint(name, ret_type, params, guard)

Completed in 52 milliseconds

1 2 3