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