Home
last modified time | relevance | path

Searched refs:vertex_offset_bytes (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp2458 fs_reg vertex_offset_bytes = bld.vgrf(BRW_REGISTER_TYPE_UD, 1); in emit_gs_input_load() local
2466 bld.SHL(vertex_offset_bytes, in emit_gs_input_load()
2469 bld.ADD(icp_offset_bytes, vertex_offset_bytes, channel_offsets); in emit_gs_input_load()
2647 fs_reg vertex_offset_bytes = bld.vgrf(BRW_REGISTER_TYPE_UD, 1); in get_tcs_single_patch_icp_handle() local
2648 bld.SHL(vertex_offset_bytes, in get_tcs_single_patch_icp_handle()
2654 retype(brw_vec8_grf(1, 0), icp_handle.type), vertex_offset_bytes, in get_tcs_single_patch_icp_handle()
2691 fs_reg vertex_offset_bytes = bld.vgrf(BRW_REGISTER_TYPE_UD, 1); in get_tcs_eight_patch_icp_handle() local
2699 bld.SHL(vertex_offset_bytes, in get_tcs_eight_patch_icp_handle()
2702 bld.ADD(icp_offset_bytes, vertex_offset_bytes, channel_offsets); in get_tcs_eight_patch_icp_handle()