diff --git a/src/intel/compiler/brw_fs.cpp b/src/intel/compiler/brw_fs.cpp index b970312f40c..fb07e10d662 100644 --- a/src/intel/compiler/brw_fs.cpp +++ b/src/intel/compiler/brw_fs.cpp @@ -211,6 +211,8 @@ fs_inst::is_send_from_grf() const case SHADER_OPCODE_MEMORY_FENCE: case SHADER_OPCODE_BARRIER: return true; + case FS_OPCODE_UNIFORM_PULL_CONSTANT_LOAD: + return src[1].file == VGRF; case FS_OPCODE_FB_READ: return src[0].file == VGRF; default: