/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_clear_blit.cc | 234 fixup_src_format(enum pipe_format *src_format, enum pipe_format dst_format, in fixup_src_format() 255 fixup_dst_format(enum pipe_format src_format, enum pipe_format *dst_format, in fixup_dst_format() 281 enum pipe_format src_format = iview->format; in r2d_src() local 359 enum pipe_format src_format) in r2d_dst() 400 enum pipe_format src_format) in r2d_dst_buffer() 420 enum pipe_format src_format, in r2d_setup_common() 487 enum pipe_format src_format, in r2d_setup() 1128 enum pipe_format src_format = iview->format; in r3d_src() local 1326 enum pipe_format src_format) in r3d_dst() 1396 enum pipe_format src_format) in r3d_dst_buffer() [all …]
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_readpixels.c | 100 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() 424 enum pipe_format dst_format, src_format; in st_ReadPixels() local
|
H A D | st_pbo.c | 581 get_pbo_conversion(enum pipe_format src_format, enum pipe_format dst_format) in get_pbo_conversion() 600 enum pipe_format src_format, in st_pbo_get_upload_fs() 616 enum pipe_format src_format, in st_pbo_get_download_fs()
|
H A D | st_cb_texture.c | 188 st_pbo_get_src_format(struct pipe_screen *screen, enum pipe_format src_format, struct pipe_resource… in st_pbo_get_src_format() 349 enum pipe_format src_format, bool is_compressed, in st_pbo_get_dst_format() 1663 reinterpret_formats(enum pipe_format *src_format, enum pipe_format *dst_format) in reinterpret_formats() 1723 enum pipe_format src_format) in try_pbo_upload_common() 1843 enum pipe_format src_format; in try_pbo_upload() local 1943 enum pipe_format src_format, enum pipe_format dst_format, in try_pbo_download() 2133 enum pipe_format src_format, dst_format; in st_TexSubImage() local 2656 enum pipe_format dst_format, src_format; in st_GetTexSubImage() local
|
H A D | st_pbo_compute.c | 91 enum pipe_format src_format, in get_convert_format() 310 fill_pbo_data(struct pbo_data *pd, enum pipe_format src_format, enum pipe_format dst_format, bool s… in fill_pbo_data() 880 enum pipe_format src_format, in download_texture_compute() 1248 enum pipe_format dst_format, src_format; in st_GetTexSubImage_shader() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/ |
H A D | data_format_vec_permute.cc | 44 string src_format; member 78 StatusOr<string> src_format = GetAttrValue<string>("src_format"); in Validate() local 119 string src_format = attrs_.src_format; in Convert() local
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_copy.c | 514 VkFormat src_format; member 619 VkFormat src_format; in gather_image_to_buffer_info() local 2572 VkFormat src_format, in texel_buffer_shader_copy() 2903 VkFormat src_format, in copy_buffer_to_image_blit() 3191 VkFormat src_format; in copy_buffer_to_image_shader() local 3538 VkFormat src_format, in get_blit_pipeline_cache_key() 3576 VkFormat src_format, in create_blit_render_pass() 3856 VkFormat src_format, in get_color_blit_fs() 4083 VkFormat src_format, in create_blit_pipeline() 4159 VkFormat src_format, in get_blit_pipeline() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | data_format_ops_test.py | 28 def _test(self, input_data, src_format, dst_format, expected): argument 81 def _runPermuteAndCompare(self, x, src_format, dst_format, expected): argument
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | ColorConvertHelper.h | 770 inline void nv_to_iyuv(const SimpleTensor<T> src, const Format src_format, SimpleTensor<T> &nv1, Si… in nv_to_iyuv() 793 inline void nv_to_yuv4(const SimpleTensor<T> src, const Format src_format, SimpleTensor<T> &nv1, Si… in nv_to_yuv4() 829 inline void colorconvert_nv_to_iyuv(const std::vector<SimpleTensor<T>> src, const Format src_format… in colorconvert_nv_to_iyuv() 851 inline void colorconvert_nv_to_yuv4(const std::vector<SimpleTensor<T>> src, const Format src_format… in colorconvert_nv_to_yuv4()
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_blit.c | 497 VkFormat src_format; in pvr_copy_or_resolve_image_region() local 759 const VkFormat src_format, in pvr_copy_buffer_to_image_region_format() 858 VkFormat src_format; in pvr_copy_buffer_to_image_region() local 914 const VkFormat src_format, in pvr_copy_image_to_buffer_region_format() 1048 VkFormat src_format = pvr_get_copy_format(image->vk.format); in pvr_copy_image_to_buffer_region() local
|
H A D | pvr_job_transfer.c | 189 const VkFormat src_format, in pvr_pbe_src_format_pick_depth() 214 const VkFormat src_format, in pvr_pbe_src_format_pick_stencil() 240 const VkFormat src_format = src->vk_format; in pvr_pbe_src_format_ds() local 325 pvr_pbe_src_format_normal(VkFormat src_format, in pvr_pbe_src_format_normal() 540 VkFormat src_format; in pvr_pbe_src_format() local 996 VkFormat src_format = transfer_cmd->sources[i].surface.vk_format; in pvr_pbe_setup_swizzle() local 2928 VkFormat src_format = src->surface.vk_format; in pvr_pbe_src_format_f2d() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | data_format_ops.cc | 72 string src_format; in DataFormatDimMapOp() local 119 string src_format; in DataFormatVecPermuteOp() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | generic_layout_optimizer_transposer.cc | 249 absl::string_view target_device, absl::string_view src_format, in AssignDeviceAndDataFormats() 465 AttrValue src_format; in CreateDataFormatNode() local 647 absl::string_view src_format, in GetFaninNameFormat() 654 int index, absl::string_view src_format, in GetFanoutNameFormat() 666 absl::string_view src_format, in GetReshapeNodeNameFormat() 1065 absl::string_view src_format, in IsValidDataFormatNode()
|
H A D | generic_layout_optimizer.cc | 109 string src_format = kNHWC; in GetSrcAndDstDataFormats() local 209 const auto* src_format = src.GetAttr(kAttrSrcFormat); in IsCancellableDataFormatNodePair() local
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_meta_blit_resolve.c | 501 VkFormat src_format, in do_blit() 716 VkFormat src_format, in vk_meta_blit_image() 816 VkFormat src_format, in vk_meta_resolve_image()
|
/aosp_15_r20/external/pdfium/core/fxcodec/ |
H A D | progressive_decoder.cpp | 1057 FXCodec_Format src_format) { in PngOneOneMapResampleHorz() 1582 FXCodec_Format src_format) { in GetTransMethod() 1683 FXCodec_Format src_format) { in ResampleScanline() 2016 FXCodec_Format src_format) { in Resample()
|
/aosp_15_r20/external/mesa3d/src/util/tests/format/ |
H A D | u_format_compatible_test.c | 38 enum pipe_format src_format; in test_all() local
|
/aosp_15_r20/external/pdfium/core/fxge/dib/ |
H A D | cfx_bitmapstorer.cpp | 38 FXDIB_Format src_format, in SetInfo()
|
/aosp_15_r20/system/media/audio_utils/ |
H A D | format.c | 22 const void *src, audio_format_t src_format, size_t count) in memcpy_by_audio_format()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_surface_test.cpp | 22 test_blit_with_formats(struct pipe_resource *src, pipe_format src_format, in test_blit_with_formats()
|
/aosp_15_r20/external/pdfium/testing/fuzzers/ |
H A D | pdf_scanlinecompositor_fuzzer.cc | 53 FXDIB_Format src_format = kFormat[data[30] % std::size(kFormat)]; in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | angle_format.py | 265 def get_vertex_copy_function(src_format, dst_format): argument
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | gen_vk_format_table.py | 134 def get_vertex_copy_function(src_format, dst_format, vk_format): argument
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | gen_wgpu_format_table.py | 148 def get_vertex_copy_function(src_format, dst_format, wgpu_format): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
H A D | data_format_ops.cc | 34 string src_format; in DataFormatDimMapOp() local
|