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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_staging.c 62 struct pipe_resource staging_resource_template; local
75 util_staging_resource_template(pt, box->width, box->height, box->depth, &staging_resource_template);
76 tx->staging_resource = pscreen->resource_create(pscreen, &staging_resource_template);
  /external/mesa3d/src/gallium/auxiliary/util/
u_staging.c 62 struct pipe_resource staging_resource_template; local
75 util_staging_resource_template(pt, box->width, box->height, box->depth, &staging_resource_template);
76 tx->staging_resource = pscreen->resource_create(pscreen, &staging_resource_template);

Completed in 72 milliseconds