Searched refs:string_sprintf (Results 1 – 4 of 4) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | vk_layer_logging.h | 140 static inline int string_sprintf(std::string *output, const char *fmt, ...); 202 … string_sprintf(&ret, "%s 0x%" PRIxLEAST64 "[%s]", handle_type_name, handle, handle_name.c_str()); in FormatHandle() 924 static inline int string_sprintf(std::string *output, const char *fmt, ...) __attribute__((format(p… 926 static inline int string_sprintf(std::string *output, const char *fmt, ...) { in string_sprintf() function
|
D | descriptor_sets.cpp | 951 string_sprintf(error_msg, in ValidateCopyUpdate() 962 string_sprintf(error_msg, in ValidateCopyUpdate() 1863 string_sprintf(&out, "Push Descriptors defined with VkDescriptorSetLayout %s", in StringifySetAndLayout() 1866 string_sprintf(&out, "VkDescriptorSet %s allocated with VkDescriptorSetLayout %s", in StringifySetAndLayout() 2339 …string_sprintf(error_msg, "Cannot call %s to perform write update on %s which has been destroyed",… in ValidateWriteUpdate()
|
D | core_validation.cpp | 222 …string_sprintf(&out, "%sVkDebugUtilsLabel(name='%s' color=[%g, %g %g, %g])", prefix, label.name.c_… in FormatDebugLabel() 1845 … string_sprintf(&error_detail, "references an attachment with an invalid format (%s).", in ValidatePipelineUnlocked() 1850 string_sprintf(&error_detail, in ValidatePipelineUnlocked() 1857 string_sprintf(&error_detail, in ValidatePipelineUnlocked() 1975 …string_sprintf(&VUID, "%s-%s", kVUID_Core_DrawState_InvalidCommandBuffer, object_string[obj.type]); in ReportInvalidCommandBuffer()
|
D | buffer_validation.cpp | 3443 string_sprintf(&bind_swapchain_msg, "bind %s imageIndex %d (%s)", in ValidateCmdBufImageLayouts()
|