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 D | gen_vk_format_table.py | 134 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 D | gen_wgpu_format_table.py | 148 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 D | angle_format.py | 265 def get_vertex_copy_function(src_format, dst_format): function
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/ |
H A D | gen_mtl_format_table.py | 244 return angle_format_utils.get_vertex_copy_function(src_format, dst_format), 0, "false"
|