Home
last modified time | relevance | path

Searched refs:is_haswell (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp68 void set_latency_gfx7(bool is_haswell);
158 schedule_node::set_latency_gfx7(bool is_haswell) in set_latency_gfx7() argument
184 latency = is_haswell ? 16 : 18; in set_latency_gfx7()
229 latency = is_haswell ? 14 : 16; in set_latency_gfx7()
240 latency = is_haswell ? 22 : 24; in set_latency_gfx7()
380 latency = is_haswell ? 300 : 600; in set_latency_gfx7()
407 assert(!is_haswell); in set_latency_gfx7()
413 assert(!is_haswell); in set_latency_gfx7()
469 assert(!is_haswell); in set_latency_gfx7()
488 assert(!is_haswell); in set_latency_gfx7()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst1753 - crocus: convert a bunch of is_haswell into verx10 checks.
3377 - intel: simplify is_haswell checks, part 1
3378 - intel: simplify is_haswell checks, part 2