Home
last modified time | relevance | path

Searched defs:PlatformDebug (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/rusticl/core/
Dplatform.rs33 pub struct PlatformDebug { struct
34 pub allow_invalid_spirv: bool,
35 pub clc: bool,
36 pub max_grid_size: u64,
60 static mut PLATFORM_DBG: PlatformDebug = PlatformDebug { argument