Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_c.cpp107 static inline std::unique_ptr<T> spvc_allocate(Ts &&... ts) in spvc_allocate() function
134 auto alloc = spvc_allocate<StringAllocation>(name); in allocate_name()
1954 auto ptr = spvc_allocate<TemporaryBuffer<spvc_entry_point>>(); in spvc_compiler_get_entry_points()
2014 auto ptr = spvc_allocate<TemporaryBuffer<SpvExecutionMode>>(); in spvc_compiler_get_execution_modes()
2264 auto ptr = spvc_allocate<TemporaryBuffer<spvc_combined_image_sampler>>(); in spvc_compiler_get_combined_image_samplers()
2289 auto ptr = spvc_allocate<TemporaryBuffer<spvc_specialization_constant>>(); in spvc_compiler_get_specialization_constants()
2342 auto ptr = spvc_allocate<TemporaryBuffer<spvc_buffer_range>>(); in spvc_compiler_get_active_buffer_ranges()
2464 auto ptr = spvc_allocate<TemporaryBuffer<const char *>>(); in spvc_compiler_get_declared_extensions()
2490 auto bitset = spvc_allocate<TemporaryBuffer<SpvDecoration>>(); in spvc_compiler_get_buffer_block_decorations()