HomeSort by relevance Sort by last modified time
    Searched refs:userplane (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_vs_visitor.cpp 154 src_reg(this->userplane[i + offset])));
163 this->userplane[i] = dst_reg(UNIFORM, this->uniforms);
164 this->userplane[i].type = BRW_REGISTER_TYPE_F;
brw_fs_visitor.cpp 518 this->userplane[i] = fs_reg(UNIFORM, uniforms);
573 fs_reg u = userplane[i];
579 u.nr = userplane[i].nr + j;
    [all...]
brw_fs.h 354 fs_reg userplane[MAX_CLIP_PLANES]; member in class:fs_visitor
brw_vec4.h 114 dst_reg userplane[MAX_CLIP_PLANES]; member in class:brw::vec4_visitor

Completed in 91 milliseconds