Searched refs:userplane (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_vs_visitor.cpp114 src_reg(this->userplane[i + offset])));
130 this->userplane[i] = dst_reg(UNIFORM, this->uniforms);
131 this->userplane[i].type = BRW_REGISTER_TYPE_F;
H A Dbrw_fs_visitor.cpp580 this->userplane[i] = fs_reg(UNIFORM, uniforms);
635 fs_reg u = userplane[i];
641 u.nr = userplane[i].nr + j;
H A Dbrw_vec4.h112 dst_reg userplane[MAX_CLIP_PLANES]; member in class:brw::vec4_visitor
H A Dbrw_fs.h379 fs_reg userplane[MAX_CLIP_PLANES]; member in class:fs_visitor

Completed in 5 milliseconds