Searched refs:vmw_context_res_man (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_execbuf.c | 1933 ret = vmw_compat_shader_add(dev_priv, vmw_context_res_man(ctx), in vmw_cmd_shader_define() 1971 ret = vmw_shader_remove(vmw_context_res_man(ctx), cmd->body.shid, in vmw_cmd_shader_destroy() 2022 res = vmw_shader_lookup(vmw_context_res_man(ctx), in vmw_cmd_set_shader() 2731 res = vmw_shader_lookup(vmw_context_res_man(ctx), cmd->body.shid, 0); in vmw_cmd_dx_bind_shader() 3020 res = vmw_dx_streamoutput_lookup(vmw_context_res_man(ctx_node->ctx), in vmw_cmd_dx_destroy_streamoutput() 3049 res = vmw_dx_streamoutput_lookup(vmw_context_res_man(ctx_node->ctx), in vmw_cmd_dx_bind_streamoutput() 3102 res = vmw_dx_streamoutput_lookup(vmw_context_res_man(ctx_node->ctx), in vmw_cmd_dx_set_streamoutput() 4022 sw_context->man = vmw_context_res_man(res); in vmw_execbuf_tie_context()
|
| H A D | vmwgfx_context.c | 841 struct vmw_cmdbuf_res_manager *vmw_context_res_man(struct vmw_resource *ctx) in vmw_context_res_man() function
|
| H A D | vmwgfx_drv.h | 1265 vmw_context_res_man(struct vmw_resource *ctx);
|