Searched refs:mapped_gs_tex (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_state_sampler.c306 sp->mapped_gs_tex);
313 for (i = 0; i < ARRAY_SIZE(ctx->mapped_gs_tex); i++) {
314 pipe_resource_reference(&ctx->mapped_gs_tex[i], NULL);
H A Dsp_context.h92 struct pipe_resource *mapped_gs_tex[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member in struct:softpipe_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_state_sampler.c333 sp->mapped_gs_tex);
340 for (i = 0; i < ARRAY_SIZE(ctx->mapped_gs_tex); i++) {
343 pipe_resource_reference(&ctx->mapped_gs_tex[i], NULL);
H A Dsp_context.h92 struct pipe_resource *mapped_gs_tex[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member in struct:softpipe_context

Completed in 4 milliseconds