Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_compile_fs.cpp132 s.limit_dispatch_width(16, "gl_FragStencilRefARB unsupported " in brw_emit_fb_writes()
135 s.limit_dispatch_width(8, "gl_FragStencilRefARB unsupported " in brw_emit_fb_writes()
171 s.limit_dispatch_width(16, "Dual source blending unsupported " in brw_emit_fb_writes()
174 s.limit_dispatch_width(8, "Dual source blending unsupported " in brw_emit_fb_writes()
1471 s.limit_dispatch_width(16, "SIMD32 not supported with ray queries.\n"); in run_fs()
1609 v8->limit_dispatch_width(8, "SIMD16 coarse pixel shading cannot" in brw_compile_fs()
1612 v8->limit_dispatch_width(16, "SIMD32 not supported with coarse" in brw_compile_fs()
Dbrw_fs.h319 void limit_dispatch_width(unsigned n, const char *msg);
Dbrw_fs.cpp459 fs_visitor::limit_dispatch_width(unsigned n, const char *msg) in limit_dispatch_width() function in fs_visitor
Dbrw_fs_nir.cpp6672 s.limit_dispatch_width(16, "Topology helper for Ray queries, " in fs_nir_emit_intrinsic()
/external/mesa3d/src/intel/compiler/elk/
Delk_fs.h271 void limit_dispatch_width(unsigned n, const char *msg);
Delk_fs_visitor.cpp538 limit_dispatch_width(8, "Depth writes unsupported in SIMD16+ mode.\n"); in emit_fb_writes()
Delk_fs_nir.cpp436 ntb.s.limit_dispatch_width(16, "Non-uniform control flow unsupported " in fs_nir_emit_if()
454 ntb.s.limit_dispatch_width(16, "Non-uniform control flow unsupported " in fs_nir_emit_loop()
3582 s.limit_dispatch_width(16, "gl_SampleId is unsupported in SIMD32 on gfx7"); in emit_sampleid_setup()
3837 s.limit_dispatch_width( in fs_nir_emit_fs_intrinsic()
Delk_fs.cpp593 elk_fs_visitor::limit_dispatch_width(unsigned n, const char *msg) in limit_dispatch_width() function in elk_fs_visitor
6759 v8->limit_dispatch_width(8, "gfx8 workaround: " in elk_compile_fs()
/external/mesa3d/docs/relnotes/
D20.0.0.rst3288 - intel/compiler: add newline to limit_dispatch_width message