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

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs.h111 struct brw_reg userplane[MAX_CLIP_PLANES]; member in struct:brw_vs_compile
H A Dbrw_vec4.h247 dst_reg userplane[MAX_CLIP_PLANES]; member in class:brw::vec4_visitor
H A Dbrw_vec4_visitor.cpp544 this->userplane[compacted_clipplane_index] = dst_reg(UNIFORM, this->uniforms);
545 this->userplane[compacted_clipplane_index].type = BRW_REGISTER_TYPE_F;
2150 src_reg(this->userplane[i])));
2226 src_reg(this->userplane[i + offset])));
H A Dbrw_vs_emit.c208 c->userplane[i] = stride(brw_vec4_grf(reg + i / 2,
214 c->userplane[i] = stride(brw_vec4_grf(reg + (6 + i) / 2,
1565 brw_DP4(p, brw_writemask(m, (1 << (i & 3))),pos, c->userplane[i]);
1588 brw_DP4(p, brw_null_reg(), pos, c->userplane[i]);

Completed in 408 milliseconds