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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.c 423 struct pipe_resource rtempl = {{0}}; local
426 rtempl.target = PIPE_TEXTURE_2D;
427 rtempl.format = PIPE_FORMAT_I8_UNORM;
428 rtempl.bind = PIPE_BIND_SAMPLER_VIEW;
429 rtempl.usage = PIPE_USAGE_IMMUTABLE;
430 rtempl.width0 = 1;
431 rtempl.height0 = 1;
432 rtempl.depth0 = 1;
433 tex = screen->resource_create(screen, &rtempl);
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.c 423 struct pipe_resource rtempl = {{0}}; local
426 rtempl.target = PIPE_TEXTURE_2D;
427 rtempl.format = PIPE_FORMAT_I8_UNORM;
428 rtempl.bind = PIPE_BIND_SAMPLER_VIEW;
429 rtempl.usage = PIPE_USAGE_IMMUTABLE;
430 rtempl.width0 = 1;
431 rtempl.height0 = 1;
432 rtempl.depth0 = 1;
433 tex = screen->resource_create(screen, &rtempl);

Completed in 36 milliseconds