Home
last modified time | relevance | path

Searched refs:copy_resources (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_c.cpp203 …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_s
1598 bool spvc_resources_s::copy_resources(SmallVector<spvc_reflected_builtin_resource> &outputs, in copy_resources() function in spvc_resources_s
1622 bool spvc_resources_s::copy_resources(const ShaderResources &resources) in copy_resources() function in spvc_resources_s
1624 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 …]
/third_party/ltp/lib/
Dtst_test.c751 static void copy_resources(void) in copy_resources() function
999 copy_resources(); in do_setup()