Home
last modified time | relevance | path

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

/third_party/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()
409 if (svga->rebind.flags.texture_samplers) { in svga_validate_sampler_resources()
422 svga->rebind.flags.texture_samplers = FALSE; in svga_validate_sampler_resources()
Dsvga_context.c452 svga->rebind.flags.texture_samplers = TRUE; in svga_context_flush()
Dsvga_context.h667 unsigned texture_samplers:1; member