Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp678 limit_dispatch_width(8, "Depth writes unsupported in SIMD16+ mode.\n"); in emit_fb_writes()
686 limit_dispatch_width(8, "gl_FragStencilRefARB unsupported " in emit_fb_writes()
752 limit_dispatch_width(8, "Dual source blending unsupported " in emit_fb_writes()
Dbrw_fs.h191 void limit_dispatch_width(unsigned n, const char *msg);
Dbrw_fs.cpp622 fs_visitor::limit_dispatch_width(unsigned n, const char *msg) in limit_dispatch_width() function in fs_visitor
1411 limit_dispatch_width(16, "gl_SampleId is unsupported in SIMD32 on gfx7"); in emit_sampleid_setup()
7469 v8->limit_dispatch_width(8, "gfx8 workaround: " in brw_compile_fs()
7475 v8->limit_dispatch_width(8, "SIMD16 coarse pixel shading cannot" in brw_compile_fs()
7478 v8->limit_dispatch_width(16, "SIMD32 not supported with coarse" in brw_compile_fs()
7483 v8->limit_dispatch_width(16, "SIMD32 with ray queries.\n"); in brw_compile_fs()
Dbrw_fs_nir.cpp393 limit_dispatch_width(16, "Non-uniform control flow unsupported " in nir_emit_if()
407 limit_dispatch_width(16, "Non-uniform control flow unsupported " in nir_emit_loop()
3612 limit_dispatch_width( in nir_emit_fs_intrinsic()
5860 limit_dispatch_width(16, "Topology helper for Ray queries, " in nir_emit_intrinsic()
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst3288 - intel/compiler: add newline to limit_dispatch_width message