Searched refs:copy_resources (Results 1 – 2 of 2) sorted by relevance
203 …bool copy_resources(SmallVector<spvc_reflected_resource> &outputs, const SmallVector<Resource> &in…204 …bool copy_resources(SmallVector<spvc_reflected_builtin_resource> &outputs, const SmallVector<Built…205 bool copy_resources(const ShaderResources &resources);1579 bool spvc_resources_s::copy_resources(SmallVector<spvc_reflected_resource> &outputs, in copy_resources() function in spvc_resources_s1598 bool spvc_resources_s::copy_resources(SmallVector<spvc_reflected_builtin_resource> &outputs, in copy_resources() function in spvc_resources_s1622 bool spvc_resources_s::copy_resources(const ShaderResources &resources) in copy_resources() function in spvc_resources_s1624 if (!copy_resources(uniform_buffers, resources.uniform_buffers)) in copy_resources()1626 if (!copy_resources(storage_buffers, resources.storage_buffers)) in copy_resources()1628 if (!copy_resources(stage_inputs, resources.stage_inputs)) in copy_resources()1630 if (!copy_resources(stage_outputs, resources.stage_outputs)) in copy_resources()[all …]
751 static void copy_resources(void) in copy_resources() function999 copy_resources(); in do_setup()