Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp5373 const unsigned lower_width = get_lowered_simd_width(devinfo, inst); in lower_simd_width() local
5375 if (lower_width != inst->exec_size) { in lower_simd_width()
5381 const unsigned max_width = MAX2(inst->exec_size, lower_width); in lower_simd_width()
5389 const unsigned n = DIV_ROUND_UP(inst->exec_size, lower_width); in lower_simd_width()
5415 split_inst.exec_size = lower_width; in lower_simd_width()
5422 const fs_builder lbld = ibld.group(lower_width, i); in lower_simd_width()
5430 split_inst.dst.component_size(lower_width) * dst_size; in lower_simd_width()