Home
last modified time | relevance | path

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

12

/external/mesa3d/src/compiler/spirv/
Dvtn_opencl.c179 const struct vtn_type *dest_type, in call_mangled_function()
211 struct vtn_type *dest_type = w_dest ? vtn_get_type(b, w_dest[0]) : NULL; in handle_instr() local
284 const struct vtn_type *dest_type) in handle_alu()
433 const struct vtn_type *dest_type) in handle_clc_fn()
479 const struct vtn_type *dest_type) in handle_special()
577 const struct vtn_type *dest_type) in handle_core()
726 const struct vtn_type *dest_type) in handle_printf()
735 const struct vtn_type *dest_type) in handle_round()
750 const struct vtn_type *dest_type) in handle_shuffle()
770 const struct vtn_type *dest_type) in handle_shuffle2()
Dvtn_subgroup.c77 struct vtn_type *dest_type = vtn_get_type(b, w[1]); in vtn_handle_subgroup() local
Dvtn_amd.c86 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type; in vtn_handle_amd_shader_ballot_instruction() local
Dvtn_alu.c76 const struct glsl_type *dest_type; in matrix_multiply() local
464 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type; in vtn_handle_alu() local
Dvtn_glsl450.c313 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type; in handle_glsl450_alu() local
Dspirv_to_nir.c2570 nir_alu_type dest_type = nir_type_invalid; in vtn_handle_texture() local
5544 const struct glsl_type *dest_type = type->type; in vtn_handle_body_instruction() local
/external/mesa3d/src/compiler/nir/
Dnir_conversion_builder.h231 nir_alu_type dest_type) in nir_clamp_to_type_range()
368 nir_alu_type dest_type, in nir_simplify_conversion_rounding()
409 nir_alu_type dest_type, in nir_convert_with_rounding()
Dnir_lower_convert_alu_types.c34 nir_alu_type dest_type = nir_intrinsic_dest_type(conv); in try_simplify_convert_intrin() local
Dnir_validate.c379 nir_alu_type dest_type = nir_op_infos[instr->op].output_type; in validate_alu_instr() local
582 nir_alu_type dest_type = nir_intrinsic_dest_type(instr); in validate_intrinsic_instr() local
Dnir_lower_io.c242 nir_alu_type dest_type) in emit_load()
Dnir_builder.h1516 nir_alu_type src_type, nir_alu_type dest_type, in nir_convert_alu_types()
Dnir_serialize.c1454 unsigned dest_type:8; member
/external/mesa3d/src/compiler/glsl/
Dir_expression_operation.py50 def __init__(self, dest_type, source_types, num_operands): argument
326 …def __init__(self, name, num_operands, printable_name = None, source_types = None, dest_type = Non… argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_to_ir_bindings.cc128 llvm::Type* dest_type = pointee_type->getPointerTo(); in CastToTypedValue() local
/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/intel/compiler/
Dbrw_vec4_nir.cpp1976 const glsl_type *dest_type = in nir_emit_texture() local
Dbrw_vec4_visitor.cpp830 const glsl_type *dest_type, in emit_texture()
Dbrw_vec4.cpp411 enum brw_reg_type dest_type = BRW_REGISTER_TYPE_F; in opt_vector_float() local
/external/mesa3d/src/panfrost/midgard/
Dcompiler.h104 nir_alu_type dest_type; member
Dmidgard_compile.c1918 nir_alu_type dest_type = dest_base | nir_dest_bit_size(*dest); in emit_texop_native() local
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1180 SpvId dest_type = get_dest_type(ctx, &alu->dest.dest, in emit_alu() local
1952 SpvId dest_type = get_dest_type(ctx, &tex->dest, tex->dest_type); in emit_tex() local
/external/mesa3d/src/panfrost/bifrost/
Dcompiler.h296 nir_alu_type dest_type; member
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c3157 LLVMTypeRef dest_type = get_def_type(ctx, &instr->dest.ssa); in visit_load() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc3637 PrimitiveType dest_type = convert->shape().element_type(); in HandleConvert() local

12