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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 79 int generic_attrib; /**< texcoord/generic used for texture */ member in struct:aaline_fragment_shader
390 aaline->fs->generic_attrib = transform.maxGeneric + 1;
703 aaline->fs->generic_attrib);
draw_pipe_aapoint.c 77 int generic_attrib; /**< The generic input attrib/texcoord we'll use */ member in struct:aapoint_fragment_shader
534 aapoint->fs->generic_attrib = transform.maxGeneric + 1;
705 aapoint->fs->generic_attrib);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 79 int generic_attrib; /**< texcoord/generic used for texture */ member in struct:aaline_fragment_shader
390 aaline->fs->generic_attrib = transform.maxGeneric + 1;
703 aaline->fs->generic_attrib);
draw_pipe_aapoint.c 77 int generic_attrib; /**< The generic input attrib/texcoord we'll use */ member in struct:aapoint_fragment_shader
534 aapoint->fs->generic_attrib = transform.maxGeneric + 1;
705 aapoint->fs->generic_attrib);

Completed in 1496 milliseconds