Home
last modified time | relevance | path

Searched defs:dst_type (Results 1 – 25 of 42) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_conv.c65 struct lp_type dst_type, in write_tsv_row()
86 struct lp_type dst_type) in dump_conv_types()
102 struct lp_type dst_type, unsigned num_dsts) in add_conv_test()
156 struct lp_type dst_type) in test_one()
395 const struct lp_type *dst_type; in test_all() local
423 const struct lp_type *dst_type; in test_some() local
Dlp_state_fs.c890 struct lp_type dst_type, in load_unswizzled_block()
1244 have_smallfloat_format(struct lp_type dst_type, in have_smallfloat_format()
1264 struct lp_type dst_type, in convert_to_blend_type()
1432 struct lp_type dst_type, in convert_from_blend_type()
1751 struct lp_type dst_type; in generate_unswizzled_blend() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c409 struct lp_type dst_type, in lp_build_unpack2()
462 struct lp_type dst_type, in lp_build_unpack2_native()
517 struct lp_type dst_type, in lp_build_unpack()
572 struct lp_type dst_type, in lp_build_pack2()
728 struct lp_type dst_type, in lp_build_pack2_native()
780 struct lp_type dst_type, in lp_build_packs2()
825 struct lp_type dst_type, in lp_build_pack()
885 struct lp_type dst_type, in lp_build_resize()
Dlp_bld_format_aos_array.c55 struct lp_type dst_type, in lp_build_fetch_rgba_aos_array()
Dlp_bld_conv.c367 struct lp_type dst_type, in lp_build_unsigned_norm_to_float()
443 struct lp_type* dst_type, in lp_build_conv_auto()
535 struct lp_type dst_type, in lp_build_conv()
1042 struct lp_type dst_type, in lp_build_conv_mask()
Dlp_bld_gather.c168 struct lp_type dst_type, in lp_build_gather_elem_vec()
282 struct lp_type dst_type, in lp_build_gather_avx2()
412 struct lp_type dst_type, in lp_build_gather()
Dlp_bld_tgsi_action.h64 LLVMTypeRef dst_type; member
Dlp_bld_swizzle.c94 struct lp_type dst_type, in lp_build_extract_broadcast()
735 struct lp_type dst_type, in lp_build_pack_aos_scalars()
772 struct lp_type dst_type, in lp_build_unpack_broadcast_aos_scalars()
Dlp_bld_format_soa.c354 struct lp_type dst_type, in lp_build_rgba8_to_fi32_soa()
/external/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp771 enum brw_reg_type dst_type; in TEST_P() member
859 enum brw_reg_type dst_type; in TEST_P() member
897 enum brw_reg_type dst_type; in TEST_P() member
941 enum brw_reg_type dst_type; in TEST_P() member
953 #define INST(opcode, exec_size, dst_type, dst_subreg, dst_stride, src_type, \ in TEST_P() argument
1113 enum brw_reg_type dst_type; in TEST_P() member
1125 #define INST(opcode, exec_size, dst_type, dst_is_indirect, dst_stride, \ in TEST_P() argument
1234 enum brw_reg_type dst_type; in TEST_P() member
1246 #define INST(opcode, exec_size, dst, dst_type, dst_stride, \ in TEST_P() argument
1378 enum brw_reg_type dst_type; in TEST_P() member
[all …]
Dbrw_eu_validate.c108 unsigned dst_type = signed_type(brw_inst_dst_type(devinfo, inst)); in inst_is_raw_move() local
434 enum brw_reg_type dst_type = brw_inst_dst_type(devinfo, inst); in general_restrictions_based_on_operand_types() local
786 enum brw_reg_type dst_type = brw_inst_dst_type(devinfo, inst); in region_alignment_rules() local
993 enum brw_reg_type dst_type = brw_inst_dst_type(devinfo, inst); in region_alignment_rules() local
1044 enum brw_reg_type dst_type = brw_inst_dst_type(devinfo, inst); in vector_immediate_restrictions() local
1104 enum brw_reg_type dst_type = brw_inst_dst_type(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local
/external/tensorflow/tensorflow/core/platform/default/
Ddevice_tracer.cc86 CUmemorytype dst_type; member
130 size_t StartMemcpy(CUmemorytype src_type, CUmemorytype dst_type, in StartMemcpy()
222 static void StartMemcpy(CUmemorytype src_type, CUmemorytype dst_type, in StartMemcpy()
230 static void StartMemcpyAsync(CUmemorytype dst_type, CUmemorytype src_type, in StartMemcpyAsync()
/external/mesa3d/src/mesa/main/
Dformat_utils.c277 enum mesa_array_format_datatype src_type = 0, dst_type = 0, common_type; in _mesa_format_convert() local
770 enum mesa_array_format_datatype dst_type, in swizzle_convert_try_memcpy()
1504 _mesa_swizzle_and_convert(void *void_dst, enum mesa_array_format_datatype dst_type, int num_dst_cha… in _mesa_swizzle_and_convert()
/external/v8/src/ia32/
Dmacro-assembler-ia32.h277 #define AVX_OP2_WITH_TYPE(macro_name, name, dst_type, src_type) \ argument
301 #define AVX_OP3_WITH_TYPE(macro_name, name, dst_type, src_type) \ in AVX_OP2_WITH_TYPE() argument
336 #define AVX_OP2_WITH_TYPE_SCOPE(macro_name, name, dst_type, src_type, \ argument
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp122 unsigned dst_type = flags & AF_DST_TYPE_MASK; in optimize_cc_op2() local
Dsb_expr.cpp198 unsigned dst_type = flags & AF_DST_TYPE_MASK; in fold_setcc() local
/external/libcxxabi/src/
Dprivate_typeinfo.h73 const __class_type_info* dst_type; member
Dprivate_typeinfo.cpp621 const __class_type_info *dst_type, in __dynamic_cast()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_cluster_util.cc157 const char* dst_type = "post-exit"; in CreateCycleDetectionGraph() local
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c168 nir_alu_type dst_type) in blorp_create_nir_tex_instr()
228 nir_ssa_def *pos, nir_alu_type dst_type) in blorp_nir_txf()
244 nir_ssa_def *pos, nir_ssa_def *mcs, nir_alu_type dst_type) in blorp_nir_txf_ms()
615 nir_alu_type dst_type) in blorp_nir_manual_blend_average()
/external/mesa3d/src/amd/common/
Dac_llvm_build.c1211 LLVMTypeRef dst_type) in ac_build_imsb()
1237 LLVMTypeRef dst_type) in ac_build_umsb()
1349 LLVMTypeRef dst_type; in ac_build_image_opcode() local
1877 LLVMTypeRef dst_type, in ac_find_lsb()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp220 auto dst_type = _.FindDef(dst->type_id()); in GetStorageClass() local
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3.h224 type_t src_type, dst_type; member
1031 type_t src_type, type_t dst_type) in ir3_COV()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp220 auto dst_type = _.FindDef(dst->type_id()); in GetStorageClass() local
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1577 nir_alu_type dst_type = nir_get_nir_type_for_glsl_base_type(out_type); in visit() local

12