Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp5937 : SystemError( make_error_code( Result::eErrorIncompatibleShaderBinaryEXT ), message ) {} in IncompatibleShaderBinaryEXTError()
5939 : SystemError( make_error_code( Result::eErrorIncompatibleShaderBinaryEXT ), message ) {} in IncompatibleShaderBinaryEXTError()
5987 … case Result::eErrorIncompatibleShaderBinaryEXT: throw IncompatibleShaderBinaryEXTError( message ); in throwResultException()
Dvulkan_enums.hpp298 eErrorIncompatibleShaderBinaryEXT = VK_ERROR_INCOMPATIBLE_SHADER_BINARY_EXT enumerator
Dvulkan_to_string.hpp2729 case Result::eErrorIncompatibleShaderBinaryEXT : return "ErrorIncompatibleShaderBinaryEXT"; in to_string()