Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_context.c639 cmd->body.s1.stage = bi->i1.texture_stage; in vmw_context_scrub_texture()
689 if (unlikely((unsigned)bi->i1.texture_stage >= in vmw_context_binding_add()
692 (unsigned) bi->i1.texture_stage); in vmw_context_binding_add()
695 loc = &cbs->texture_units[bi->i1.texture_stage]; in vmw_context_binding_add()
738 loc = &cbs->texture_units[bi->i1.texture_stage]; in vmw_context_binding_transfer()
Dvmwgfx_drv.h293 uint32 texture_stage; member
Dvmwgfx_execbuf.c1380 bi.i1.texture_stage = cur_state->stage; in vmw_cmd_tex_state()