| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_logic.c | 360 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 D | lp_bld_logic.c | 361 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 D | compat.hpp | 165 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 D | common.cpp | 80 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 D | nir_lower_printf.c | 98 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 D | common.cpp | 160 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 D | vtn_cfg.c | 205 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, ¶m_idx);
|
| /xsrc/external/mit/libepoxy/dist/src/ |
| H A D | gen_dispatch.py | 106 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 D | si_shader_llvm.c | 576 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);
|