Home
last modified time | relevance | path

Searched defs:int32_type (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c617 struct lp_type int16_type, int32_type; in lp_build_conv() local
730 struct lp_type int16_type, int32_type; in lp_build_conv() local
Dlp_bld_format_srgb.c335 struct lp_type int32_type = lp_int_type(src_type); in lp_build_float_to_srgb_packed() local
Dlp_bld_coro.c176 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in lp_build_coro_declare_malloc_hooks() local
/external/mesa3d/src/microsoft/compiler/
Ddxil_module.c740 const struct dxil_type *int32_type = dxil_module_get_int_type(mod, 32); in dxil_module_get_split_double_ret_type() local
863 const struct dxil_type *int32_type = dxil_module_get_int_type(m, 32); in dxil_module_get_resret_type() local
888 const struct dxil_type *int32_type = dxil_module_get_int_type(m, 32); in dxil_module_get_dimret_type() local
911 const struct dxil_type *int32_type = dxil_module_get_int_type(mod, 32); in dxil_module_get_res_bind_type() local
922 const struct dxil_type *int32_type = dxil_module_get_int_type(mod, 32); in dxil_module_get_res_props_type() local
932 const struct dxil_type *int32_type = dxil_module_get_int_type(mod, 32); in dxil_module_get_fouri32_type() local
1897 const struct dxil_type *int32_type = dxil_module_get_int_type(m, 32); in dxil_module_get_res_bind_const() local
Ddxil_module.h265 *int32_type, *int64_type; member
Dnir_to_dxil.c1599 const struct dxil_type *int32_type = dxil_module_get_int_type(&ctx->mod, 32); in emit_sampler() local
3307 const struct dxil_type *int32_type = in get_int32_undef() local
3726 const struct dxil_type *int32_type = dxil_module_get_int_type(&ctx->mod, 32); in emit_load_input_via_intrinsic() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c127 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in create_jit_dvbuffer_type() local
1550 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); in draw_llvm_generate() local
2311 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); in draw_gs_llvm_generate() local
2901 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); in draw_tcs_llvm_generate() local
3464 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); in draw_tes_llvm_generate() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc863 llvm::Type* int32_type = b_->getInt32Ty(); in EmitCallToRuntime() local
946 llvm::Type* int32_type = b_->getInt32Ty(); in EmitCallToBatchRuntime() local
/external/pytorch/torch/_inductor/codegen/
Dsimd.py941 int32_type = "torch.int32" variable in SIMDScheduling
Dhalide.py1654 int32_type = "hl.Int(32)" variable in HalideScheduling
Dtriton.py2957 int32_type = "tl.int32" variable in TritonScheduling
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c549 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in fs_fb_fetch() local
3167 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in generate_fragment() local
Dlp_state_cs.c324 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in generate_compute() local
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc2652 ShapedType int32_type = output_type.clone(rewriter.getIntegerType(32)); in matchAndRewrite() local
2724 ShapedType int32_type = output_type.clone(rewriter.getIntegerType(32)); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc7235 IntegerType int32_type = rewriter.getIntegerType(32); in matchAndRewrite() local