Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp54 if (supports_ir(PIPE_SHADER_IR_NATIVE)) in device()
57 if (supports_ir(PIPE_SHADER_IR_NIR_SERIALIZED)) { in device()
295 if (supports_ir(PIPE_SHADER_IR_NATIVE)) in ir_format()
298 assert(supports_ir(PIPE_SHADER_IR_NIR_SERIALIZED)); in ir_format()
329 device::supports_ir(enum pipe_shader_ir ir) const { in supports_ir() function in device
Ddevice.hpp92 bool supports_ir(enum pipe_shader_ir ir) const;