Home
last modified time | relevance | path

Searched defs:src_type (Results 1 - 25 of 92) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_dead_sources.c52 unsigned int src_type = rc_source_type_swz(sub->Arg[i].Swizzle); in mark_used() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos_array.c63 struct lp_type src_type; in lp_build_fetch_rgba_aos_array() local
[all...]
H A Dlp_bld_gather.c91 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width); in lp_build_gather_elem() local
286 LLVMTypeRef src_type, src_vec_type; in lp_build_gather_avx2() local
164 lp_build_gather_elem_vec(struct gallivm_state *gallivm, unsigned length, unsigned src_width, LLVMTypeRef src_type, struct lp_type dst_type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offsets, unsigned i, boolean vector_justify) lp_build_gather_elem_vec() argument
421 LLVMTypeRef src_type; lp_build_gather() local
[all...]
H A Dlp_bld_intr.c319 lp_build_intrinsic_binary_anylength(struct gallivm_state *gallivm, const char *name, struct lp_type src_type, unsigned intr_size, LLVMValueRef a, LLVMValueRef b) lp_build_intrinsic_binary_anylength() argument
[all...]
H A Dlp_bld_format_srgb.c95 lp_build_srgb_to_linear(struct gallivm_state *gallivm, struct lp_type src_type, unsigned chan_bits, LLVMValueRef src) lp_build_srgb_to_linear() argument
161 lp_build_linear_to_srgb(struct gallivm_state *gallivm, struct lp_type src_type, unsigned chan_bits, LLVMValueRef src) lp_build_linear_to_srgb() argument
327 lp_build_float_to_srgb_packed(struct gallivm_state *gallivm, const struct util_format_description *dst_fmt, struct lp_type src_type, LLVMValueRef *src) lp_build_float_to_srgb_packed() argument
[all...]
H A Dlp_bld_format_float.c242 LLVMTypeRef src_type = LLVMTypeOf(*src); in lp_build_float_to_r11g11b10() local
408 LLVMTypeRef src_type = LLVMTypeOf(src); in lp_build_r11g11b10_to_float() local
465 LLVMTypeRef src_type = LLVMTypeOf(src); in lp_build_rgb9e5_to_float() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_cf.c29 is_safe_conv(struct ir3_instruction *instr, type_t src_type, opc_t *src_opc) in is_safe_conv() argument
87 all_uses_safe_conv(struct ir3_instruction *conv_src, type_t src_type) in all_uses_safe_conv() argument
[all...]
H A Ddisasm-a3xx.c552 unsigned src_type = (val >> 50) & 0x7; in disasm_instr_cb() local
H A Dir3_nir_opt_preamble.c68 nir_alu_type src_type = in all_uses_float() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c28 get_conversion_op(nir_alu_type src_type, in get_conversion_op() argument
69 nir_alu_type src_type = nir_op_infos[alu->op].input_types[0]; in lower_alu_instr() local
H A Dtest_eu_validate.cpp1163 enum brw_reg_type src_type; in TEST_P() member
1251 enum brw_reg_type src_type; in TEST_P() member
1312 enum brw_reg_type src_type; in TEST_P() member
2065 enum brw_reg_type src_type; TEST_P() member
2103 enum brw_reg_type src_type; TEST_P() member
2150 enum brw_reg_type src_type; TEST_P() member
2339 enum brw_reg_type src_type; TEST_P() member
2473 enum brw_reg_type src_type; TEST_P() member
2631 enum brw_reg_type src_type; TEST_P() member
2707 enum brw_reg_type src_type; TEST_P() member
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_constant_folding.c333 try_fold_tex_offset(nir_tex_instr *tex, unsigned *index, nir_tex_src_type src_type) try_fold_tex_offset() argument
H A Dnir_lower_convert_alu_types.c33 nir_alu_type src_type = nir_intrinsic_src_type(conv); in try_simplify_convert_intrin() local
196 nir_alu_type src_type = nir_op_infos[alu->op].input_types[0] | src->bit_size; in lower_alu_conversion() local
H A Dnir_conversion_builder.h109 nir_round_int_to_float(nir_builder *b, nir_ssa_def *src, nir_alu_type src_type, unsigned dest_bit_size, nir_rounding_mode round) nir_round_int_to_float() argument
229 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.c517 can_fold_16bit_src(nir_ssa_def *ssa, nir_alu_type src_type, bool sext_matters) in can_fold_16bit_src() argument
555 fold_16bit_src(nir_builder *b, nir_instr *instr, nir_src *src, nir_alu_type src_type) in fold_16bit_src() argument
586 nir_alu_type src_type = nir_intrinsic_src_type(instr); fold_16bit_store_data() local
703 nir_alu_type src_type = nir_tex_instr_src_type(tex, i) | src->ssa->bit_size; fold_16bit_tex_srcs() local
718 nir_alu_type src_type = nir_tex_instr_src_type(tex, i) | src->ssa->bit_size; fold_16bit_tex_srcs() 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
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-sunxi-nmi.c116 unsigned int src_type; in sunxi_sc_nmi_set_type() local
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-sunxi-nmi.c102 unsigned int src_type; in sunxi_sc_nmi_set_type() local
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Ddemand_paging_test.c114 enum vm_mem_backing_src_type src_type; member
H A Dkvm_page_table_test.c57 enum vm_mem_backing_src_type src_type; member
234 enum vm_mem_backing_src_type src_type; member
241 enum vm_mem_backing_src_type src_type = p->src_type; in pre_init_before_test() local
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_nir_opt_outputs.c201 nir_alu_type src_type = nir_intrinsic_src_type(cur_chan->store_intr); in ac_eliminate_duplicated_output() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c63 write_tsv_row(FILE *fp, struct lp_type src_type, struct lp_type dst_type, double cycles, boolean success) write_tsv_row() argument
84 dump_conv_types(FILE *fp, struct lp_type src_type, struct lp_type dst_type) dump_conv_types() argument
100 add_conv_test(struct gallivm_state *gallivm, struct lp_type src_type, unsigned num_srcs, struct lp_type dst_type, unsigned num_dsts) add_conv_test() argument
153 test_one(unsigned verbose, FILE *fp, struct lp_type src_type, struct lp_type dst_type) test_one() argument
405 const struct lp_type *src_type; test_all() local
433 const struct lp_type *src_type; test_some() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c146 get_source(struct st_translate *t, GLenum src_type) in get_source() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dformat_utils.c288 enum mesa_array_format_datatype src_type = 0, dst_type = 0, common_type; in _mesa_format_convert() local
798 swizzle_convert_try_memcpy(void *dst, enum mesa_array_format_datatype dst_type, int num_dst_channels, const void *src, enum mesa_array_format_datatype src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) swizzle_convert_try_memcpy() argument
967 convert_float(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) convert_float() argument
1029 convert_half_float(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) convert_half_float() argument
1090 convert_ubyte(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) convert_ubyte() argument
1156 convert_byte(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) convert_byte() argument
1222 convert_ushort(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) convert_ushort() argument
1288 convert_short(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) convert_short() argument
1353 convert_uint(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) convert_uint() argument
1419 convert_int(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) convert_int() argument
1533 _mesa_swizzle_and_convert(void *void_dst, enum mesa_array_format_datatype dst_type, int num_dst_channels, const void *void_src, enum mesa_array_format_datatype src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) _mesa_swizzle_and_convert() argument
[all...]
/third_party/mesa3d/src/panfrost/util/
H A Dpan_lower_framebuffer.c540 nir_alu_type src_type = nir_alu_type_get_base_type( in pan_lower_fb_load() local

Completed in 17 milliseconds

1234