Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_compiler.c90 if (info->io.vertexId < info->numSysVals) in dummy_assign_slots()
91 info->sv[info->io.vertexId].slot[0] = n++; in dummy_assign_slots()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c88 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()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_driver.h169 uint8_t vertexId; /* system value index of VertexID */ member
Dnv50_ir.cpp1187 info->io.vertexId = 0xff; in nv50_ir_init_prog_info()
Dnv50_ir_from_tgsi.cpp1429 info->io.vertexId = first; in scanDeclaration()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c627 prog->vp.need_vertex_id = info->io.vertexId < PIPE_MAX_SHADER_INPUTS; in nvc0_program_translate()