Home
last modified time | relevance | path

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

/external/mesa3d/docs/relnotes/
D19.1.6.rst95 - intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs
D19.2.0.rst360 - intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs
D19.3.0.rst2689 - intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs
/external/mesa3d/src/intel/compiler/
Dbrw_fs.h129 bool run_cs(bool allow_spilling);
Dbrw_fs.cpp8433 fs_visitor::run_cs(bool allow_spilling) in run_cs() function in fs_visitor
9214 if (!v8->run_cs(true /* allow_spilling */)) { in brw_compile_cs()
9244 if (!v16->run_cs(allow_spilling)) { in brw_compile_cs()
9294 if (!v32->run_cs(allow_spilling)) { in brw_compile_cs()