Home
last modified time | relevance | path

Searched refs:rtempl (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c423 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);