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

  /external/deqp/external/vulkancts/framework/vulkan/
vkStrUtil.inl 39 const char* getObjectTypeName (VkObjectType value);
86 inline tcu::Format::Enum<VkObjectType> getObjectTypeStr (VkObjectType value) { return tcu::Format::Enum<VkObjectType>(getObjectTypeName, value); }
133 inline std::ostream& operator<< (std::ostream& s, VkObjectType value) { return s << getObjectTypeStr(value); }
    [all...]
vkBasicTypes.inl 808 enum VkObjectType
    [all...]
vkStrUtilImpl.inl     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]

Completed in 52 milliseconds