Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp8140 fs_reg channels_uw = bld.vgrf(BRW_REGISTER_TYPE_UW); in set_tcs_invocation_id() local
8142 bld.MOV(channels_uw, fs_reg(brw_imm_uv(0x76543210))); in set_tcs_invocation_id()
8143 bld.MOV(channels_ud, channels_uw); in set_tcs_invocation_id()