Searched refs:supports_ir (Results 1 – 2 of 2) sorted by relevance
149 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 device483 supports_ir(PIPE_SHADER_IR_NIR_SERIALIZED)) in supported_extensions()
95 bool supports_ir(enum pipe_shader_ir ir) const;