Home
last modified time | relevance | path

Searched refs:dx_ctx_node (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c23 * Helper macro to get dx_ctx_node if available otherwise print an error
24 * message. This is for use in command verifier function where if dx_ctx_node
29 __sw_context->dx_ctx_node ? __sw_context->dx_ctx_node : ({ \
31 __sw_context->dx_ctx_node; \
387 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node; in vmw_view_id_val_add()
1291 sw_context->dx_query_ctx = sw_context->dx_ctx_node->ctx; in vmw_cmd_dx_bind_query()
2943 vmw_binding_add_uav_index(sw_context->dx_ctx_node->staged, 0, in vmw_cmd_set_uav()
2975 vmw_binding_add_uav_index(sw_context->dx_ctx_node->staged, 1, in vmw_cmd_set_cs_uav()
2985 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node; in vmw_cmd_dx_define_streamoutput()
[all...]
H A Dvmwgfx_drv.h373 * @dx_ctx_node: Validation metadata of the current DX context
397 struct vmw_ctx_validation_info *dx_ctx_node; member