Home
last modified time | relevance | path

Searched refs:limit_dispatch_width (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp415 limit_dispatch_width(8, "Depth writes unsupported in SIMD16+ mode.\n"); in emit_fb_writes()
423 limit_dispatch_width(8, "gl_FragStencilRefARB unsupported " in emit_fb_writes()
Dbrw_fs.h167 void limit_dispatch_width(unsigned n, const char *msg);
Dbrw_fs.cpp648 fs_visitor::limit_dispatch_width(unsigned n, const char *msg) in limit_dispatch_width() function in fs_visitor