Home
last modified time | relevance | path

Searched refs:eErrorNoPipelineMatch (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3455 : SystemError( make_error_code( Result::eErrorNoPipelineMatch ), message ) {} in NoPipelineMatchError()
3457 : SystemError( make_error_code( Result::eErrorNoPipelineMatch ), message ) {} in NoPipelineMatchError()
3531 case Result::eErrorNoPipelineMatch: throw NoPipelineMatchError( message ); in throwResultException()
Dvulkansc_enums.hpp266 eErrorNoPipelineMatch = VK_ERROR_NO_PIPELINE_MATCH, enumerator
Dvulkansc_to_string.hpp1294 case Result::eErrorNoPipelineMatch : return "ErrorNoPipelineMatch"; in to_string()