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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_nir.cpp2525 unsigned first_icp_handle = gs_prog_data->include_primitive_id ? 3 : 2; local in function:fs_visitor::emit_gs_input_load
2532 retype(brw_vec8_grf(first_icp_handle + nir_src_as_uint(vertex_src), 0),
2561 /* Use first_icp_handle as the base offset. There is one register
2566 retype(brw_vec8_grf(first_icp_handle, 0), icp_handle.type),
2577 retype(brw_vec1_grf(first_icp_handle + vertex / 8, vertex % 8),
2591 /* Use first_icp_handle as the base offset. There is one DWord
2596 retype(brw_vec8_grf(first_icp_handle, 0), icp_handle.type),
2759 unsigned first_icp_handle = tcs_prog_data->include_primitive_id ? 3 : 2; local in function:fs_visitor::get_tcs_eight_patch_icp_handle
2762 return fs_reg(retype(brw_vec8_grf(first_icp_handle +
2794 /* Use first_icp_handle a
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_nir.cpp2345 unsigned first_icp_handle = gs_prog_data->include_primitive_id ? 3 : 2; local in function:fs_visitor::emit_gs_input_load
2352 retype(brw_vec8_grf(first_icp_handle + nir_src_as_uint(vertex_src), 0),
2381 /* Use first_icp_handle as the base offset. There is one register
2386 retype(brw_vec8_grf(first_icp_handle, 0), icp_handle.type),
2397 retype(brw_vec1_grf(first_icp_handle + vertex / 8, vertex % 8),
2411 /* Use first_icp_handle as the base offset. There is one DWord
2416 retype(brw_vec8_grf(first_icp_handle, 0), icp_handle.type),

Completed in 13 milliseconds