Home
last modified time | relevance | path

Searched defs:dest_type (Results 1 – 25 of 39) sorted by relevance

12

/external/coreboot/src/lib/
Dselfboot.c34 enum bootmem_type dest_type) in segment_targets_type()
136 enum bootmem_type dest_type) in check_payload_segments()
238 enum bootmem_type dest_type) in selfload_mapped()
259 bool selfload_check(struct prog *payload, enum bootmem_type dest_type) in selfload_check()
Dbootmem.c203 enum bootmem_type dest_type) in bootmem_region_targets_type()
/external/mesa3d/src/compiler/spirv/
Dvtn_opencl.c172 const struct vtn_type *dest_type, in call_mangled_function()
204 struct vtn_type *dest_type = w_dest ? vtn_get_type(b, w_dest[0]) : NULL; in handle_instr() local
277 const struct vtn_type *dest_type) in handle_alu()
426 const struct vtn_type *dest_type) in handle_clc_fn()
472 const struct vtn_type *dest_type) in handle_special()
585 const struct vtn_type *dest_type) in handle_core()
864 const struct vtn_type *dest_type) in handle_round()
879 const struct vtn_type *dest_type) in handle_shuffle()
899 const struct vtn_type *dest_type) in handle_shuffle2()
Dvtn_amd.c85 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type; in vtn_handle_amd_shader_ballot_instruction() local
Dvtn_subgroup.c76 struct vtn_type *dest_type = vtn_get_type(b, w[1]); in vtn_handle_subgroup() local
Dvtn_alu.c76 const struct glsl_type *dest_type; in matrix_multiply() local
668 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type; in vtn_handle_alu() local
1079 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type; in vtn_handle_integer_dot() local
Dvtn_cmat.c189 const struct glsl_type *dest_type, SpvOp opcode, in vtn_handle_cooperative_alu()
Dvtn_glsl450.c293 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type; in handle_glsl450_alu() local
/external/mesa3d/src/compiler/nir/
Dnir_conversion_builder.h232 nir_alu_type dest_type, in nir_get_clamp_limits()
352 nir_alu_type dest_type) in nir_clamp_to_type_range()
398 nir_alu_type dest_type, in nir_simplify_conversion_rounding()
439 nir_alu_type dest_type, in nir_convert_with_rounding()
Dnir_gather_types.c163 nir_alu_type dest_type = nir_intrinsic_instr_dest_type(intrin); in nir_gather_types() local
Dnir_lower_convert_alu_types.c34 nir_alu_type dest_type = nir_intrinsic_dest_type(conv); in try_simplify_convert_intrin() local
Dnir_legacy.c172 nir_alu_type dest_type = nir_op_infos[generate_alu->op].output_type; in nir_legacy_fsat_folds() local
Dnir_lower_mediump.c834 opt_16bit_destination(nir_def *ssa, nir_alu_type dest_type, unsigned exec_mode, in opt_16bit_destination()
943 nir_alu_type dest_type = nir_intrinsic_dest_type(instr); in opt_16bit_image_dest() local
Dnir_builtin_builder.c297 unsigned components, nir_alu_type dest_type, in nir_build_texture_query()
Dnir_validate.c283 nir_alu_type dest_type = nir_op_infos[instr->op].output_type; in validate_alu_instr() local
526 nir_alu_type dest_type = nir_intrinsic_dest_type(instr); in validate_intrinsic_instr() local
Dnir_builder.c543 nir_alu_type dest_type, in nir_type_convert()
/external/pytorch/torch/autograd/_functions/
Dtensor.py18 def forward(ctx, i, dest_type): argument
/external/pytorch/c10/core/
DDynamicCast.h91 const ScalarType dest_type, in cast_and_store()
/external/mesa3d/src/compiler/glsl/
Dir_expression_operation.py51 def __init__(self, dest_type, source_types, num_operands): argument
352 …def __init__(self, name, num_operands, printable_name = None, source_types = None, dest_type = Non… argument
Dglsl_to_nir.cpp1375 const glsl_type *dest_type = in visit() local
2602 const glsl_type *dest_type in visit() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_to_ir_bindings.cc128 llvm::Type* dest_type = pointee_type->getPointerTo(); in CastToTypedValue() local
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1771 SpvId dest_type = get_def_type(ctx, &alu->def, atype); in emit_alu() local
2321 SpvId dest_type = get_def_type(ctx, &intr->def, nir_type_uint); in emit_load_shared() local
2383 SpvId dest_type = get_def_type(ctx, &intr->def, nir_type_uint); in emit_load_scratch() local
2503 SpvId dest_type = get_def_type(ctx, &intr->def, nir_type_uint); in emit_load_global() local
2519 SpvId dest_type = get_uvec_type(ctx, bit_size, 1); in emit_store_global() local
2749 SpvId dest_type = get_def_type(ctx, &intr->def, type); in handle_atomic_op() local
2795 SpvId dest_type = get_def_type(ctx, &intr->def, nir_type_uint); in emit_shared_atomic_intrinsic() local
2829 SpvId dest_type = get_def_type(ctx, &intr->def, nir_type_uint); in emit_global_atomic_intrinsic() local
2935 extract_sparse_load(struct ntv_context *ctx, SpvId result, SpvId dest_type, nir_def *def) in extract_sparse_load()
2984 SpvId dest_type = spirv_builder_type_vector(&ctx->builder, base_type, in emit_image_deref_load() local
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstructionFactory.java587 public Instruction createCast( final Type src_type, final Type dest_type ) { in createCast()
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc523 auto* dest_type = input_edge->src()->attrs().Find("DstT"); in ConstantPartialShape() local
/external/mesa3d/src/microsoft/clc/
Dclc_compiler.c160 nir_alu_type dest_type; in clc_lower_input_image_deref() local

12