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

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 183 struct tgsi_declaration_range declaration_range; local
188 declaration_range.First = first;
189 declaration_range.Last = last;
193 return declaration_range;
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_build.c 173 struct tgsi_declaration_range declaration_range; local
178 declaration_range.First = first;
179 declaration_range.Last = last;
183 return declaration_range;
    [all...]

Completed in 109 milliseconds