Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp488 limit_dispatch_width(8, "Depth writes unsupported in SIMD16+ mode.\n"); in emit_fb_writes()
496 limit_dispatch_width(8, "gl_FragStencilRefARB unsupported " in emit_fb_writes()
562 limit_dispatch_width(8, "Dual source blending unsupported " in emit_fb_writes()
Dbrw_fs.h187 void limit_dispatch_width(unsigned n, const char *msg);
Dbrw_fs_nir.cpp439 limit_dispatch_width(16, "Non-uniform control flow unsupported " in nir_emit_if()
453 limit_dispatch_width(16, "Non-uniform control flow unsupported " in nir_emit_loop()
3506 limit_dispatch_width( in nir_emit_fs_intrinsic()
Dbrw_fs.cpp712 fs_visitor::limit_dispatch_width(unsigned n, const char *msg) in limit_dispatch_width() function in fs_visitor
1494 limit_dispatch_width(16, "gl_SampleId is unsupported in SIMD32 on gen7"); in emit_sampleid_setup()
8848 v8->limit_dispatch_width(8, "gen8 workaround: " in brw_compile_fs()
/external/mesa3d/docs/relnotes/
D20.0.0.rst3288 - intel/compiler: add newline to limit_dispatch_width message