Searched refs:vertexId (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h170 uint8_t vertexId; /* system value index of VertexID */ member in struct:nv50_ir_prog_info::__anon13838
H A Dnv50_ir.cpp1082 info->io.vertexId = 0xff;
H A Dnv50_ir_from_tgsi.cpp869 info->io.vertexId = first;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h170 uint8_t vertexId; /* system value index of VertexID */ member in struct:nv50_ir_prog_info::__anon27249
H A Dnv50_ir.cpp1082 info->io.vertexId = 0xff;
H A Dnv50_ir_from_tgsi.cpp869 info->io.vertexId = first;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_program.c83 if (info->io.vertexId < info->numSysVals)
84 info->sv[info->io.vertexId].slot[0] = n++;
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_program.c83 if (info->io.vertexId < info->numSysVals)
84 info->sv[info->io.vertexId].slot[0] = n++;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_program.c587 prog->vp.need_vertex_id = info->io.vertexId < PIPE_MAX_SHADER_INPUTS;
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_program.c587 prog->vp.need_vertex_id = info->io.vertexId < PIPE_MAX_SHADER_INPUTS;

Completed in 61 milliseconds