Searched defs:PlatformDebug (Results 1 – 1 of 1) sorted by relevance
30 pub struct PlatformDebug { struct31 pub allow_invalid_spirv: bool,32 pub clc: bool,33 pub max_grid_size: u64,34 pub nir: bool,35 pub no_variants: bool,36 pub perf: PerfDebugLevel,37 pub program: bool,38 pub reuse_context: bool,39 pub sync_every_event: bool,[all …]