Home
last modified time | relevance | path

Searched refs:get_vertex_copy_function (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dgen_vk_format_table.py134 def get_vertex_copy_function(src_format, dst_format, vk_format): function
156 return angle_format.get_vertex_copy_function(src_format, dst_format)
200 vertex_load_function=get_vertex_copy_function(angle, format, vk_buffer_format),
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dgen_wgpu_format_table.py148 def get_vertex_copy_function(src_format, dst_format, wgpu_format): function
158 return angle_format.get_vertex_copy_function(src_format, dst_format)
198 vertex_load_function=get_vertex_copy_function(angle, format, wgpu_buffer_format),
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Dangle_format.py265 def get_vertex_copy_function(src_format, dst_format): function
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dgen_mtl_format_table.py244 return angle_format_utils.get_vertex_copy_function(src_format, dst_format), 0, "false"