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

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_gs_visitor.h 76 src_reg first_vertex; member in class:brw::gen6_gs_visitor
gen6_gs_visitor.cpp 90 this->first_vertex = src_reg(this, glsl_type::uint_type);
91 emit(MOV(dst_reg(this->first_vertex), brw_imm_ud(URB_WRITE_PRIM_START)));
190 * in the first_vertex register. We will have to wait until we execute
194 emit(OR(dst, this->first_vertex,
197 emit(MOV(dst_reg(this->first_vertex), brw_imm_ud(0u)));
248 emit(MOV(dst_reg(this->first_vertex), brw_imm_d(URB_WRITE_PRIM_START)));
323 * first_vertex is not zero. This is only relevant for outputs other than
327 emit(CMP(dst_null_ud(), this->first_vertex, brw_imm_ud(0u), BRW_CONDITIONAL_Z));
  /external/deqp/external/openglcts/modules/gl/
gl4cGPUShaderFP64Tests.cpp 4278 static const glw::GLint first_vertex = 0; local
    [all...]

Completed in 77 milliseconds