Searched refs:arg_type (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c360 LLVMTypeRef arg_type; local in function:lp_build_select
370 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4);
374 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8);
378 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 32);
384 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2);
388 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4);
391 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16);
394 if (arg_type != bld->int_vec_type) {
395 mask = LLVMBuildBitCast(builder, mask, arg_type, "");
398 if (arg_type !
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c361 LLVMTypeRef arg_type; local in function:lp_build_select
376 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4);
380 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8);
384 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 32);
390 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2);
394 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4);
397 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16);
400 if (arg_type != bld->int_vec_type) {
401 mask = LLVMBuildBitCast(builder, mask, arg_type, "");
404 if (arg_type !
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/
H A Dcompat.hpp165 T get_abi_type(const T &arg_type, const M &mod) { argument
167 return arg_type;
170 const unsigned arg_store_size = dl.getTypeStoreSize(arg_type);
171 return !arg_type->isIntegerTy() ? arg_type :
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/codegen/
H A Dcommon.cpp80 const auto arg_type = arg.getType(); local in function:__anon218bf7f30110::make_kernel_args
86 const unsigned arg_store_size = dl.getTypeStoreSize(arg_type);
87 const unsigned arg_api_size = dl.getTypeAllocSize(arg_type);
89 const auto target_type = compat::get_abi_type(arg_type, mod);
123 isa< ::llvm::PointerType>(arg_type) && arg.hasByValAttr() ?
124 cast< ::llvm::PointerType>(arg_type)->getElementType() : arg_type;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_printf.c98 const struct glsl_type *arg_type = arg_deref->type; local in function:lower_printf_instr
106 if (glsl_get_base_type(arg_type) == GLSL_TYPE_DOUBLE &&
109 arg_type = glsl_float_type();
120 nir_var_mem_global, arg_type, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/codegen/
H A Dcommon.cpp160 const auto arg_type = arg.getType(); local in function:__anon7e25fada0110::make_kernel_args
166 const unsigned arg_api_size = dl.getTypeAllocSize(arg_type);
168 const unsigned target_size = dl.getTypeStoreSize(arg_type);
169 const unsigned target_align = dl.getABITypeAlignment(arg_type);
205 isa< ::llvm::PointerType>(arg_type) && arg.hasByValAttr() ?
206 cast< ::llvm::PointerType>(arg_type)->getElementType() : arg_type;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_cfg.c205 struct vtn_type *arg_type = vtn_callee->type->params[i]; local in function:vtn_handle_function_call
208 if (arg_type->base_type == vtn_base_type_sampled_image) {
216 } else if (arg_type->base_type == vtn_base_type_pointer ||
217 arg_type->base_type == vtn_base_type_image ||
218 arg_type->base_type == vtn_base_type_sampler) {
225 arg_type, call, &param_idx);
/xsrc/external/mit/libepoxy/dist/src/
H A Dgen_dispatch.py106 def add_arg(self, arg_type, arg_name):
127 if arg_type == 'GLhandleARB':
133 self.args.append((arg_type, arg_name))
136 self.args_decl = arg_type + ' ' + arg_name
139 self.args_decl += ', ' + arg_type + ' ' + arg_name
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.c576 enum ac_arg_type arg_type = AC_ARG_INT; local in function:si_build_wrapper_function
582 arg_type = AC_ARG_CONST_DESC_PTR;
584 arg_type = AC_ARG_CONST_IMAGE_PTR;
588 arg_type = AC_ARG_CONST_FLOAT_PTR;
594 ac_add_arg(&ctx->args, gprs < num_sgprs ? AC_ARG_SGPR : AC_ARG_VGPR, size, arg_type, NULL);

Completed in 16 milliseconds