Searched refs:slot_group (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_eu.h | 857 const unsigned slot_group = exec_size == 0 ? 0 : /* SIMD4x2 */ local in function:brw_dp_typed_surface_rw_desc 862 SET_BITS(slot_group, 5, 4); 866 const unsigned slot_group = ((exec_group / 8) % 2); local in function:brw_dp_typed_surface_rw_desc 870 SET_BITS(slot_group, 5, 5); 885 unsigned slot_group) 887 return (SET_BITS(slot_group, 11, 11) | 881 brw_pixel_interp_desc(UNUSED const struct gen_device_info * devinfo,unsigned msg_type,bool noperspective,unsigned simd_mode,unsigned slot_group) argument
|
| H A D | brw_eu_emit.c | 3102 const unsigned slot_group = brw_get_default_group(p) / 16; local in function:brw_pixel_interpolator_query 3107 slot_group);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_eu.h | 1016 const unsigned slot_group = exec_size == 0 ? 0 : /* SIMD4x2 */ local in function:brw_dp_typed_surface_rw_desc 1021 SET_BITS(slot_group, 5, 4); 1025 const unsigned slot_group = ((exec_group / 8) % 2); local in function:brw_dp_typed_surface_rw_desc 1029 SET_BITS(slot_group, 5, 5); 1525 unsigned slot_group) 1528 return (SET_BITS(slot_group, 11, 11) | 1520 brw_pixel_interp_desc(UNUSED const struct intel_device_info * devinfo,unsigned msg_type,bool noperspective,bool coarse_pixel_rate,unsigned simd_mode,unsigned slot_group) argument
|
| H A D | brw_eu_emit.c | 3319 const unsigned slot_group = brw_get_default_group(p) / 16; local in function:brw_pixel_interpolator_query 3324 simd_mode, slot_group);
|
Completed in 14 milliseconds