Searched refs:vtempl (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_context.c446 struct pipe_sampler_view vtempl = {{0}}; local in function:r300_create_context
456 u_sampler_view_default_template(&vtempl, tex, tex->format);
459 r300->context.create_sampler_view(&r300->context, tex, &vtempl);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_context.c445 struct pipe_sampler_view vtempl = {0}; local in function:r300_create_context
455 u_sampler_view_default_template(&vtempl, tex, tex->format);
458 r300->context.create_sampler_view(&r300->context, tex, &vtempl);

Completed in 3 milliseconds