Home
last modified time | relevance | path

Searched defs:dest_type (Results 1 - 25 of 47) sorted by relevance

12

/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_subgroup.c77 struct vtn_type *dest_type = vtn_get_type(b, w[1]); in vtn_handle_subgroup() local
H A Dvtn_amd.c81 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type; in vtn_handle_amd_shader_ballot_instruction() local
H A Dvtn_glsl450.c279 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type; in handle_glsl450_alu() local
H A Dvtn_alu.c76 const struct glsl_type *dest_type; in matrix_multiply() local
598 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type; in vtn_handle_alu() local
1009 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type; vtn_handle_integer_dot() local
[all...]
H A Dvtn_opencl.c213 struct vtn_type *dest_type = w_dest ? vtn_get_type(b, w_dest[0]) : NULL; in handle_instr() local
176 call_mangled_function(struct vtn_builder *b, const char *name, uint32_t const_mask, uint32_t num_srcs, struct vtn_type **src_types, const struct vtn_type *dest_type, nir_ssa_def **srcs, nir_deref_instr **ret_deref_ptr) call_mangled_function() argument
284 handle_alu(struct vtn_builder *b, uint32_t opcode, unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_alu() argument
431 handle_clc_fn(struct vtn_builder *b, enum OpenCLstd_Entrypoints opcode, int num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_clc_fn() argument
479 handle_special(struct vtn_builder *b, uint32_t opcode, unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_special() argument
577 handle_core(struct vtn_builder *b, uint32_t opcode, unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_core() argument
840 handle_round(struct vtn_builder *b, uint32_t opcode, unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_round() argument
855 handle_shuffle(struct vtn_builder *b, uint32_t opcode, unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_shuffle() argument
875 handle_shuffle2(struct vtn_builder *b, uint32_t opcode, unsigned num_srcs, nir_ssa_def **srcs, struct vtn_type **src_types, const struct vtn_type *dest_type) handle_shuffle2() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_convert_alu_types.c34 nir_alu_type dest_type = nir_intrinsic_dest_type(conv); in try_simplify_convert_intrin() local
H A Dnir_conversion_builder.h229 nir_get_clamp_limits(nir_builder *b, nir_alu_type src_type, nir_alu_type dest_type, nir_ssa_def **low, nir_ssa_def **high) nir_get_clamp_limits() argument
347 nir_clamp_to_type_range(nir_builder *b, nir_ssa_def *val, nir_alu_type val_type, nir_ssa_def *src, nir_alu_type src_type, nir_alu_type dest_type) nir_clamp_to_type_range() argument
395 nir_simplify_conversion_rounding(nir_alu_type src_type, nir_alu_type dest_type, nir_rounding_mode rounding) nir_simplify_conversion_rounding() argument
435 nir_convert_with_rounding(nir_builder *b, nir_ssa_def *src, nir_alu_type src_type, nir_alu_type dest_type, nir_rounding_mode round, bool clamp) nir_convert_with_rounding() argument
[all...]
H A Dnir_lower_mediump.c602 fold_16bit_destination(nir_ssa_def *ssa, nir_alu_type dest_type, in fold_16bit_destination() argument
639 nir_alu_type dest_type = nir_intrinsic_dest_type(instr); in fold_16bit_load_data() local
[all...]
H A Dnir_builder.c436 nir_type_convert(nir_builder *b, nir_ssa_def *src, nir_alu_type src_type, nir_alu_type dest_type) nir_type_convert() argument
H A Dnir_validate.c390 nir_alu_type dest_type = nir_op_infos[instr->op].output_type; in validate_alu_instr() local
595 nir_alu_type dest_type = nir_intrinsic_dest_type(instr); in validate_intrinsic_instr() local
/kernel/linux/linux-5.10/drivers/dma/fsl-dpaa2-qdma/
H A Ddpdmai.c22 u8 dest_type; member
H A Ddpdmai.h126 enum dpdmai_dest dest_type; member
/kernel/linux/linux-6.6/drivers/dma/fsl-dpaa2-qdma/
H A Ddpdmai.c22 u8 dest_type; member
H A Ddpdmai.h126 enum dpdmai_dest dest_type; member
/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Ddpseci.h112 enum dpseci_dest dest_type; member
H A Ddpseci_cmd.h87 u8 dest_type; member
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Ddpseci.h112 enum dpseci_dest dest_type; member
H A Ddpseci_cmd.h87 u8 dest_type; member
/third_party/ffmpeg/libavformat/
H A Dsdp.c60 sdp_write_address(char *buff, int size, const char *dest_addr, const char *dest_type, int ttl) sdp_write_address() argument
811 ff_sdp_write_media(char *buff, int size, const AVStream *st, int idx, const char *dest_addr, const char *dest_type, int port, int ttl, AVFormatContext *fmt) ff_sdp_write_media() argument
915 ff_sdp_write_media(char *buff, int size, const AVStream *st, int idx, const char *dest_addr, const char *dest_type, int port, int ttl, AVFormatContext *fmt) ff_sdp_write_media() argument
/kernel/linux/linux-5.10/drivers/dma/
H A Ddma-axi-dmac.c129 unsigned int dest_type; member
/kernel/linux/linux-5.10/net/nfc/nci/
H A Dcore.c55 int nci_get_conn_info_by_dest_type_params(struct nci_dev *ndev, u8 dest_type, in nci_get_conn_info_by_dest_type_params() argument
/kernel/linux/linux-6.6/drivers/dma/
H A Ddma-axi-dmac.c133 unsigned int dest_type; member
/kernel/linux/linux-6.6/net/nfc/nci/
H A Dcore.c56 int nci_get_conn_info_by_dest_type_params(struct nci_dev *ndev, u8 dest_type, in nci_get_conn_info_by_dest_type_params() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_to_nir.cpp1371 const glsl_type *dest_type = in visit() local
2491 const glsl_type *dest_type in visit() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4.cpp407 enum brw_reg_type dest_type = BRW_REGISTER_TYPE_F; in opt_vector_float() local

Completed in 28 milliseconds

12