Searched refs:ProgramNotFoundException (Results 1 – 2 of 2) sorted by relevance
59 class ProgramNotFoundException : public tcu::ResourceError class62 ProgramNotFoundException (const ProgramIdentifier& id, const std::string& reason) in ProgramNotFoundException() function in vk::BinaryRegistryDetail::ProgramNotFoundException269 using BinaryRegistryDetail::ProgramNotFoundException;
587 throw ProgramNotFoundException(id, string("Failed to open binary index (") + e.what() + ")"); in loadProgram()612 throw ProgramNotFoundException(id, e.what()); in loadProgram()616 throw ProgramNotFoundException(id, "Program not found in index"); in loadProgram()