HomeSort by relevance Sort by last modified time
    Searched refs:vertexId (Results 1 - 11 of 11) sorted by null

  /frameworks/native/services/surfaceflinger/RenderEngine/
Program.cpp 30 GLuint vertexId = buildShader(vertex, GL_VERTEX_SHADER);
33 glAttachShader(programId, vertexId);
50 glDetachShader(programId, vertexId);
52 glDeleteShader(vertexId);
57 mVertexShader = vertexId;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 170 uint8_t vertexId; /* system value index of VertexID */
nv50_ir.cpp 1082 info->io.vertexId = 0xff;
nv50_ir_from_tgsi.cpp 869 info->io.vertexId = first;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 170 uint8_t vertexId; /* system value index of VertexID */
nv50_ir.cpp 1082 info->io.vertexId = 0xff;
nv50_ir_from_tgsi.cpp 869 info->io.vertexId = first;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_program.c 82 /* VertexID before InstanceID */
83 if (info->io.vertexId < info->numSysVals)
84 info->sv[info->io.vertexId].slot[0] = n++;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_program.c 82 /* VertexID before InstanceID */
83 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/
nvc0_program.c 587 prog->vp.need_vertex_id = info->io.vertexId < PIPE_MAX_SHADER_INPUTS;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.c 587 prog->vp.need_vertex_id = info->io.vertexId < PIPE_MAX_SHADER_INPUTS;

Completed in 884 milliseconds