/external/coreboot/src/lib/ |
D | selfboot.c | 34 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()
|
D | bootmem.c | 203 enum bootmem_type dest_type) in bootmem_region_targets_type()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_opencl.c | 172 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()
|
D | vtn_amd.c | 85 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type; in vtn_handle_amd_shader_ballot_instruction() local
|
D | vtn_subgroup.c | 76 struct vtn_type *dest_type = vtn_get_type(b, w[1]); in vtn_handle_subgroup() local
|
D | vtn_alu.c | 76 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
|
D | vtn_cmat.c | 189 const struct glsl_type *dest_type, SpvOp opcode, in vtn_handle_cooperative_alu()
|
D | vtn_glsl450.c | 293 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type; in handle_glsl450_alu() local
|
/external/mesa3d/src/compiler/nir/ |
D | nir_conversion_builder.h | 232 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()
|
D | nir_gather_types.c | 163 nir_alu_type dest_type = nir_intrinsic_instr_dest_type(intrin); in nir_gather_types() local
|
D | nir_lower_convert_alu_types.c | 34 nir_alu_type dest_type = nir_intrinsic_dest_type(conv); in try_simplify_convert_intrin() local
|
D | nir_legacy.c | 172 nir_alu_type dest_type = nir_op_infos[generate_alu->op].output_type; in nir_legacy_fsat_folds() local
|
D | nir_lower_mediump.c | 834 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
|
D | nir_builtin_builder.c | 297 unsigned components, nir_alu_type dest_type, in nir_build_texture_query()
|
D | nir_validate.c | 283 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
|
D | nir_builder.c | 543 nir_alu_type dest_type, in nir_type_convert()
|
/external/pytorch/torch/autograd/_functions/ |
D | tensor.py | 18 def forward(ctx, i, dest_type): argument
|
/external/pytorch/c10/core/ |
D | DynamicCast.h | 91 const ScalarType dest_type, in cast_and_store()
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_expression_operation.py | 51 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
|
D | glsl_to_nir.cpp | 1375 const glsl_type *dest_type = in visit() local 2602 const glsl_type *dest_type in visit() local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | hlo_to_ir_bindings.cc | 128 llvm::Type* dest_type = pointee_type->getPointerTo(); in CastToTypedValue() local
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 1771 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/ |
D | InstructionFactory.java | 587 public Instruction createCast( final Type src_type, final Type dest_type ) { in createCast()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | shape_refiner.cc | 523 auto* dest_type = input_edge->src()->attrs().Find("DstT"); in ConstantPartialShape() local
|
/external/mesa3d/src/microsoft/clc/ |
D | clc_compiler.c | 160 nir_alu_type dest_type; in clc_lower_input_image_deref() local
|