/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/ |
D | layout_transform.cc | 21 LayoutConvertor LayoutTransformFp32(mindspore::Format src_format, mindspore::Format dst_format) { in LayoutTransformFp32() 39 LayoutConvertor LayoutTransformInt8(mindspore::Format src_format, mindspore::Format dst_format) { in LayoutTransformInt8() 47 …tor LayoutTransform(TypeId data_type, mindspore::Format src_format, mindspore::Format dst_format) { in LayoutTransform()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_blit.c | 128 SDL_ChooseBlitFunc(Uint32 src_format, Uint32 dst_format, int flags, in SDL_ChooseBlitFunc() 255 Uint32 dst_format = dst->format->format; in SDL_CalculateBlit() local 266 Uint32 dst_format = dst->format->format; in SDL_CalculateBlit() local
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/ |
D | parser_utils.cc | 115 int GetTransposePerm(schema::Format src_format, schema::Format dst_format, std::vector<int> *perm) { in GetTransposePerm() 134 int GetTransposePermSharing(schema::Format src_format, schema::Format dst_format, std::vector<int> … in GetTransposePermSharing() 178 schema::Format dst_format, std::set<AnfNodePtr> *has_visited) { in UnifyConvWeightFormat() 221 schema::Format dst_format, std::set<AnfNodePtr> *has_visited) { in UnifyVariableConvWeight() 287 schema::Format dst_format, std::set<AnfNodePtr> *has_visited) { in UnifyConstConvWeight() 324 schema::Format dst_format, std::set<AnfNodePtr> *has_visited) { in HandleConstConvWeightShared()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_readpixels.c | 101 enum pipe_format src_format, enum pipe_format dst_format, in try_pbo_readpixels() 279 enum pipe_format src_format, enum pipe_format dst_format) in blit_to_staging() 347 enum pipe_format src_format, enum pipe_format dst_format) in try_cached_readpixels() 425 enum pipe_format dst_format, src_format; in st_ReadPixels() local
|
D | st_pbo.c | 587 get_pbo_conversion(enum pipe_format src_format, enum pipe_format dst_format) in get_pbo_conversion() 607 enum pipe_format dst_format, in st_pbo_get_upload_fs() 623 enum pipe_format dst_format, in st_pbo_get_download_fs()
|
D | st_cb_texture.c | 158 enum pipe_format dst_format, enum pipe_texture_target pipe_target, in create_dst_texture() 191 enum pipe_format dst_format = dst->format; in copy_to_staging_dest() local 296 enum pipe_format dst_format = st_choose_matching_format(st, bind, format, type, in get_dst_format() local 1511 reinterpret_formats(enum pipe_format *src_format, enum pipe_format *dst_format) in reinterpret_formats() 1676 enum pipe_format dst_format, in try_pbo_upload() 1790 enum pipe_format src_format, enum pipe_format dst_format, in try_pbo_download() 1981 enum pipe_format src_format, dst_format; in st_TexSubImage() local 2498 enum pipe_format dst_format, src_format; in st_GetTexSubImage() local 2831 enum pipe_format dst_format; in st_CopyTexSubImage() local
|
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/base/ |
D | conv2d_base_coder.cc | 100 … Conv2DBaseCoder::LayoutTransformFp32(mindspore::Format src_format, mindspore::Format dst_format) { in LayoutTransformFp32() 119 … Conv2DBaseCoder::LayoutTransformInt8(mindspore::Format src_format, mindspore::Format dst_format) { in LayoutTransformInt8() 131 mindspore::Format dst_format) { in LayoutTransform()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/ |
D | layout_transform_fp16.cc | 21 LayoutConvertor LayoutTransformFp16(mindspore::Format src_format, mindspore::Format dst_format) { in LayoutTransformFp16()
|
/third_party/mesa3d/src/util/tests/format/ |
D | u_format_compatible_test.c | 39 enum pipe_format dst_format; in test_all() local
|
/third_party/mindspore/mindspore/lite/tools/optimizer/format/ |
D | to_nchw_format.cc | 46 schema::Format *dst_format) { in DecideConvWeightSrcAndDstFormat()
|
D | to_nhwc_format.cc | 46 schema::Format *dst_format) { in DecideConvWeightSrcAndDstFormat()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_launch_transdata.h | 28 …Data(void *stream, TypeId dtype, size_t total_size, std::string src_format, std::string dst_format, in AscendLaunchTransData()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | gen_vk_format_table.py | 118 def get_vertex_copy_function(src_format, dst_format, vk_format): argument
|
/third_party/gstreamer/gstplugins_bad/ext/soundtouch/ |
D | gstpitch.cc | 472 GstFormat * dst_format, gint64 * dst_value) in gst_pitch_convert() 591 GstFormat dst_format; in gst_pitch_src_query() local 616 GstFormat src_format, dst_format; in gst_pitch_src_query() local
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_pixel_draw.c | 80 mesa_format dst_format = irb->mt->format; in do_blit_drawpixels() local
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_linear.c | 54 snd_pcm_format_t dst_format) in snd_pcm_linear_convert_index() 79 int snd_pcm_linear_get_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format) in snd_pcm_linear_get_index() 113 int snd_pcm_linear_put_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format) in snd_pcm_linear_put_index()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | angle_format.py | 233 def get_vertex_copy_function(src_format, dst_format): argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | angle_format.py | 241 def get_vertex_copy_function(src_format, dst_format): argument
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_pixel_read.c | 97 const mesa_format dst_format = gl_format_and_type_to_mesa_format(format, type); in do_blit_readpixels() local
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_pixel_read.c | 97 const mesa_format dst_format = gl_format_and_type_to_mesa_format(format, type); in do_blit_readpixels() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | gen_vk_format_table.py | 130 def get_vertex_copy_function(src_format, dst_format, vk_format): argument
|
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/base/ |
D | image-impl.c | 159 wuffs_base__pixel_format dst_format, in wuffs_base__pixel_swizzler__prepare()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 469 VkFormat dst_format; in copy_image_to_buffer_blit() local 1934 VkFormat dst_format, in texel_buffer_shader_copy() 2259 VkFormat dst_format, in copy_buffer_to_image_blit() 2527 VkFormat dst_format; in copy_buffer_to_image_shader() local 2898 get_blit_pipeline_cache_key(VkFormat dst_format, in get_blit_pipeline_cache_key() 2936 VkFormat dst_format, in create_blit_render_pass() 3254 VkFormat dst_format, in get_color_blit_fs() 3483 VkFormat dst_format, in create_blit_pipeline() 3556 VkFormat dst_format, in get_blit_pipeline() 3769 VkFormat dst_format, in blit_shader()
|
/third_party/pixman/test/ |
D | composite-traps-test.c | 61 pixman_format_code_t mask_format, dst_format; in test_composite() local
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/ |
D | insert_format_transform_op.cc | 33 std::vector<int64_t> TransposeAxis(const std::string &src_format, const std::string &dst_format) { in TransposeAxis()
|