Home
last modified time | relevance | path

Searched defs:dst_format (Results 1 – 25 of 72) sorted by relevance

123

/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/
Dlayout_transform.cc21 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/
DSDL_blit.c128 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/
Dparser_utils.cc115 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/
Dst_cb_readpixels.c101 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
Dst_pbo.c587 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()
Dst_cb_texture.c158 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/
Dconv2d_base_coder.cc100 … 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/
Dlayout_transform_fp16.cc21 LayoutConvertor LayoutTransformFp16(mindspore::Format src_format, mindspore::Format dst_format) { in LayoutTransformFp16()
/third_party/mesa3d/src/util/tests/format/
Du_format_compatible_test.c39 enum pipe_format dst_format; in test_all() local
/third_party/mindspore/mindspore/lite/tools/optimizer/format/
Dto_nchw_format.cc46 schema::Format *dst_format) { in DecideConvWeightSrcAndDstFormat()
Dto_nhwc_format.cc46 schema::Format *dst_format) { in DecideConvWeightSrcAndDstFormat()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_launch_transdata.h28 …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/
Dgen_vk_format_table.py118 def get_vertex_copy_function(src_format, dst_format, vk_format): argument
/third_party/gstreamer/gstplugins_bad/ext/soundtouch/
Dgstpitch.cc472 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/
Dbrw_pixel_draw.c80 mesa_format dst_format = irb->mt->format; in do_blit_drawpixels() local
/third_party/alsa-lib/src/pcm/
Dpcm_linear.c54 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/
Dangle_format.py233 def get_vertex_copy_function(src_format, dst_format): argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dangle_format.py241 def get_vertex_copy_function(src_format, dst_format): argument
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_pixel_read.c97 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/
Dradeon_pixel_read.c97 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/
Dgen_vk_format_table.py130 def get_vertex_copy_function(src_format, dst_format, vk_format): argument
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/base/
Dimage-impl.c159 wuffs_base__pixel_format dst_format, in wuffs_base__pixel_swizzler__prepare()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c469 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/
Dcomposite-traps-test.c61 pixman_format_code_t mask_format, dst_format; in test_composite() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dinsert_format_transform_op.cc33 std::vector<int64_t> TransposeAxis(const std::string &src_format, const std::string &dst_format) { in TransposeAxis()

123