Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp143 const bool has_supported_ir = supports_ir(PIPE_SHADER_IR_NATIVE) || in device()
144 supports_ir(PIPE_SHADER_IR_NIR_SERIALIZED); in device()
160 if (supports_ir(PIPE_SHADER_IR_NATIVE)) in device()
163 if (supports_ir(PIPE_SHADER_IR_NIR_SERIALIZED)) { in device()
425 if (supports_ir(PIPE_SHADER_IR_NATIVE)) in ir_format()
428 assert(supports_ir(PIPE_SHADER_IR_NIR_SERIALIZED)); in ir_format()
469 device::supports_ir(enum pipe_shader_ir ir) const { in supports_ir() function in device
494 supports_ir(PIPE_SHADER_IR_NIR_SERIALIZED)) in supported_extensions()
Ddevice.hpp95 bool supports_ir(enum pipe_shader_ir ir) const;