Home
last modified time | relevance | path

Searched refs:int32_type (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c586 struct lp_type int16_type, int32_type; in lp_build_conv() local
594 int16_type = int32_type = dst_type_ext; in lp_build_conv()
600 int32_type.width *= 4; in lp_build_conv()
601 int32_type.length /= 4; in lp_build_conv()
602 int32_type.sign = 1; in lp_build_conv()
659 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]); in lp_build_conv()
665 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]); in lp_build_conv()
697 struct lp_type int16_type, int32_type; in lp_build_conv() local
705 int16_type = int32_type = dst_type_ext; in lp_build_conv()
711 int32_type.width *= 4; in lp_build_conv()
[all …]
Dlp_bld_format_srgb.c334 struct lp_type int32_type = lp_int_type(src_type); in lp_build_float_to_srgb_packed() local
353 dst = lp_build_zero(gallivm, int32_type); in lp_build_float_to_srgb_packed()
359 shift_val = lp_build_const_int_vec(gallivm, int32_type, ls); in lp_build_float_to_srgb_packed()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c92 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in create_jit_dvbuffer_type() local
96 elem_types[DRAW_JIT_DVBUFFER_SIZE] = int32_type; in create_jit_dvbuffer_type()
121 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in create_jit_texture_type() local
127 elem_types[DRAW_JIT_TEXTURE_LAST_LEVEL] = int32_type; in create_jit_texture_type()
133 LLVMArrayType(int32_type, PIPE_MAX_TEXTURE_LEVELS); in create_jit_texture_type()
1525 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); in draw_llvm_generate() local
1584 arg_types[i++] = int32_type; /* count */ in draw_llvm_generate()
1585 arg_types[i++] = int32_type; /* start/fetch_elt_max */ in draw_llvm_generate()
1586 arg_types[i++] = int32_type; /* stride */ in draw_llvm_generate()
1588 arg_types[i++] = int32_type; /* instance_id */ in draw_llvm_generate()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc627 llvm::Type* int32_type = b_->getInt32Ty(); in EmitCallToRuntime() local
632 int64_type, int64_type, int64_type, int32_type, int32_type}, in EmitCallToRuntime()
Dir_emitter.cc400 llvm::Type* int32_type = b_.getInt32Ty(); in EmitXfeedTransfer() local
404 {/*run_options*/ i8_ptr_type, /*buffer_length*/ int32_type, in EmitXfeedTransfer()
405 /*shape_ptr*/ i8_ptr_type, /*shape_length*/ int32_type}, in EmitXfeedTransfer()
427 {/*run_options*/ i8_ptr_type, /*buffer_length*/ int32_type, in EmitXfeedTransfer()
429 /*shape_length*/ int32_type}, in EmitXfeedTransfer()
1277 llvm::Type* int32_type = b_.getInt32Ty(); in HandleFft() local
1281 {int8_ptr_type, int8_ptr_type, int8_ptr_type, int32_type, int32_type, in HandleFft()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2415 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in generate_fragment() local
2493 arg_types[1] = int32_type; /* x */ in generate_fragment()
2494 arg_types[2] = int32_type; /* y */ in generate_fragment()
2495 arg_types[3] = int32_type; /* facing */ in generate_fragment()
2501 arg_types[9] = int32_type; /* mask_input */ in generate_fragment()
2503 arg_types[11] = LLVMPointerType(int32_type, 0); /* stride */ in generate_fragment()
2504 arg_types[12] = int32_type; /* depth_stride */ in generate_fragment()