HomeSort by relevance Sort by last modified time
    Searched refs:ProgramNotFoundException (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.hpp 59 class ProgramNotFoundException : public tcu::ResourceError
62 ProgramNotFoundException (const ProgramIdentifier& id, const std::string& reason)
269 using BinaryRegistryDetail::ProgramNotFoundException;
vkBinaryRegistry.cpp 587 throw ProgramNotFoundException(id, string("Failed to open binary index (") + e.what() + ")");
612 throw ProgramNotFoundException(id, e.what());
616 throw ProgramNotFoundException(id, "Program not found in index");

Completed in 385 milliseconds