Searched refs:int32_type (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_conv.c | 586 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 …]
|
D | lp_bld_format_srgb.c | 334 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/ |
D | draw_llvm.c | 92 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() 1521 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); in draw_llvm_generate() local 1580 arg_types[i++] = int32_type; /* count */ in draw_llvm_generate() 1581 arg_types[i++] = int32_type; /* start/fetch_elt_max */ in draw_llvm_generate() 1582 arg_types[i++] = int32_type; /* stride */ in draw_llvm_generate() 1584 arg_types[i++] = int32_type; /* instance_id */ in draw_llvm_generate() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | dot_op_emitter.cc | 941 llvm::Type* int32_type = ir_builder_->getInt32Ty(); in EmitCallToRuntime() local 946 int64_type, int64_type, int64_type, int32_type, int32_type}, in EmitCallToRuntime()
|
D | ir_emitter.cc | 397 llvm::Type* int32_type = ir_builder_.getInt32Ty(); in EmitXfeedTransfer() local 400 i8_ptr_type, {int32_type, i8_ptr_type, int32_type}, in EmitXfeedTransfer() 418 {int32_type, i8_ptr_type, i8_ptr_type, int32_type}, in EmitXfeedTransfer() 1165 llvm::Type* int32_type = ir_builder_.getInt32Ty(); in HandleFft() local 1169 {int8_ptr_type, int8_ptr_type, int8_ptr_type, int32_type, int32_type, in HandleFft()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 2394 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in generate_fragment() local 2472 arg_types[1] = int32_type; /* x */ in generate_fragment() 2473 arg_types[2] = int32_type; /* y */ in generate_fragment() 2474 arg_types[3] = int32_type; /* facing */ in generate_fragment() 2480 arg_types[9] = int32_type; /* mask_input */ in generate_fragment() 2482 arg_types[11] = LLVMPointerType(int32_type, 0); /* stride */ in generate_fragment() 2483 arg_types[12] = int32_type; /* depth_stride */ in generate_fragment()
|