Searched defs:SPIRVBin (Results 1 – 2 of 2) sorted by relevance
25 pub struct SPIRVBin { struct30 // Safety: SPIRVBin is not mutable and is therefore Send and Sync, needed due to `clc_binary::data` argument31 unsafe impl Send for SPIRVBin {} implementation32 unsafe impl Sync for SPIRVBin {} implementation90 impl SPIRVBin { impl184 pub fn link(spirvs: &[&SPIRVBin], library: bool) -> (Option<Self>, String) { in link()445 impl Clone for SPIRVBin { implementation451 impl Drop for SPIRVBin { implementation
315 ) -> CLResult<(SPIRVBin, cl_program_binary_type)> { in spirv_from_bin_for_dev()