vkr: remove some manual validations
The first commit removes some NULL checks which are made redundant by commit ee9db8b0.
The third commit validates VkObjectType
in vkr_cs_decoder_lookup_object
, which enables us to remove all manual object type validations.