HomeSort by relevance Sort by last modified time
    Searched full:vertex_position (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 502 float *vertex_position = (float *)v; local
505 fragcoord[0] = vertex_position[0];
508 fragcoord[1] = vertex_position[1];
510 fragcoord[1] = fb->Height - vertex_position[1];
512 fragcoord[2] = vertex_position[2];
513 fragcoord[3] = vertex_position[3];
    [all...]

Completed in 78 milliseconds