Searched refs:texture_samplers (Results 1 – 4 of 4) sorted by relevance
145 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()
251 if (svga->rebind.flags.texture_samplers) { in draw_vgpu9()409 if (svga->rebind.flags.texture_samplers) { in svga_validate_sampler_resources()422 svga->rebind.flags.texture_samplers = FALSE; in svga_validate_sampler_resources()
452 svga->rebind.flags.texture_samplers = TRUE; in svga_context_flush()
667 unsigned texture_samplers:1; member