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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_context.c445 struct pipe_resource rtempl = {{0}}; local in function:r300_create_context
448 rtempl.target = PIPE_TEXTURE_2D;
449 rtempl.format = PIPE_FORMAT_I8_UNORM;
450 rtempl.usage = PIPE_USAGE_IMMUTABLE;
451 rtempl.width0 = 1;
452 rtempl.height0 = 1;
453 rtempl.depth0 = 1;
454 tex = screen->resource_create(screen, &rtempl);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_context.c444 struct pipe_resource rtempl = {0}; local in function:r300_create_context
447 rtempl.target = PIPE_TEXTURE_2D;
448 rtempl.format = PIPE_FORMAT_I8_UNORM;
449 rtempl.usage = PIPE_USAGE_IMMUTABLE;
450 rtempl.width0 = 1;
451 rtempl.height0 = 1;
452 rtempl.depth0 = 1;
453 tex = screen->resource_create(screen, &rtempl);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_surface.c231 struct pipe_resource rtempl = *pres; local in function:zink_create_surface
232 rtempl.nr_samples = templ->nr_samples;
233 rtempl.bind |= ZINK_BIND_TRANSIENT;
234 struct zink_resource *transient = zink_resource(pctx->screen->resource_create(pctx->screen, &rtempl));

Completed in 4 milliseconds