/external/mesa3d/src/compiler/spirv/ |
D | vtn_opencl.c | 179 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()
|
D | vtn_subgroup.c | 77 struct vtn_type *dest_type = vtn_get_type(b, w[1]); in vtn_handle_subgroup() local
|
D | vtn_amd.c | 86 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type; in vtn_handle_amd_shader_ballot_instruction() local
|
D | vtn_alu.c | 76 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
|
/external/mesa3d/src/compiler/nir/ |
D | nir_conversion_builder.h | 231 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()
|
D | nir_lower_convert_alu_types.c | 34 nir_alu_type dest_type = nir_intrinsic_dest_type(conv); in try_simplify_convert_intrin() local
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_expression_operation.py | 50 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/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-ignore_elements.hpp | 46 typedef rxu::decay_t<Subscriber> dest_type; typedef
|
D | rx-distinct.hpp | 49 typedef rxu::decay_t<Subscriber> dest_type; typedef
|
D | rx-pairwise.hpp | 52 typedef rxu::decay_t<Subscriber> dest_type; typedef
|
D | rx-take_while.hpp | 59 typedef rxu::decay_t<Subscriber> dest_type; typedef
|
D | rx-finally.hpp | 62 typedef rxu::decay_t<Subscriber> dest_type; typedef
|
D | rx-skip_while.hpp | 59 typedef rxu::decay_t<Subscriber> dest_type; typedef
|
D | rx-filter.hpp | 58 typedef rxu::decay_t<Subscriber> dest_type; typedef
|
D | rx-distinct_until_changed.hpp | 59 typedef rxu::decay_t<Subscriber> dest_type; typedef
|
D | rx-element_at.hpp | 63 typedef rxu::decay_t<Subscriber> dest_type; typedef
|
D | rx-map.hpp | 59 typedef rxu::decay_t<Subscriber> dest_type; typedef
|
D | rx-timestamp.hpp | 67 typedef rxu::decay_t<Subscriber> dest_type; typedef
|
D | rx-switch_if_empty.hpp | 59 typedef rxu::decay_t<Subscriber> dest_type; typedef
|
D | rx-buffer_count.hpp | 75 typedef rxu::decay_t<Subscriber> dest_type; typedef
|
D | rx-on_error_resume_next.hpp | 62 typedef rxu::decay_t<Subscriber> dest_type; typedef
|
D | rx-time_interval.hpp | 68 typedef rxu::decay_t<Subscriber> dest_type; typedef
|
D | rx-all.hpp | 61 typedef rxu::decay_t<Subscriber> dest_type; typedef
|
D | rx-tap.hpp | 79 using dest_type = rxu::decay_t<Subscriber>; typedef
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | hlo_to_ir_bindings.cc | 127 llvm::Type* dest_type = pointee_type->getPointerTo(); in CastToTypedValue() local
|