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

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_sampler.c283 sp->mapped_vs_tex);
290 for (i = 0; i < ARRAY_SIZE(ctx->mapped_vs_tex); i++) {
291 pipe_resource_reference(&ctx->mapped_vs_tex[i], NULL);
H A Dsp_context.h92 struct pipe_resource *mapped_vs_tex[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member in struct:softpipe_context
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_context.h256 struct pipe_resource *mapped_vs_tex[PIPE_MAX_SAMPLERS]; member in struct:i915_context
H A Di915_state.c415 pipe_resource_reference(&i915->mapped_vs_tex[i], tex);
438 i915->mapped_vs_tex[i] = NULL;
447 for (i = 0; i < ARRAY_SIZE(i915->mapped_vs_tex); i++) {
450 pipe_resource_reference(&i915->mapped_vs_tex[i], NULL);

Completed in 121 milliseconds