Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_tss.c145 boolean reemit = svga->rebind.flags.texture_samplers; in update_tss_binding()
219 svga->rebind.flags.texture_samplers = FALSE; in update_tss_binding()
244 assert(svga->rebind.flags.texture_samplers); in svga_reemit_tss_bindings()
297 svga->rebind.flags.texture_samplers = FALSE; in svga_reemit_tss_bindings()
Dsvga_draw.c251 if (svga->rebind.flags.texture_samplers) { in draw_vgpu9()
393 if (svga->rebind.flags.texture_samplers) { in validate_sampler_resources()
406 svga->rebind.flags.texture_samplers = FALSE; in validate_sampler_resources()
Dsvga_context.c410 svga->rebind.flags.texture_samplers = TRUE; in svga_context_flush()
Dsvga_context.h551 unsigned texture_samplers:1; member