Searched refs:sm_type (Results 1 – 3 of 3) sorted by relevance
484 enum vmw_sm_type sm_type; member683 return (dev_priv->sm_type >= VMW_SM_4); in has_sm4_context()694 return (dev_priv->sm_type >= VMW_SM_4_1); in has_sm4_1_context()705 return (dev_priv->sm_type >= VMW_SM_5); in has_sm5_context()716 return (dev_priv->sm_type >= VMW_SM_5_1X); in has_gl43_context()
358 names[dev_priv->sm_type]); in vmw_print_sm_type()520 dev_priv->sm_type = VMW_SM_LEGACY; in vmw_request_device()1088 dev_priv->sm_type = VMW_SM_4; in vmw_driver_load()1095 dev_priv->sm_type = VMW_SM_4_1; in vmw_driver_load()1099 dev_priv->sm_type = VMW_SM_5; in vmw_driver_load()1101 dev_priv->sm_type = VMW_SM_5_1X; in vmw_driver_load()
2119 if (!vmw_shadertype_is_valid(dev_priv->sm_type, cmd->body.type) || in vmw_cmd_dx_set_single_constant_buffer()2199 !vmw_shadertype_is_valid(dev_priv->sm_type, cmd->body.type)) { in vmw_cmd_dx_set_shader_res()2233 if (!vmw_shadertype_is_valid(dev_priv->sm_type, cmd->body.type)) { in vmw_cmd_dx_set_shader()
Completed in 17 milliseconds