Home
last modified time | relevance | path

Searched refs:vk_shader_module_clone (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
Dvk_shader_module.h65 struct vk_shader_module *vk_shader_module_clone(void *mem_ctx,
Dvk_shader_module.c140 vk_shader_module_clone(void *mem_ctx, const struct vk_shader_module *src) in vk_shader_module_clone() function
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_rt.c141 struct vk_shader_module *new_module = vk_shader_module_clone(NULL, module); in radv_rt_pipeline_library_create()