Home
last modified time | relevance | path

Searched defs:src_type (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_conv.c64 struct lp_type src_type, in write_tsv_row()
85 struct lp_type src_type, in dump_conv_types()
101 struct lp_type src_type, unsigned num_srcs, in add_conv_test()
155 struct lp_type src_type, in test_one()
389 const struct lp_type *src_type; in test_all() local
417 const struct lp_type *src_type; in test_some() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c184 struct lp_type src_type, in lp_build_concat()
276 struct lp_type src_type, in lp_build_unpack2()
325 struct lp_type src_type, in lp_build_unpack()
379 struct lp_type src_type, in lp_build_pack2()
500 struct lp_type src_type, in lp_build_packs2()
544 struct lp_type src_type, in lp_build_pack()
604 struct lp_type src_type, in lp_build_resize()
749 struct lp_type src_type, in lp_build_pad_vector()
Dlp_bld_format_aos_array.c59 struct lp_type src_type; in lp_build_fetch_rgba_aos_array() local
Dlp_bld_conv.c88 struct lp_type src_type, in lp_build_half_to_float()
153 struct lp_type src_type, in lp_build_clamped_float_to_unsigned_norm()
354 struct lp_type src_type, in lp_build_conv()
721 struct lp_type src_type, in lp_build_conv_mask()
Dlp_bld_swizzle.c103 struct lp_type src_type, in lp_build_extract_broadcast()
564 struct lp_type src_type, in lp_build_pack_aos_scalars()
600 struct lp_type src_type, in lp_build_unpack_broadcast_aos_scalars()
Dlp_bld_gather.c82 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width); in lp_build_gather_elem() local
Dlp_bld_intr.c145 struct lp_type src_type, in lp_build_intrinsic_binary_anylength()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.c83 unsigned int src_type = rc_source_type_swz( in rc_variable_change_dst() local
445 unsigned int src_type, in reader_equals_src()
460 unsigned int src_type, in variable_writes_src()
475 unsigned int src_type, in rc_variable_list_get_writers()
506 unsigned int src_type, in rc_variable_list_get_writers_one_reader()
Dradeon_pair_dead_sources.c26 unsigned int src_type = rc_source_type_swz(sub->Arg[i].Swizzle); in mark_used() local
Dradeon_compiler_util.c378 unsigned int src_type) in can_use_presub_data_add_select()
484 unsigned int src_type = d.Selects[i].SrcType; in rc_inst_can_use_presub() local
556 unsigned int src_type) in get_source_readmask()
585 unsigned int src_type, in rc_pair_remove_src()
Dradeon_dataflow.c142 unsigned int src_type; in pair_sub_for_all_args() local
/external/valgrind/none/tests/s390x/
Drounding-1.c26 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \ argument
Drounding-3.c42 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \ argument
Drounding-6.c30 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \ argument
Dpfpo.c29 #define PFPO(initial, src_type, dst_type, fn_code, round, ret_code, cc) \ argument
/external/selinux/python/sepolgen/src/sepolgen/
Daccess.py260 …def add(self, src_type, tgt_type, obj_class, perms, audit_msg=None, avc_type=audit2why.TERULE, dat… argument
/external/opencv/cv/src/
Dcvderiv.cpp188 int src_type, dst_type; in cvSobel() local
810 int src_type, dst_type; in cvLaplace() local
Dcvsmooth.cpp1328 int src_type, dst_type, depth, cn; in cvSmooth() local
/external/opencv/cv/include/
Dcv.hpp136 int min_depth, src_type, dst_type, work_type; member in CvBaseImageFilter
/external/v8/src/x64/
Dmacro-assembler-x64.h951 #define AVX_OP2_WITH_TYPE(macro_name, name, src_type) \ argument
/external/libdrm/intel/
Dintel_decode.c712 i915_get_instruction_src_name(uint32_t src_type, uint32_t src_nr, char *name) in i915_get_instruction_src_name()
815 i915_get_instruction_addr(uint32_t src_type, uint32_t src_nr, char *name) in i915_get_instruction_addr()
/external/opencv/ml/src/
Dml_inner_functions.cpp1330 icvConvertDataToSparse( const uchar* src, int src_step, int src_type, in icvConvertDataToSparse()
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp606 auto src_type = src_set->GetTypeFromBinding(update->srcBinding); in ValidateCopyUpdate() local
/external/v8/src/arm/
Dassembler-arm.cc3043 const VFPType src_type, in EncodeVCVT()