| 2834 | } |
| 2835 | |
| 2836 | shared_ptr<compute_program::program_entry> vulkan_compute::create_program_entry(const compute_device& device, |
| 2837 | llvm_toolchain::program_data program, |
| 2838 | const llvm_toolchain::TARGET) { |
| 2839 | return make_shared<vulkan_program::vulkan_program_entry>(create_vulkan_program((const vulkan_device&)device, program)); |
| 2840 | } |
| 2841 | |
| 2842 | void vulkan_compute::create_fixed_sampler_set() const { |
| 2843 | union vulkan_fixed_sampler { |
nothing calls this directly
no outgoing calls
no test coverage detected