Lines Matching defs:ctx_node

404 	struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node;
408 if (!ctx_node)
783 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
786 if (!ctx_node)
801 binding.bi.ctx = ctx_node->ctx;
806 vmw_binding_add(ctx_node->staged, &binding.bi,
1255 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
1259 if (!ctx_node)
1268 cotable_res = vmw_context_cotable(ctx_node->ctx, SVGA_COTABLE_DXQUERY);
2122 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2126 if (!ctx_node)
2144 binding.bi.ctx = ctx_node->ctx;
2152 vmw_binding_add(ctx_node->staged, &binding.bi, binding.shader_slot,
2173 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2179 if (!ctx_node)
2190 vmw_binding_cb_offset_update(ctx_node->staged, shader_slot,
2241 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2245 if (!ctx_node)
2270 binding.bi.ctx = ctx_node->ctx;
2275 vmw_binding_add(ctx_node->staged, &binding.bi, binding.shader_slot, 0);
2292 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2302 if (!ctx_node)
2322 binding.bi.ctx = ctx_node->ctx;
2329 vmw_binding_add(ctx_node->staged, &binding.bi, 0, binding.slot);
2347 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2353 if (!ctx_node)
2363 binding.bi.ctx = ctx_node->ctx;
2369 vmw_binding_add(ctx_node->staged, &binding.bi, 0, 0);
2455 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2470 if (!ctx_node)
2488 res = vmw_context_cotable(ctx_node->ctx, vmw_view_cotables[view_type]);
2495 return vmw_view_add(sw_context->man, ctx_node->ctx, srf, view_type,
2512 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2522 if (!ctx_node)
2541 binding.bi.ctx = ctx_node->ctx;
2548 vmw_binding_add(ctx_node->staged, &binding.bi, 0, binding.slot);
2558 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2571 if (!ctx_node)
2575 res = vmw_context_cotable(ctx_node->ctx, vmw_so_cotables[so_type]);
2623 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2625 if (!ctx_node)
2646 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2655 if (!ctx_node)
2686 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2692 if (!ctx_node)
2695 res = vmw_context_cotable(ctx_node->ctx, SVGA_COTABLE_DXSHADER);
2702 return vmw_dx_shader_add(sw_context->man, ctx_node->ctx,
2718 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2723 if (!ctx_node)
2757 struct vmw_ctx_validation_info *ctx_node =
2760 if (!ctx_node)
2763 ctx = ctx_node->ctx;
3002 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node;
3013 if (!ctx_node) {
3018 res = vmw_context_cotable(ctx_node->ctx, SVGA_COTABLE_STREAMOUTPUT);
3025 return vmw_dx_streamoutput_add(sw_context->man, ctx_node->ctx,
3034 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node;
3041 if (!ctx_node) {
3057 res = vmw_dx_streamoutput_lookup(vmw_context_res_man(ctx_node->ctx),
3070 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node;
3081 if (!ctx_node) {
3086 res = vmw_dx_streamoutput_lookup(vmw_context_res_man(ctx_node->ctx),
3111 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node;
3120 if (!ctx_node) {
3139 res = vmw_dx_streamoutput_lookup(vmw_context_res_man(ctx_node->ctx),
3152 binding.bi.ctx = ctx_node->ctx;