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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_lower_regioning.cpp341 fs_reg raw_src = inst->src[i]; local in function:__anon2ddb267b0210::lower_src_region
342 raw_src.negate = false;
343 raw_src.abs = false;
346 ibld.MOV(subscript(tmp, raw_type, j), subscript(raw_src, raw_type, j));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_lower_regioning.cpp385 fs_reg raw_src = inst->src[i]; local in function:__anon94c3f22e0210::lower_src_region
386 raw_src.negate = false;
387 raw_src.abs = false;
390 ibld.MOV(subscript(tmp, raw_type, j), subscript(raw_src, raw_type, j));

Completed in 31 milliseconds