Home
last modified time | relevance | path

Searched refs:min_dispatch_width (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_visitor.cpp917 min_dispatch_width = size > 16 ? 32 : (size > 8 ? 16 : 8); in init()
919 min_dispatch_width = 8; in init()
Dbrw_fs.h363 unsigned min_dispatch_width; variable
Dbrw_fs.cpp1921 if (dispatch_width != min_dispatch_width) in assign_constant_locations()
5811 if (dispatch_width > min_dispatch_width) { in allocate_registers()
Dbrw_fs_nir.cpp72 if (dispatch_width != min_dispatch_width) in nir_setup_uniforms()