Home
last modified time | relevance | path

Searched defs:src_range (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/meta/
Dradv_meta_resolve_fs.c466 const VkImageSubresourceRange src_range = vk_image_view_subresource_range(&src_iview->vk); in emit_resolve() local
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_cmd_buffer.c2901 VkImageSubresourceRange src_range = { in dzn_cmd_buffer_blit_issue_barriers() local
4649 const VkImageSubresourceRange *src_range, in dzn_cmd_buffer_resolve_rendering_attachment_via_blit()
4726 VkImageSubresourceRange src_range = { in dzn_cmd_buffer_resolve_rendering_attachment() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c1399 struct radv_descriptor_range *src_range, *dst_range; in radv_update_descriptor_sets_impl() local
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Dmemory.rs1123 let src_range = alloc_range(src_offset, size); in mem_copy_repeatedly() localVariable
/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp1831 … for (const ImWchar* src_range = src_tmp.SrcRanges; src_range[0] && src_range[1]; src_range += 2) in ImFontAtlasBuildWithStbTruetype() local
1848 … for (const ImWchar* src_range = src_tmp.SrcRanges; src_range[0] && src_range[1]; src_range += 2) in ImFontAtlasBuildWithStbTruetype() local
/third_party/ffmpeg/libavfilter/
Dvf_bm3d.c268 …tic void do_block_matching_multi(BM3DContext *s, const uint8_t *src, int src_stride, int src_range, in do_block_matching_multi()