Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c603 struct lp_type int16_type, int32_type; in lp_build_conv() local
611 int16_type = int32_type = dst_type_ext; in lp_build_conv()
617 int32_type.width *= 4; in lp_build_conv()
618 int32_type.length /= 4; in lp_build_conv()
619 int32_type.sign = 1; in lp_build_conv()
678 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]); in lp_build_conv()
684 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]); in lp_build_conv()
716 struct lp_type int16_type, int32_type; in lp_build_conv() local
724 int16_type = int32_type = dst_type_ext; in lp_build_conv()
730 int32_type.width *= 4; in lp_build_conv()
[all …]
Dlp_bld_format_srgb.c335 struct lp_type int32_type = lp_int_type(src_type); in lp_build_float_to_srgb_packed() local
354 dst = lp_build_zero(gallivm, int32_type); in lp_build_float_to_srgb_packed()
360 shift_val = lp_build_const_int_vec(gallivm, int32_type, ls); in lp_build_float_to_srgb_packed()
Dlp_bld_coro.c169 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in lp_build_coro_declare_malloc_hooks() local
171 LLVMTypeRef malloc_type = LLVMFunctionType(mem_ptr_type, &int32_type, 1, 0); in lp_build_coro_declare_malloc_hooks()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c74 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in generate_compute() local
106 arg_types[1] = int32_type; /* block_x_size */ in generate_compute()
107 arg_types[2] = int32_type; /* block_y_size */ in generate_compute()
108 arg_types[3] = int32_type; /* block_z_size */ in generate_compute()
109 arg_types[4] = int32_type; /* grid_x */ in generate_compute()
110 arg_types[5] = int32_type; /* grid_y */ in generate_compute()
111 arg_types[6] = int32_type; /* grid_z */ in generate_compute()
112 arg_types[7] = int32_type; /* grid_size_x */ in generate_compute()
113 arg_types[8] = int32_type; /* grid_size_y */ in generate_compute()
114 arg_types[9] = int32_type; /* grid_size_z */ in generate_compute()
[all …]
Dlp_state_fs.c2934 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in generate_fragment() local
3015 arg_types[1] = int32_type; /* x */ in generate_fragment()
3016 arg_types[2] = int32_type; /* y */ in generate_fragment()
3017 arg_types[3] = int32_type; /* facing */ in generate_fragment()
3025 arg_types[11] = LLVMPointerType(int32_type, 0); /* stride */ in generate_fragment()
3026 arg_types[12] = int32_type; /* depth_stride */ in generate_fragment()
3027 arg_types[13] = LLVMPointerType(int32_type, 0); /* color sample strides */ in generate_fragment()
3028 arg_types[14] = int32_type; /* depth sample stride */ in generate_fragment()
3182 smask_bit = LLVMBuildSExt(builder, cmp, int32_type, ""); in generate_fragment()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c121 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in create_jit_dvbuffer_type() local
125 elem_types[DRAW_JIT_DVBUFFER_SIZE] = int32_type; in create_jit_dvbuffer_type()
150 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in create_jit_texture_type() local
158 elem_types[DRAW_JIT_TEXTURE_LAST_LEVEL] = int32_type; in create_jit_texture_type()
164 LLVMArrayType(int32_type, PIPE_MAX_TEXTURE_LEVELS); in create_jit_texture_type()
257 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in create_jit_image_type() local
265 elem_types[DRAW_JIT_IMAGE_SAMPLE_STRIDE] = int32_type; in create_jit_image_type()
1893 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); in draw_llvm_generate() local
1952 arg_types[i++] = int32_type; /* count */ in draw_llvm_generate()
1953 arg_types[i++] = int32_type; /* start/fetch_elt_max */ in draw_llvm_generate()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc894 int int32_type = UPB_DESCRIPTOR_TYPE_INT32; in test_valid() local
941 cat( tag(int32_type, UPB_WIRE_TYPE_VARINT), varint(2345678), in test_valid()
943 tag(int32_type, UPB_WIRE_TYPE_VARINT), varint(22222)), in test_valid()
955 LINE(">"), msg_type, msg_type, int32_type, int32_type); in test_valid()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc796 llvm::Type* int32_type = b_->getInt32Ty(); in EmitCallToRuntime() local
801 int64_type, int64_type, int64_type, int32_type, int32_type}, in EmitCallToRuntime()
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc2467 RankedTensorType int32_type = in matchAndRewrite() local
2491 op->getLoc(), int32_type, op1_rescale_in, table_const); in matchAndRewrite()
2499 Value op4_rescale_in = buildRescale(rewriter, op, int32_type, in matchAndRewrite()
2582 RankedTensorType int32_type = RankedTensorType::get( in matchAndRewrite() local
2608 op->getLoc(), int32_type, op1_rescale_in, table_const); in matchAndRewrite()
2653 RankedTensorType int32_type = RankedTensorType::get( in matchAndRewrite() local
2680 op->getLoc(), int32_type, op1_rescale_in, table_const); in matchAndRewrite()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp958 LLVM::LLVMType int32_type = in sizeBasePtr() local
962 Value three = builder.create<LLVM::ConstantOp>(loc, int32_type, in sizeBasePtr()