Home
last modified time | relevance | path

Searched refs:vertexId (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_driver.h170 uint8_t vertexId; /* system value index of VertexID */ member
Dnv50_ir.cpp1082 info->io.vertexId = 0xff; in nv50_ir_init_prog_info()
Dnv50_ir_from_tgsi.cpp869 info->io.vertexId = first; in scanDeclaration()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_program.c83 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()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_program.c587 prog->vp.need_vertex_id = info->io.vertexId < PIPE_MAX_SHADER_INPUTS; in nvc0_program_translate()