Searched refs:vmw_shadertype_is_valid (Results 1 – 2 of 2) sorted by relevance
1997 if (!vmw_shadertype_is_valid(VMW_SM_LEGACY, cmd->body.type)) { in vmw_cmd_set_shader()2136 if (!vmw_shadertype_is_valid(dev_priv->sm_type, cmd->body.type) || in vmw_cmd_dx_set_single_constant_buffer()2216 !vmw_shadertype_is_valid(dev_priv->sm_type, cmd->body.type)) { in vmw_cmd_dx_set_shader_res()2250 if (!vmw_shadertype_is_valid(dev_priv->sm_type, cmd->body.type)) { in vmw_cmd_dx_set_shader()
1520 static inline bool vmw_shadertype_is_valid(enum vmw_sm_type shader_model, in vmw_shadertype_is_valid() function