Home
last modified time | relevance | path

Searched refs:SVGA3D_BeginSetTextureState (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_tss.c184 if (SVGA3D_BeginSetTextureState(svga->swc, &ts, in update_tss_binding()
273 ret = SVGA3D_BeginSetTextureState(svga->swc, &ts, queue.bind_count); in svga_reemit_tss_bindings()
411 if (SVGA3D_BeginSetTextureState(svga->swc, &ts, queue.ts_count) != PIPE_OK) in update_tss()
Dsvga_cmd.h207 SVGA3D_BeginSetTextureState(struct svga_winsys_context *swc,
Dsvga_cmd.c1305 SVGA3D_BeginSetTextureState(struct svga_winsys_context *swc, in SVGA3D_BeginSetTextureState() function