Searched refs:first_icp_handle (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_nir.cpp | 2435 unsigned first_icp_handle = gs_prog_data->include_primitive_id ? 3 : 2; in emit_gs_input_load() local 2442 retype(brw_vec8_grf(first_icp_handle + nir_src_as_uint(vertex_src), 0), in emit_gs_input_load() 2476 retype(brw_vec8_grf(first_icp_handle, 0), icp_handle.type), in emit_gs_input_load() 2487 retype(brw_vec1_grf(first_icp_handle + vertex / 8, vertex % 8), in emit_gs_input_load() 2506 retype(brw_vec8_grf(first_icp_handle, 0), icp_handle.type), in emit_gs_input_load() 2669 unsigned first_icp_handle = tcs_prog_data->include_primitive_id ? 3 : 2; in get_tcs_eight_patch_icp_handle() local 2672 return fs_reg(retype(brw_vec8_grf(first_icp_handle + in get_tcs_eight_patch_icp_handle() 2709 retype(brw_vec8_grf(first_icp_handle, 0), icp_handle.type), in get_tcs_eight_patch_icp_handle()
|