| 3461 | } |
| 3462 | |
| 3463 | std::shared_ptr<device_program::program_entry> vulkan_context::create_program_entry([[maybe_unused]] const device& dev, |
| 3464 | toolchain::program_data program, |
| 3465 | const toolchain::TARGET) { |
| 3466 | return std::make_shared<vulkan_program::vulkan_program_entry>(create_vulkan_program(program)); |
| 3467 | } |
| 3468 | |
| 3469 | void vulkan_context::create_fixed_sampler_set() const { |
| 3470 | union vulkan_fixed_sampler { |
nothing calls this directly
no outgoing calls
no test coverage detected