Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/clover/core/
Dprogram.cpp29 has_source(true), context(ctx), _devices(ctx.devices()), _source(source), in program()
36 has_source(false), context(ctx), in program()
47 if (has_source) { in compile()
Dprogram.hpp56 const bool has_source; member in clover::program
/external/mesa3d/src/gallium/frontends/clover/api/
Dprogram.cpp213 if (prog.has_source) { in clBuildProgram()
251 if (!prog.has_source) in clCompileProgram()
255 if (!header.has_source) in clCompileProgram()
/external/rust/crates/thiserror-impl/src/
Dprop.rs19 pub(crate) fn has_source(&self) -> bool { in has_source() method
Dexpand.rs158 let source_method = if input.has_source() { in impl_enum()