Home
last modified time | relevance | path

Searched refs:has_sm5_context (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c467 u32 cotable_max = has_sm5_context(ctx->dev_priv) ? in vmw_resource_context_res_add()
2128 SVGA3dShaderType max_shader_num = has_sm5_context(dev_priv) ? in vmw_cmd_dx_set_single_constant_buffer()
2182 SVGA3dShaderType max_allowed = has_sm5_context(dev_priv) ? in vmw_cmd_dx_set_shader_res()
2214 SVGA3dShaderType max_allowed = has_sm5_context(dev_priv) ? in vmw_cmd_dx_set_shader()
2842 if (!has_sm5_context(dev_priv)) in vmw_cmd_sm5()
2852 if (!has_sm5_context(dev_priv)) in vmw_cmd_sm5_view_define()
2862 if (!has_sm5_context(dev_priv)) in vmw_cmd_sm5_view_remove()
2878 if (!has_sm5_context(dev_priv)) in vmw_cmd_clear_uav_uint()
2897 if (!has_sm5_context(dev_priv)) in vmw_cmd_clear_uav_float()
2918 if (!has_sm5_context(dev_priv)) in vmw_cmd_set_uav()
[all …]
Dvmwgfx_context.c124 u32 cotable_max = has_sm5_context(dev_priv) ? in vmw_context_cotables_unref()
214 u32 cotable_max = has_sm5_context(dev_priv) ? in vmw_gb_context_init()
553 u32 cotable_max = has_sm5_context(ctx->dev_priv) ? in vmw_dx_context_scrub_cotables()
844 u32 cotable_max = has_sm5_context(ctx->dev_priv) ? in vmw_context_cotable()
Dvmwgfx_ioctl.c106 param->value = has_sm5_context(dev_priv); in vmw_getparam_ioctl()
Dvmwgfx_surface.c1102 if (has_sm5_context(dev_priv) && metadata->array_size > 0) { in vmw_gb_surface_create()
1130 if (has_sm5_context(dev_priv) && metadata->array_size > 0) { in vmw_gb_surface_create()
1493 if (req->buffer_byte_stride > 0 && !has_sm5_context(dev_priv)) { in vmw_gb_surface_define_internal()
Dvmwgfx_drv.h736 static inline bool has_sm5_context(const struct vmw_private *dev_priv) in has_sm5_context() function