Searched refs:vertexId (Results 1 – 6 of 6) sorted by relevance
90 if (info->io.vertexId < info->numSysVals) in dummy_assign_slots()91 info->sv[info->io.vertexId].slot[0] = n++; in dummy_assign_slots()
88 if (info->io.vertexId < info->numSysVals) in nv50_vertprog_assign_slots()89 info->sv[info->io.vertexId].slot[0] = n++; in nv50_vertprog_assign_slots()389 prog->vp.need_vertex_id = info->io.vertexId < PIPE_MAX_SHADER_INPUTS; in nv50_program_translate()
169 uint8_t vertexId; /* system value index of VertexID */ member
1187 info->io.vertexId = 0xff; in nv50_ir_init_prog_info()
1429 info->io.vertexId = first; in scanDeclaration()
627 prog->vp.need_vertex_id = info->io.vertexId < PIPE_MAX_SHADER_INPUTS; in nvc0_program_translate()