Searched defs:SPIRVBin (Results 1 – 2 of 2) sorted by relevance
23 pub struct SPIRVBin { struct28 // Safety: SPIRVBin is not mutable and is therefore Send and Sync, needed due to `clc_binary::data` argument29 unsafe impl Send for SPIRVBin {} implementation30 unsafe impl Sync for SPIRVBin {} implementation88 impl SPIRVBin { impl182 pub fn link(spirvs: &[&SPIRVBin], library: bool) -> (Option<Self>, String) { in link()432 impl Clone for SPIRVBin { implementation438 impl Drop for SPIRVBin { implementation
315 ) -> CLResult<(SPIRVBin, cl_program_binary_type)> { in spirv_from_bin_for_dev()