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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.c 424 struct pipe_sampler_view vtempl = {{0}}; local
435 u_sampler_view_default_template(&vtempl, tex, tex->format);
438 r300->context.create_sampler_view(&r300->context, tex, &vtempl);
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.c 424 struct pipe_sampler_view vtempl = {{0}}; local
435 u_sampler_view_default_template(&vtempl, tex, tex->format);
438 r300->context.create_sampler_view(&r300->context, tex, &vtempl);

Completed in 49 milliseconds