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

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_gen_mipmap.c 78 struct pipe_sampler_view *psv; local
94 psv = st_create_texture_sampler_view(pipe, stObj->pt);
101 util_gen_mipmap(st->gen_mipmap, psv, face, baseLevel, lastLevel,
108 pipe_sampler_view_reference(&psv, NULL);
  /external/mesa3d/src/mesa/state_tracker/
st_gen_mipmap.c 78 struct pipe_sampler_view *psv; local
94 psv = st_create_texture_sampler_view(pipe, stObj->pt);
101 util_gen_mipmap(st->gen_mipmap, psv, face, baseLevel, lastLevel,
108 pipe_sampler_view_reference(&psv, NULL);

Completed in 109 milliseconds