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::ProgramNotFoundException230 using BinaryRegistryDetail::ProgramNotFoundException;
407 throw ProgramNotFoundException(id, string("Failed to open binary index (") + e.what() + ")"); in loadProgram()432 throw ProgramNotFoundException(id, e.what()); in loadProgram()436 throw ProgramNotFoundException(id, "Program not found in index"); in loadProgram()