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

  /external/chromium_org/third_party/mesa/src/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_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...]
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...]
  /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_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...]
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...]

Completed in 695 milliseconds