Home
last modified time | relevance | path

Searched refs:ProgramNotFoundException (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.hpp59 class ProgramNotFoundException : public tcu::ResourceError class
62 ProgramNotFoundException (const ProgramIdentifier& id, const std::string& reason) in ProgramNotFoundException() function in vk::BinaryRegistryDetail::ProgramNotFoundException
269 using BinaryRegistryDetail::ProgramNotFoundException;
DvkBinaryRegistry.cpp587 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()