Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp149 const bool has_supported_ir = supports_ir(PIPE_SHADER_IR_NATIVE) || in device() local
151 if (has_supported_ir) { in device()