Searched refs:get_lowered_simd_width (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4.cpp2184 get_lowered_simd_width(const struct gen_device_info *devinfo, function in namespace:brw
2281 get_lowered_simd_width(devinfo, prog_data->dispatch_mode, stage, inst);
H A Dbrw_fs.cpp46 static unsigned get_lowered_simd_width(const struct gen_device_info *devinfo,
4065 assert(inst->exec_size <= get_lowered_simd_width(devinfo, inst));
6030 get_lowered_simd_width(const struct gen_device_info *devinfo, function in typeref:typename:unsigned
6485 const unsigned lower_width = get_lowered_simd_width(devinfo, inst);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4.cpp2215 get_lowered_simd_width(const struct intel_device_info *devinfo, function in namespace:brw
2312 get_lowered_simd_width(devinfo, prog_data->dispatch_mode, stage, inst);
H A Dbrw_fs.cpp47 static unsigned get_lowered_simd_width(const struct intel_device_info *devinfo,
4285 assert(inst->exec_size <= get_lowered_simd_width(devinfo, inst));
7324 get_lowered_simd_width(const struct intel_device_info *devinfo, function in typeref:typename:unsigned
7798 const unsigned lower_width = get_lowered_simd_width(devinfo, inst);

Completed in 30 milliseconds