Searched refs:lowered_width (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4.cpp2197 unsigned lowered_width = MIN2(16, inst->exec_size); local in function:brw::get_lowered_simd_width
2208 lowered_width = MIN2(lowered_width, 4);
2220 lowered_width = MIN2(lowered_width, 4);
2228 lowered_width = MIN2(lowered_width, 4);
2240 lowered_width = MIN2(lowered_width, 4);
2242 return lowered_width;
2280 const unsigned lowered_width = local in function:brw::vec4_visitor::lower_simd_width
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4.cpp2228 unsigned lowered_width = MIN2(16, inst->exec_size); local in function:brw::get_lowered_simd_width
2239 lowered_width = MIN2(lowered_width, 4);
2251 lowered_width = MIN2(lowered_width, 4);
2259 lowered_width = MIN2(lowered_width, 4);
2271 lowered_width = MIN2(lowered_width, 4);
2273 return lowered_width;
2311 const unsigned lowered_width = local in function:brw::vec4_visitor::lower_simd_width
[all...]

Completed in 7 milliseconds