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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_compute_internal.c 268 struct pipe_surface rat_templ; local
276 memset(&rat_templ, 0, sizeof(rat_templ));
277 rat_templ.usage = RADEON_USAGE_READWRITE;
278 rat_templ.format = PIPE_FORMAT_R32_UINT;
279 rat_templ.u.tex.level = 0;
280 rat_templ.u.tex.first_layer = 0;
281 rat_templ.u.tex.last_layer = 0;
286 (struct pipe_resource *)bo, &rat_templ);
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute_internal.c 268 struct pipe_surface rat_templ; local
276 memset(&rat_templ, 0, sizeof(rat_templ));
277 rat_templ.usage = RADEON_USAGE_READWRITE;
278 rat_templ.format = PIPE_FORMAT_R32_UINT;
279 rat_templ.u.tex.level = 0;
280 rat_templ.u.tex.first_layer = 0;
281 rat_templ.u.tex.last_layer = 0;
286 (struct pipe_resource *)bo, &rat_templ);

Completed in 7528 milliseconds