Searched refs:vertexId (Results 1 – 5 of 5) sorted by relevance
170 uint8_t vertexId; /* system value index of VertexID */ member
1082 info->io.vertexId = 0xff; in nv50_ir_init_prog_info()
869 info->io.vertexId = first; in scanDeclaration()
83 if (info->io.vertexId < info->numSysVals) in nv50_vertprog_assign_slots()84 info->sv[info->io.vertexId].slot[0] = n++; in nv50_vertprog_assign_slots()
587 prog->vp.need_vertex_id = info->io.vertexId < PIPE_MAX_SHADER_INPUTS; in nvc0_program_translate()