anv: Don't assert-fail if someone asks for a non-existent entrypoint
This commit is contained in:
@@ -210,7 +210,6 @@ anv_resolve_entrypoint(uint32_t index)
|
||||
return validate_layer.entrypoints[index];
|
||||
|
||||
if (dispatch_devinfo == NULL) {
|
||||
assert(anv_layer.entrypoints[index]);
|
||||
return anv_layer.entrypoints[index];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user