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_vs.h 111 struct brw_reg userplane[MAX_CLIP_PLANES]; member in struct:brw_vs_compile
brw_vec4.h 247 dst_reg userplane[MAX_CLIP_PLANES]; member in class:brw::vec4_visitor
brw_vec4_visitor.cpp 544 this->userplane[compacted_clipplane_index] = dst_reg(UNIFORM, this->uniforms);
545 this->userplane[compacted_clipplane_index].type = BRW_REGISTER_TYPE_F;
    [all...]
brw_vs_emit.c 208 c->userplane[i] = stride(brw_vec4_grf(reg + i / 2,
214 c->userplane[i] = stride(brw_vec4_grf(reg + (6 + i) / 2,
    [all...]

Completed in 101 milliseconds