Lines Matching refs:ctx_node

387 	struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node;
391 if (!ctx_node)
766 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
769 if (!ctx_node)
784 binding.bi.ctx = ctx_node->ctx;
789 vmw_binding_add(ctx_node->staged, &binding.bi,
1238 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
1242 if (!ctx_node)
1251 cotable_res = vmw_context_cotable(ctx_node->ctx, SVGA_COTABLE_DXQUERY);
2105 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2109 if (!ctx_node)
2127 binding.bi.ctx = ctx_node->ctx;
2135 vmw_binding_add(ctx_node->staged, &binding.bi, binding.shader_slot,
2156 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2162 if (!ctx_node)
2173 vmw_binding_cb_offset_update(ctx_node->staged, shader_slot,
2224 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2228 if (!ctx_node)
2253 binding.bi.ctx = ctx_node->ctx;
2258 vmw_binding_add(ctx_node->staged, &binding.bi, binding.shader_slot, 0);
2275 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2285 if (!ctx_node)
2305 binding.bi.ctx = ctx_node->ctx;
2312 vmw_binding_add(ctx_node->staged, &binding.bi, 0, binding.slot);
2330 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2336 if (!ctx_node)
2346 binding.bi.ctx = ctx_node->ctx;
2352 vmw_binding_add(ctx_node->staged, &binding.bi, 0, 0);
2438 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2453 if (!ctx_node)
2471 res = vmw_context_cotable(ctx_node->ctx, vmw_view_cotables[view_type]);
2478 return vmw_view_add(sw_context->man, ctx_node->ctx, srf, view_type,
2495 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2505 if (!ctx_node)
2524 binding.bi.ctx = ctx_node->ctx;
2531 vmw_binding_add(ctx_node->staged, &binding.bi, 0, binding.slot);
2541 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2554 if (!ctx_node)
2558 res = vmw_context_cotable(ctx_node->ctx, vmw_so_cotables[so_type]);
2606 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2608 if (!ctx_node)
2629 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2638 if (!ctx_node)
2669 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2675 if (!ctx_node)
2678 res = vmw_context_cotable(ctx_node->ctx, SVGA_COTABLE_DXSHADER);
2685 return vmw_dx_shader_add(sw_context->man, ctx_node->ctx,
2701 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context);
2706 if (!ctx_node)
2740 struct vmw_ctx_validation_info *ctx_node =
2743 if (!ctx_node)
2746 ctx = ctx_node->ctx;
2985 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node;
2996 if (!ctx_node) {
3001 res = vmw_context_cotable(ctx_node->ctx, SVGA_COTABLE_STREAMOUTPUT);
3008 return vmw_dx_streamoutput_add(sw_context->man, ctx_node->ctx,
3017 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node;
3024 if (!ctx_node) {
3040 res = vmw_dx_streamoutput_lookup(vmw_context_res_man(ctx_node->ctx),
3053 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node;
3064 if (!ctx_node) {
3069 res = vmw_dx_streamoutput_lookup(vmw_context_res_man(ctx_node->ctx),
3094 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node;
3103 if (!ctx_node) {
3122 res = vmw_dx_streamoutput_lookup(vmw_context_res_man(ctx_node->ctx),
3135 binding.bi.ctx = ctx_node->ctx;