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.cpp149 const bool has_supported_ir = supports_ir(PIPE_SHADER_IR_NATIVE) || in device()
150 supports_ir(PIPE_SHADER_IR_NIR_SERIALIZED); in device()
166 if (supports_ir(PIPE_SHADER_IR_NATIVE)) in device()
169 if (supports_ir(PIPE_SHADER_IR_NIR_SERIALIZED)) { in device()
414 if (supports_ir(PIPE_SHADER_IR_NATIVE)) in ir_format()
417 assert(supports_ir(PIPE_SHADER_IR_NIR_SERIALIZED)); in ir_format()
458 device::supports_ir(enum pipe_shader_ir ir) const { in supports_ir() function in device
483 supports_ir(PIPE_SHADER_IR_NIR_SERIALIZED)) in supported_extensions()
Ddevice.hpp95 bool supports_ir(enum pipe_shader_ir ir) const;